Search Issue Tracker
Duplicate
Votes
8
Found in
4.3.0f1
Issue ID
573522
Regression
Yes
Mesh renderer with a mesh filter and a cloth renderer causes crash
To reproduce:
1. Import repro.unitypackage with Unity 4.3 - Unity crashes
The package contains a prefab with a disabled mesh renderer and a cloth renderer and a mesh filter. Removing either of these stops the crashing.
The crash can also occur when a parent gameobject has a mesh renderer+filter and a child gameobject has the cloth renderer
Does not crash with version 4.2.2f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Monkey Fritz
Dec 17, 2013 07:53
yup, just came across this today myself.
Only already running the latest version. Trying to save a prefab that has one child object with a mesh filter and mesh renderer, and another child object that has a cloth renderer crashes every time.
Removing the mesh filter I was able to save the prefab, then add the mesh filter back to the prefab in the inspector and bypass the crash.
But then Unity crashed any time I tried to save the scene.
gtjuggler
Dec 11, 2013 19:06
Came across this today and can confirm it's blocking our upgrade from 4.2 to 4.3.