16-05-2023, 08:40 AM
Could you share the entire script you're using?
Actors are initialized in OnEnable(), and that's called before Start() so the actor should be completely initialized by that point.
kind regards,
(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,