Search Issue Tracker
In Progress
Under Consideration for 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
1
Found in
2020.3.39f1
2021.3.9f1
2022.1.15f1
2022.2.0b7
2023.1.0a9
Issue ID
UUM-12996
Regression
No
Terrain creates a "Tree Imposter Texture" for a tree when the tree does not use it
Reproduction steps:
1. Open the “IN-14574_TreeImposterTexture“ project and open the “Main” scene
2. In Memory Profiler capture a snapshot and select it
3. In newer Memory Profiler versions:
3.1. Open the ”Unity Objects” tab
3.2. Search for “Tree Imposter Texture“
4. In older Memory Profiler versions:
4.1. Open the “Objects and Allocations“ tab
4.2. Click the “Name“ column and select “Match…”
4.3. Input “Tree Imposter Texture“
Expected result: Total size is 0 KB because the used trees do not use the imposter system
Actual result: Total size is above 0 KB (for example 500 KB)
Reproduced in: 2020.3.39f1, 2021.3.9f1, 2022.1.15f1, 2022.2.0b7, 2023.1.0a9
Reproduced using: Windows 11, macOS Monterey 12.0.1
Notes:
1. Especially severe for mobile builds as with higher amounts of trees it can take dozens of megabytes for unused assets
2. Detection of whether prototypes use the imposter texture or a way to tell the terrain not to generate this texture would be great
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment