Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.1f1
Issue ID
1041546
Regression
No
[Windows, Terrain] Error messages generated for every crunched terrain texture on scene load or entering/leaving play mode
To reproduce:
1. Open the attached project
2. Make sure the Terrain's texture is using Crunch Compression
3. Play the scene
Expected result: Loading a Terrain with crunched texture works with no issues
Actual result: Few errors are shown:
- GetPixels32 failed: insufficent pixel buffer size (1), must be at least 4 x 4
- Failed to get pixels of splat texture
Reproduced with: 2017.2.3f1, 2017.4.4f1, 2018.1.2f1, 2018.2.0b6, 2018.3.0a1
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
- 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
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note (2018.3.X):
There's no easy fix for this; as stated in the Manual, "GetPixels32 is not available on Textures using Crunch texture compression.", and the old Terrain CPU base map blending requires GetPixels32. The base map blending is done on GPU in 2018.3+, so it works with crunch compression (as well as being a ton faster and not requiring a CPU copy of the texture)