Search Issue Tracker
Fixed
Fixed in 1.5.x
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:
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
- [Linux] TMP Font Asset pop-up Window opens on the secondary monitor when the Editor is placed in primary monitor
- Transition delay is ignored when opacity is listed before scale in transition-property of the Styles.uss file
- “NullReferenceException” error thrown in the Console when pressing kebab button in Pipeline Specific Settings for Default Profile in Project Settings window
- [Silicon] Crash on os_unfair_recursive_lock_lock_with_options when opening a project while the Razer Synapse app is open
- Build fails with a warning when running Unity Editor’s csc.dll manually using dotnet command
Resolution Note:
Fixed
Resolution Note (fix version 1.5.x):
Fixed