Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.2.0a12
2019.2.0a14
2019.3.0a1
Issue ID
1153174
Regression
No
TextureArrays are slow to view in inspector, and also crash if Crunch texture format is used on them
How to reproduce:
1. Open the user-submitted project ("BugReports.zip")
2. Open the "textureArrayBugs" scene and in the Hierarchy Window click on the "TextureArrayGenerator" object
3. Right-click on the "Generate Texture Array Bugs" script and click "Generate Texture Array"
4. Wait until the "textureArray" object is created and click on it in the Project Window
5. Observe the hang/excessive time for its Inspector View to finish loading
6. While the object is still selected try to select objects in the Hierarchy Window
Expected result: the time to view the generated object is 1-2 secs
Actual result: the time to fully view the generated object's inspector is way longer at 5-10 secs and any other action while the "textureArray" is selected is severely slowed
Reproduced in: 2019.3.0a3, 2019.2.0b3, 2019.2.0a12
Couldn't test with: 2019.2.a11, 2019.1.1f1, 2018.4.0f1 (The texture generation script breaks in these versions)
Additionally: Texture arrays with crunched compression textures cannot be generated at all and crash the Editor. To reproduce this right-click on the "Generate Texture Array Bugs" script and click "Generate Texture Array - Crash"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Log shader compilation does not give info on which shader instance had a variant compiled
- Label text overflows its rect when resizing the Game view in Free Aspect
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
Add comment