Search Issue Tracker
Fixed in 1.15.1
Votes
0
Found in [Package]
2018.3.0a1
2018.3.7f1
2019.1.0a1
2019.2.0a1
Issue ID
1134615
Regression
No
TMP Text shader is not loaded when using addressables
How to reproduce:
1. Open the user's attached project ("case_1134615-AddressablesTest.zip")
2. Open the repro scene ("SampleScene")
3. Build Addressable Asset Bundles
4. Enter Play Mode
5. Inspect the text in the upper left corner of the window
Expected results: TMP text shaders render normally
Actual results: TMP text shaders do not render
Reproducible with: 2018.3.9f1, 2019.1.0b7, 2019.2.0a8
Could not test with 2017.4 as it doesn't have Package Manager and the Addressables package
Notes:
1. This project requires the Addressables package for reproduction
2. Doesn't reproduce on standalone
3. To reproduce the issue, assets must be built on WebGL platform
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note (fix version 1.15.1):
The issue is no longer reproducible on the repro project after updating outdated Addressable API calls inside the user's scripts.