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
- Label text overflows its rect when resizing the Game view in Free Aspect
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
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.