Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a20
Issue ID
1214064
Regression
Yes
[Camera] "TLS Allocator ALLOC_TEMP_THREAD" exceptions are thrown on opening a new scene after deleting a Camera prefab
TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations, size 23 errors are thrown continuously on opening a new scene after deleting Camera prefab.
Steps to repro:
1. Create a new Project.
2. Create a prefab of the Main Camera.
3. Delete the Camera prefab asset.
4. Create a new Scene.
Actual Result:
TLS Allocator ALLOC_TEMP_THREAD exceptions are thrown in the console.
Expected Result:
No errors in the console.
Reproducible in: 2020.1.0a20.
Working Fine in: 2020.1.0a19, 2019.3.0f6 (27ab2135bccf).
Environment:
Occurring on Windows & Mac.
Stack trace:
TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations, size 23
Comments (1)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Danielhall78
Feb 23, 2021 17:24
I've just now gotten this error in 2020.2.4f1. Should I update to the next version? Sounds like it has been thought to have been fixed already though.