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
- Gradient Editor window bottom-right gradient marker color is incorrect
- MaskField tooltips should only display Value when bound
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
- UxmlNamespacePrefix does not apply when using UIBuilder documents
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.