Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Errors in Built Application in CurvySplineSegment
#8
Many Unity API calls fail when called outside of the main thread. This Unity limitation makes running random Unity code on a secondary thread often problematic. One has to identify which code is safe for threading, run it on a thread, then come back to the main thread to run the rest of the code. When not having the time or ability to dissect the code, the safest solution is to run the code on the main thread.
Curvy Splines already parallelize most of the code which can benefit from parallelization. So running Curvy Spline's code on the main thread seems to be the safe solution.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Messages In This Thread
RE: Errors in Built Application in CurvySplineSegment - by _Aka_ - 04-13-2025, 09:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Updated package in 2022 LTS resulted in multiple errors scr33ner 2 1,706 01-13-2025, 09:32 AM
Last Post: _Aka_
  Small errors in end tangents, by davelloyd _Aka_ 0 948 01-07-2025, 11:14 AM
Last Post: _Aka_
  Playmaker setup errors and missing scripts? justifun 9 6,427 08-06-2024, 09:41 AM
Last Post: _Aka_
  Disabling a CurvySplineSegment results in NullRefException Lupos 1 1,421 10-02-2023, 09:55 AM
Last Post: _Aka_

Forum Jump: