Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.0.0f1
Issue ID
672770
Regression
Yes
[DarkSkin]'|' character in Custom Window Title causes ArgumentException and doesn't open window correctly in Dark Skin
To reproduce:
1) Create new project
2) Create Editor folder and add an Editor Window (Use the example in: http://docs.unity3d.com/ScriptReference/EditorWindow.html )
3) Add this line in Init() after calling a window:
window.title = "My | Window";
4) Open the window you just made - it throws an exception that you have an illegal character
5) However, this works in Light Skin - no exceptions are thrown and window is opened correctly
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Timeflow Animation System" custom package appears twice in the Package Manager
- Sprite Atlas Override for iOS setting remains disabled when saving its change to enabled
- Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected
- Shader warnings in URP ShaderGraph when using the Normal From Texture node
- 'Stack overflow' error logged in the Console when a script that has a lot of classes is compiled
Add comment