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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment