In Section 1 Part 6 of Complete C# Unity Game Developer 2D we are tasked to create a simple .cs script in Unity and open it with Visual Studio Code.
I have VS Code set up and made all the settings as in Part 4 “IntelliSense Issues?”, but when I double click .cs script in Unity to open it I am presented with this window, and not the script itself:
So to open actual script I need to find it in left collumn and manually open it from there, which is not very convenient.
Can this be fixed or is it a normal behavior for VS Code?
Install and use Visual Studio (Community Edition). For some students, VS Code simply does not work well. Maybe due to a problem with Unity, some update or whatever.
Is Visual Studio (Community Edition) differs heavily from VS Code?
I follow the course thoroughly and everything is made there with VS Code. I am completely new to coding and creating something in Unity or making games in general, so this course is basically my entry point into this kind of stuff and I’m kind of frightened to mess something up using different kind of software
No, it looks almost the same. As for me, I prefer to write C# code with VS because I’ve used it for many years. I mainly use VS Code for web development. Both script editors are fine, though.
Feel free to test VS. If you don’t like it, you could try to fix VS Code.