Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a11
2020.1.0a18
Issue ID
1206924
Regression
Yes
[UIElements] ArgumentException error is thrown on opening UIElements Editor window
ArgumentException: Invalid path error is thrown on opening UIElements Editor window.
Steps to repro:
1. Create a new Project.
2. Assets > Create> UIElements > Editor window.
Actual Result:
ArgumentException error in the console.
Expected Result:
No error in the console.
Reproducible in:
2020.1.0a18, 2020.1.0a11.
Working Fine in:
2020.1.0a10, 2019.3.0f5
Environment:
Occurs on Windows and Mac.
Stack trace:
ArgumentException: Invalid path
System.IO.Path.GetDirectoryName (System.String path) (at <437ba245d8404784b9fbab9b439ac908>:0)
UnityEditor.UIElements.UIElementsEditorWindowCreator.init () (at <abcb5714b99e4fb3a117425953eb603c>:0)
UnityEditor.UIElements.UIElementsEditorWindowCreator.CreateTemplateEditorWindow () (at <abcb5714b99e4fb3a117425953eb603c>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment