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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment