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
- [Vulkan] Crash on with multiple stack traces when rendering large Terrain with specific hardware
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
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.