29-01-2019, 09:15 AM
I'm trying to create a simple cloth, but no matter what I do, create my own or just copy/paste cloth (with solver and other components) from sample scene, I get an exception:
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)
Debugging shows that the null is in the "topology.HalfEdgeMesh", but as I said, I just copied the existing and working cloth into another, almost empty scene (at least without any other Obi objects). There were no such a problem with 3.5
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)
Debugging shows that the null is in the "topology.HalfEdgeMesh", but as I said, I just copied the existing and working cloth into another, almost empty scene (at least without any other Obi objects). There were no such a problem with 3.5