Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to find out the rope tension
#10
(25-11-2022, 08:47 AM)Kizzualx Wrote: I have another question, why does the rope go through the wall? 

Hi!

Because the mesh is not readable.
You need to enable the Read/write checkbox in the mesh import settings, as the error message instructs you to do.

Note that if you don't make the mesh readable but use it in a MeshCollider and:

-The Mesh Collider’s Transform has negative scaling (for example, (–1, 1, 1)) and the Mesh is convex.-
-The Mesh Collider’s transform is skewed or sheared (for example, when a rotated transform has a scaled parent transform).
-The Mesh Collider’s Cooking Options flags are set to any value other than the default.

It won't work. This is standard Unity behavior and holds true regardless of you using Obi or not.
https://docs.unity3d.com/Manual/class-MeshCollider.html

kind regards,
Reply


Messages In This Thread
How to find out the rope tension - by Kizzualx - 22-11-2022, 10:10 AM
RE: How to find out the rope tension - by josemendez - 25-11-2022, 09:44 AM