Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to avoid saving mesh to scene file
#6
(02-10-2023, 04:13 PM)imtzo Wrote: I was able to fix this by setting the hide flags on the mesh upon creation in ObiRopeExtrudedRenderer:

Code:
extrudedMesh.hideFlags = HideFlags.DontSave;

This prevents the mesh from being serialized with the scene file for me in 2021.3.30f1.

Thanks! I'm glad you were able to figure it out. We'll evaluate and potentially introduce this change in the next update.

kind regards,
Reply


Messages In This Thread
How to avoid saving mesh to scene file - by imtzo - 22-09-2023, 10:16 PM
RE: How to avoid saving mesh to scene file - by josemendez - 03-10-2023, 07:00 AM