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
- Editor freezes after some time when using NavMeshQuery::Raycast
- Cube is rendered green when its color is set to black and using the Lift Gamma Gain Volume interpolation
- Inner and outer exceptions are not unrolled correctly
- [iOS][WebGL] Audio Clip doesn't play when Load Type is set to Decompress On Load and iOS Silent Mode is enabled
- Crash on EditorBuildSettings::GetConfigObject when closing a specific project
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.