Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to avoid saving mesh to scene file
#5
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.
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 imtzo - 02-10-2023, 04:13 PM