Search Issue Tracker
Fixed
Votes
1
Found in [Package]
0.8.0-preview
Issue ID
LOC-114
Regression
No
Localized Audio Clips fail to load on first retrieval when using LoadAssetAsync()
How to reproduce:
1. Open the user's attached 'TetraMaster.zip' project
2. From the 'Scenes' folder open the 'TitleScene' Scene
3. Enter the Play mode
4. Select 'Play' > 'Single Player' > 'Story Mode'
5. In the 'StorySelectScene' press the 'Button' button
6. Keep pressing the 'Next' button until the dialogue finishes
7. Press the 'Button' button again
Expected result: The audio clip plays every time the 'Button' button gets pressed
Actual result: The audio clip plays only after the 'Button' button is pressed the second time
Reproducible with: Localization 0.8.1-preview (2019.4.8f1, 2020.1.4f1, 2020.2.0a21)
Cannot test with: Localization 0.3.1-preview (2018.4.26f1), Localization 0.8.0-preview (2019.4.8f1, 2020.1.4f1) (due to errors)
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
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
- Stencil buffer is incorrectly cleared across Vulkan render passes during depth-only clear operations when using CommandBuffer API
- A non-existent webpage is opened when "Learn about Unity Build Automation" hyperlink is clicked
Resolution Note:
There were 2 issues here.
1) We don't preload assets in Asset Tables unless the `PreloadAssetTable` Metadata is added. We have changed this so we do now preload assets by default.
2) We had some bugs with preload finishing too soon and some invalid casts issues which we have also addressed.