02-10-2023, 04:13 PM
I was able to fix this by setting the hide flags on the mesh upon creation in ObiRopeExtrudedRenderer:
This prevents the mesh from being serialized with the scene file for me in 2021.3.30f1.
Code:
extrudedMesh.hideFlags = HideFlags.DontSave;
This prevents the mesh from being serialized with the scene file for me in 2021.3.30f1.