Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  NullReferenceException in ObiRopeCursor (build)
#4
Could you share the entire script you're using?

(15-05-2023, 01:20 PM)natko1412 Wrote: In debugger it shows that actor is good, but solverIndices is null. Seems like actor is not initialized all the way when I try to work with it inside my Start() method.

Actors are initialized in OnEnable(), and that's called before Start() so the actor should be completely initialized by that point.

kind regards,
Reply


Messages In This Thread
RE: NullReferenceException in ObiRopeCursor (build) - by josemendez - 16-05-2023, 08:40 AM