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
- Crash on BucketAllocator::Allocate when importing TextMeshPro assets
- Playmode dropdown creates continuous "Layout update is struggling" errors at certain aspect ratios
- Editor takes a long time to open VFX Graph 'Subgraph' asset when it is heavily referenced by multiple other VFX Graphs
- "Editor Event Handler Error" error is thrown when using Terrain Tool shortcuts
- Lights only visible in left eye in VR when using built-in pipeline
Add comment