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
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
- Display issues in VideoPlayer when using Screen.SetResolution on certain Google Pixel devices
- Crash on Texture::TextureIDMapInsert when opening 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.