Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.5p6
Issue ID
833562
Regression
No
Scripts cannot be opened if the Unity folder contains a comma in the name
Steps to reproduce :
- rename the Unity install folder to something like "Unity 5,3"
- create a new project
- create a C# script
- double click the script and notice the errors
error CS0006: cannot find metadata file `C:/Program Files/Unity 5'
error CS0006: cannot find metadata file `3.5p6/Editor/Data/Managed/UnityEngine.dll'
error CS0006: cannot find metadata file `C:/Program Files/Unity 5'
error CS0006: cannot find metadata file `3.5p6/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll'
error CS0006: cannot find metadata file `C:/Program Files/Unity 5'
error CS0006: cannot find metadata file `3.5p6/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll'
error CS0006: cannot find metadata file `C:/Program Files/Unity 5'
error CS0006: cannot find metadata file `3.5p6/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll'
error CS0006: cannot find metadata file `C:/Program Files/Unity 5'
error CS0006: cannot find metadata file `3.5p6/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll'
error CS0006: cannot find metadata file `C:/Program Files/Unity 5'
error CS0006: cannot find metadata file `3.5p6/Editor/Data/Managed/UnityEditor.dll'
error CS0006: cannot find metadata file `C:\Program Files\Unity 5'
error CS0006: cannot find metadata file `3.5p6\Editor\Data\Mono\lib\mono\unity\System.Runtime.Serialization.dll'
error CS0006: cannot find metadata file `C:\Program Files\Unity 5'
error CS0006: cannot find metadata file `3.5p6\Editor\Data\Mono\lib\mono\unity\System.Xml.Linq.dll'
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #701426