Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0a24
Issue ID
1291770
Regression
No
Impossible to override package text style sheet in Editor
Steps:
1) Open the TextPlayground project (attached)
2) Open the TextPlayground window via its menu item
3) Check the button "Link" under the TextCore Assets section
Expected result: The button displays "Link" in linked style (underlined and blue)
Actual result: it's not styled at all
NOTE: works fine at runtime
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note (2020.2.X):
This is not a bug but a limitation of the current feature set.
The reason is that “<link>” is declared through Text Style Sheet assets and we simply have no UX to apply these to Editor panels.