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
- Assets do not get imported from an asset package when Library assets in the asset package are unchanged
- UI Builder looses reference to the opened UI Document when domain reload is done
- The HDR Color picker preview does not display the same color as the standard Color Picker preview
- HDRP Lit Shader errors are thrown and artifacts are generated when using Emissive Map and "Same as Base" UV mapping setting
- NullReferenceException is thrown when assigning PanelSettings asset to a UIDocument dynamically at runtime
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.