01-08-2023, 06:47 AM
(This post was last modified: 01-08-2023, 06:48 AM by josemendez.)
(31-07-2023, 08:47 PM)Renman3000 Wrote: Sorry, one other question, what about drag and other Rigidbody properties? Can you link me to a page with all of the component variables?
Thank you
The Rigidbody component is not part of Obi, it's a built-in Unity component. You'll find the documentation here:
https://docs.unity3d.com/Manual/class-Rigidbody.html
If you were referring to Rigidbody-like properties in ObiSoftbody, they have different properties/variables (because a soft and a rigid body are fundamentally different). You can find a complete list of all component variables in Obi in the API docs.
kind regards,