Search Issue Tracker
Active
Votes
2
Found in
1.5.9
Issue ID
UUM-134944
Regression
No
Nested LocalizedStrings can not query local variables
Steps to reproduce:
- If a LocalizedString contains nested LocalizedStrings which also contain persistent variables you will not be able to query the nested variables. For example "This lock requires \{key.elision:an |a }{0}.". Where `key` is a nested localized string with a bool variable called `elision`
Actual results: OperationException : Error parsing format string: Could not evaluate the selector “elision” at 24
This lock requires \{key.elision:an |a }{key}.
Expected results: The nested local variable can be found.
Reproducible with versions: 1.5.9
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows 11
Notes:
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
Add comment