Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2021.3.18f1
2022.2.6f1
2023.1.0b3
2023.2.0a1
Issue ID
UUM-27167
Regression
No
Editing tile map prefab instance takes a long time
Reproduction steps:
1. Open the attached “GeneratedMeshIssue.zip“ project
2. Open “Terrain” scene
3. Open WorldEditor window in the Tools tab
4. Select the “TerrainGene” GameObject
5. Set 0 at X and Y in the WorldEditor window and press the GenerateChunk button
6. Select the generated “Chunk_0_0” GameObject
7. In the Scene window, hold the control key, left-click on any hexadecimal tile, and observe the Scene window
8. Create a prefab from “Chunk_0_0” GameObject
9. In the Scene window, hold the control key, left-click on any hexadecimal tile, and observe the Scene window
Expected result: Editor doesn’t freeze and the tile is created
Actual result: Editor freezes for a few moments and then the tile is created
Reproducible with: 2021.3.18f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
Could not test with: 2020.3.45f1 (Due to “Argument 1: cannot convert from 'string' to 'char'“ error in the console)
Reproduced on: macOS Monterey 12.6 (Intel)
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
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Resolution Note:
There are two parts to the performance issues with arrays on prefab instances.
Part one have been solved by https://jira.unity3d.com/browse/UUM-32156.
The other part is not a bug but clearly a performance issue. We have converted this to a task and added it to our backlog.
Resolution Note (2023.2.X):
There are two parts to the performance issues with arrays on prefab instances.
Part one have been solved by https://jira.unity3d.com/browse/UUM-32156.
The other part is not a bug but clearly a performance issue. We have converted this to a task and added it to our backlog.