Search Issue Tracker
By Design
Votes
3
Found in
2017.4.0f1
2018.1.6f1
Issue ID
1089521
Regression
No
Material with lightweight render pipeline is being pink when being called with AssetBundle
To reproduce:
1. Open attached project;
2. Open Sample scene
3. Press play
4. Notice that the cube is pink or invisible
Actual result: The material of the cube is pink
Expected result: The material should be loaded correctly with lightweight render pipeline.
Reproduced in: 2017.4.0f1; 2017.4.16f1; 2018.2.0a1; 2018.2.18f1; 2018.3.0a1; 2018.3.0b12; 2019.1.0a1; 2019.1.0a10
Note: on 2018.3.0b12 the cube is invisible.
Note: Attaching gif
Comments (1)
-
MichaelLampel
Feb 02, 2019 04:30
I got this same effect by loading models and having the last one have a section go pink rather than white. It is likely a memory allocation issue. Work around was to instantiate an additional dummy object that is out of view.
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note (2019.2.X):
Bundles were built for Android, but loaded in the editor (Windows). Shaders compiled for Android are not compatible with Windows.