Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.0a9
Issue ID
1071397
Regression
No
[2D] [Tilemap] Warnings appear when adjusting Tilemap Cell Gap values
[2D] [Tilemap] Warnings appear when adjusting Isometric Tilemap Cell Gap values
Steps to Repro:
1. download attached project and open warning_scene scene
2. select the Isometric Tile Map in the Hierarchy (or use any tilemap set to Individual mode)
3. click on one of the Cell Gap values (e.g. Y) and drag the mouse left/right to adust the Cell Gap between positive and negative values
4. repeat this with other or same Cell Gap values until warning messages appear.
The following warnings appear in the Console:
Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
To Debug, enable the define: TLA_DEBUG_STACK_LEAK in ThreadsafeLinearAllocator.cpp. This will output the callstacks of the leaked allocations
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment