Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Creating obi rope prefab
#11
(10-12-2020, 06:47 PM)amismail Wrote: I am Uploading the sample project to dropbox and will share the link with you as soon as it finishes

https://www.dropbox.com/s/ul02ztrm32rkb9...t.zip?dl=0

Here is the link, I hope it is solved quickly thanks in advance

Hi,

The mesh you're using for the rope renderer is not readable. This is evidenced by the error message being spammed to the console:
[Image: MV0nU2R.png]

Unity will prevent non-readable meshes from being modified at runtime. The solution is to simply enable the "read/write enabled" checkbox in your mesh import settings as the error message tells you to do. I've marked it with a red arrow in the above screenshot. After this, the prefab will work just fine. For more info, see: https://docs.unity3d.com/2019.3/Document...Model.html

cheers!
Reply
#12
(11-12-2020, 10:04 AM)josemendez Wrote: Hi,

The mesh you're using for the rope renderer is not readable. This is evidenced by the error message being spammed to the console:
[Image: MV0nU2R.png]

Unity will prevent non-readable meshes from being modified at runtime. The solution is to simply enable the "read/write enabled" checkbox in your mesh import settings as the error message tells you to do. I've marked it with a red arrow in the above screenshot. After this, the prefab will work just fine. For more info, see: https://docs.unity3d.com/2019.3/Document...Model.html

cheers!

Thanks a lot this solved the issue, thanks again for the help Sonrisa
Reply