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
-
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
- [VFX Graph/Oculus] Chained GPU Events are not running are not running on Quest 2
- Class Properties get overwritten when using IL2CPP
- Some shader variants don't show up when "_vertex" is added to shader code
- Point Lights are not visible on Mobile when adjusting RBG values by a custom script
- [CacheServer] After you cancel one upload, all next uploads will stuck, sometimes that leads to a crash
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.