Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.6f1
2022.1.8f1
2022.2.0a18
2023.1.0a1
2023.2.0a1
Issue ID
UUM-2884
Regression
No
Editor freezes and crashes when creating a large amount of tiles
Reproduction steps:
1. Open the users attached project
2. Open Scenes/SampleScene
3. Enter the Play Mode
Expected result: Play Mode is started
Actual result: Editor freezes and crashes after a while
Reproducible with: 2021.2.12f1, 2022.1.0b7, 2022.2.0a4
Could not test with: 2019.4.36f1, 2020.3.29f1 ( could not downgrade the Project )
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:
8007000e means out of memory. Memory management is fully automatic on Windows on DX11. It essentially only runs out of memory when even the swap space is full.
We can improve the error reporting on this but the actual bug itself is something that's not a bug. If more textures are requested than what can fit into GPU + RAM + SWAP there is nothing we can do.
Resolution Note (2023.2.X):
8007000e means out of memory. Memory management is fully automatic on Windows on DX11. It essentially only runs out of memory when even the swap space is full.
We can improve the error reporting on this but the actual bug itself is something that's not a bug. If more textures are requested than what can fit into GPU + RAM + SWAP there is nothing we can do.