Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
0.6.6
Issue ID
1137281
Regression
No
Materials do not load correctly when using Addressables in Editors Play mode
To reproduce:
1. Download and open the project
2. Press play
3. Wait for TMPro font to be loaded (about 3 seconds)
4. Observe that 'font loaded by asset reference' text goes pink when loaded font is assigned
5. Wait for prefab to be loaded (about 1 second)
6. Observe that loaded cube is pink.
7. Observe that loaded text is pink.
Actual result: Font and cube are pink
Expected result: Loaded cube and text should be white.
Reproduced on: 2018.3.0b1; 2018.3.11f1; Crashing on 2019.1.0b10; 2019.2.0a10
2018.3.0a11 and older version have a lot of errors can't check.
Note: Works perfectly when built on the Android device.
Note: Does not work on: 0.6.6; 0.6.7; 0.6.8 addressable versions, can't check on the older ones, because of the errors.
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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note:
This is expected behavior based on the information in the ticket. If you've built your bundles for the Android platform because of the way shaders are compiled materials/textures will not render in the Editor (thus displaying as pink). Switching back to the Standalone platform and rebuilding your player content bundles should fix the issue.