Search Issue Tracker
Fixed in 5.0.3
Votes
4
Found in
4.6.0b1
Issue ID
588959
Regression
No
MarkDynamic in combination with serialized meshes in DX11 crashes Unity
Steps to reproduce :
- import the project attached
- open the "Mark Dynamic Bug" scene
- select the "Mark Dynamic" game object
- enable "Use Mark Dynamic" in the Inspector and Unity will crash
*Note:
Crash doesn't repro on dx9.
Comments (3)
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
TMPxyz
Mar 22, 2015 10:36
4.6.2f1 + Win7 here,
after 30+ crashes, I teared down my code piece by piece and finally found it in the MarkDynamic().
Projekt_Spartan
Dec 04, 2014 16:26
I have noticed the same thing on 4.6 release
reindeer-games
Sep 11, 2014 07:52
This crash made me a headache for last few days. It is happening after assigning a new vertices array to the mesh. DX11, Unity 4.5.2. Not 100%, I was unable to determine the reason why it sometimes works, but usually after some mesh processing and switching to a different mesh, it will crash.