Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.2p2
Issue ID
786889
Regression
No
[WSA] Changing terrain texture at runtime getting visual artifacts
When changing terrain texture on runtime, texture data seems to get corrupted, rendered with wrong colors or sometimes not appearing at all. Some analysis on this issue has been done and it seems that after the texture switch constant buffer is corrupted somehow - it contains very big values (something like 1e8 as before switch values were under 10). Those values are finally used in shader when doing texture sampling and pixels are invalid.
Reproducible on 5.3.4f1, 5.3.4p3, 5.4.0b14 versions.
Repro GIF:
https://gyazo.com/e85e2f388421b903e1fd64e4ccc0da2e
Repro steps:
1. Open project "TerrainTextureTest.zip
2. Open the test scene and play it. Press buttons visible on screen to swap existing textures or to generate textures from scratch.
3. Build to WSA 8.1 or WSA Universal 10 platform with .NET backend (with IL2CPP backend there is no visual issue).
4. Build and run generated project on PC or tablet.
On WP10 phones issue ir not reproducible. Also, issue is not reproducible when using IL2CPP backend for WSA Universal 10 platform.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Clicking on the project's title does not open the project when the long path tooltip is shown
- [Linux] "Select Preset..." window closes without creating another preset when "Create New Preset..." is double-clicked again after creating the first preset
- “Screen position out of view frustum” error is thrown and Game window renders black when Camera Clipping Planes fields are set to “Infinity”
- Foldouts in the Library section of UI Builder do not open when clicked on title and Tree View is enabled
- VisualElement with DynamicTransform and animated scale from 0 is not rendered until hovered when parent uses GroupTransform
Add comment