01-02-2019, 10:31 AM
Quote:The whole scene have a floor and many soft ball on floor. when I run ,I manual rotate the floor fast. I found sometime solver stop suddenly.
Can you record a video of this happening? there's no reason for a solver to stop.
Quote:I want to get position of ball, how to coding?
Softbodies automatically update their transform. So you can just do:
Code:
Vector3 position = ball.transform.position;