15-03-2019, 04:42 PM
(15-03-2019, 11:48 AM)Richard Wrote: Hello.
How can I fix:
NullReferenceException: Object reference not set to an instance of an object
Obi.ObiCloth.AddToSolver (System.Object info) (at Assets/Obi/Scripts/Actors/ObiCloth.cs:167)
Obi.ObiActor.Start () (at Assets/Obi/Scripts/Actors/ObiActor.cs:163)
?
Hi,
This should only happen if you set the solver to null programmatically, then call AddToSolver(). Can you describe what you're doing?