Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.10.0-preview
Issue ID
LOC-152
Regression
Yes
Asset Table is no longer selectable in Localized Asset Reference dropdown
Steps to reproduce:
# Create an asset table, attach some sprites to it
# UI > Image
# Localize Image
# Try to add Asset table to “Localize Sprite Event” Localized Sprite Reference
Expected result: Asset Table and its entries are selectable
Actual result: Asset Table entries are not selectable
Introduced in [#100 |https://github.cds.internal.unity3d.com/unity/com.unity.localization/pull/100]PR
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note:
This is by design. When you drag the root sprite asset into the table it will treat it as a Texture. You need to grab the sub asset which is a Sprite. We will look into the UX of this in the future.