Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4
2020.3
2021.1
2021.1.0f1
2021.2
Issue ID
1328504
Regression
No
Crash on CustomRenderTextureManager::RecreateResources when "unity_builtin_extra" is missing from the Editor's directory
How to reproduce:
1. Delete the "unity_builtin_extra" file in your Editor's directory under "version\Editor\Data\Resources"
2. Try to open or create a project with that Editor
Expected result: "unity_builtin_extra" is recreated
Actual result: Crash opening the Editor
Reproducible with: 2018.4.34f1, 2019.4.25f1, 2020.3.6f1, 2021.1.5f1, 2021.2.0a15
First lines of stack traces:
0x00007ff6b7ee82fa (Unity) CustomRenderTextureManager::RecreateResources
0x00007ff6b7eeb79f (Unity) CustomRenderTextureManager::Update
0x00007ff6b8188cf9 (Unity) `InitPlayerLoopCallbacks'::`2'::PostLateUpdateUpdateCustomRenderTexturesRegistrator::Forward
0x00007ff6b816a2dc (Unity) ExecutePlayerLoop
0x00007ff6b816a3b3 (Unity) ExecutePlayerLoop
0x00007ff6b8171269 (Unity) PlayerLoop
0x0000000140A63EA7 (Unity) Material::CreateMaterial
0x0000000141C053D6 (Unity) GetGUIBlendMaterial
0x0000000141C02300 (Unity) DrawClippedTexture
0x0000000141C021E3 (Unity) GUIStyle::DrawBackground
0x0000000141C01B09 (Unity) GUIStyle::Draw
0x00000001416D9502 (Unity) GUIStyle_CUSTOM_Internal_Draw2_Injected
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Unity will not work correctly when you delete files from the install directory. You should never delete files in that directory. Unity is not able to restore those files and recover from that deletion.