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
- Actions in UI Builder Preview mode are not fully reset after exiting the Preview mode
- Transform field values are no longer visible when Inspector window is resized
- [Android] "Adding null Transform to TransformAccessArray will result in degraded performance" warnings printed when loading and unloading scenes with 2D animated characters
- "Trying to draw gizmos while inside a renderpass" error message is thrown when Scene View Gizmos are enabled
- CPU frame times spike at regular intervals in the Profiler when in Play mode with VSync enabled and using DX12 API
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.