Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2021.3.21f1
2022.2.11f1
2023.1.0b8
2023.2.0a6
Issue ID
UUM-30267
Regression
No
Uninitialized background Render Texture artifacts on Android Build
Steps to reproduce:
1. Open attached project "rqa-project-magicpotion.zip" and scene "CauldronLayout"
2. In Build Settings window, build and run the "CauldronLayout" scene for Android
3. In Android device, observe render texture artifacts in the scene
Expected result: No rendering artifacts in Editor and Android Build
Actual result: Rendering artifacts in Android Build
Reproducible with: 2021.3.21f1, 2022.2.11f1, 2023.1.0b8, 2023.2.0a6
Could not test with: 2020.3.46f1 (compilation errors break project)
Tested on: Windows 10, Samsung Galaxy Note 8
Notes:
1. The issue does not reproduce in-Editor.
2. The issue does not reproduce on Android if you use an initialized background.
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
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
Resolution Note:
By design: uninitialized background can have undefined values depending on platform, only use uninitialized if you intend to render over all texture pixels.
Resolution Note (2023.2.X):
By design: uninitialized background can have undefined values depending on platform, only use uninitialized if you intend to render over all texture pixels.