Search Issue Tracker
Duplicate
Votes
1
Found in
2022.3.13f1
2023.2.0f1
2023.3.0a14
6000.0.0b11
Issue ID
UUM-57569
Regression
Yes
[AsyncLoadInEditor] Textures turn black in Player when they are referenced by a script instance
How to reproduce:
1. Open “BlackTextureInPlayerBug.zip” project
2. Open “TEST_SCENE”
3. Build and Run the Project
4. Observe the Player
Expected result: Both textures show up correctly
Actual result: “T_Soldier_Helmet_Fine” texture shows up in black
Reproduced with: 2022.1.0a16, 2022.3.14f1, 2023.2.2f1, 2023.3.0a16
Not reproducible with: 2021.3.32f1, 2022.1.0a15
Reproduced on: Windows 10 (by reporter), Windows 11
Not reproducible on: No other environment tested
Notes:
- Not reproducible in a new project
- Only reproducible in Player
- Enabling Read/Write in Advanced settings prevents the texture from becoming black in Player
- Might be related to the Polybrush package (according to the reporter)
-
Resolution Note:
Comments (1)
-
MUGIK
Dec 15, 2023 13:13
I found a way to reproduce this issue consistently.
Open the attached project and right away(that's important) build player. Textures would be okay.Then get back to editor and select the TEST_SCRIPT object in the hierarchy. Make sure that you see T_Soldier_Helmet_Fine texture is referenced in the script's inspector. Now build the player again and you should see black texture.
Disabling 'ProjectSettings/Editor/LoadTextureDataOnDemand' setting and restarting the editor seems to fix the issue.
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
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
This is a duplicate of issue #UUM-53664