Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
1
Found in
2018.2.0b2
2018.2.0b4
Issue ID
1037161
Regression
Yes
VS Code opens two empty files in addition to the script file if the project name has a space in it
To reproduce:
1. Create a new project with a space in the name (e.g., "New Project")
2. Create a new script
3. Open the script with VS Code
4. Observe that the editor opens two empty files called New and Project
Expected: the VS Code doesn't open two empty files in addition to the script file
Reproduced in 2018.2.0b2, 2018.2.0b4, 2018.3.0a1
Did not reproduce in 2018.1.1f1, 2018.2.0b1
Regression introduced in 2018.2.0b2
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
MineyMatt
Jul 16, 2018 22:36
This still happens on 2018.2.0f2 What im seeing is its opening a blank file for every space in the file path to the project.
Example mine is :"G:\Unity Projects\Some Company\Project"
and im getting the following files open
"Unity", "Some", and "Project" and the .cs file i tried to open but it will never go to that file or line only the first blank file it opens. in this case "Unity"
Privateer
Jul 16, 2018 08:39
This is not resolved. I'm using the latest Unity 2018.2 stable and the latest version of VS Code and this is still happening.