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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
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.