Questions tagged [visual-studio-code]
The visual-studio-code tag has no summary.
26 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
81
views
For some reason, autocompletion works even though it's "Disconnected."
I installed the following extension: https://marketplace.visualstudio.com/items?itemName=woberg.godot-dotnet-tools
but I'm not sure if it's actually related to autocompletion. I've tried turning the ...
1
vote
2
answers
192
views
Build project on VSCode unnecessarilly covers the code of Unreal Engine itself
Problem
VSCode on my env from a project, setting of which is auto-generated from Unreal Engine, tries to build the code of Unreal Engine itself, which includes more ...
1
vote
1
answer
768
views
Intellisense broken after installing Unity VSCode extension
I didn't use VSCode since two weeks ago. Today, I opened my Unity Project. VSCode updated some extensions and unhappily, Intellisense doesn't work anymore. I didn't change VSCode settings — all ...
0
votes
1
answer
291
views
How to debug Unity/mono code on Linux/VsCode
I am new to Unity and I have been fighting with VSCode and debugging.
I am trying to attach a debugger to Unity to test some code that run in the editor without running the app ( kind of Unity ...
0
votes
0
answers
835
views
How to make a class diagram in unity engine?
I'm a newbie and learning unity engine. I want to make a class diagram in unity to control my script efficiently. when I create a C# script look up the class diagram but I don't see that. my question ...
1
vote
1
answer
586
views
Can't select external script editor in Unity3D
in Unity3D 2020332f1 when I try to select my external script editor via Edit->Preferences->External Tools->External Script Editor the file dialog opens and I try to select VSCode. So far ...
1
vote
1
answer
1k
views
instantiateInWorldSpace vs. worldPositionStays in Unity
I'm trying to instantiate an object using Object.Instantiate() like this:
Instantiate(carrot, transform, true);
according to the ...
0
votes
1
answer
819
views
Unity with VS Code: .sln generated is missing assemblies. Only .sln generated by Studio works (with Code as well)
After every Unity update I have a lot of problem with missing assemblies in Visual Studio Code.
...
0
votes
1
answer
880
views
VS code sometimes doesn't recognize Unity APIs
Unity debugger plugin and C# plugin are installed but Visual Studio Code does not recognize Unity APIs. Intelisense does not work. How can I fix?
0
votes
1
answer
755
views
"undefined reference to" error when compiling for MinGW
I tried to move to MinGW to compile my program, since I am trying to use a more recent OpenMP version than the 2.0 one used in Visual Studio.
I was planning on using ...
3
votes
1
answer
14k
views
How can I change the root namespace for scripts in Unity?
How can I change the root namespace for scripts in Unity?
I went to Edit - Project Settings... - ...
0
votes
0
answers
103
views
Need help understanding this script
I found this script on a tutorial that I want to implement into my game, but I first want to understand what it does and how it does it. The script is attached to a Joystick UI, which has the inner ...
0
votes
5
answers
3k
views
Visual Studio Code Unity AutoComplete still not working
I am having an issue with Visual Studio Code AutoComplete for Unity.
Some of the autocomplete is working, such as: void Start(), ...
0
votes
1
answer
1k
views
Some autocompletion doesn't work in Visual Studio Code with Unity
I am using Unity 2018 with Visual Studio Code version 1.43.2 on a Mac.
Things seemed to work fine between Unity and Visual Studio Code, but now I realize that something is wrong with Code. I have been ...
1
vote
1
answer
2k
views
Why are Visual Studio and VSCode not giving me a dropdown list of methods and options etc?
I am using VSCode but I have also tried Visual Studio 2019 to write code for Unity, but when I'm writing the lines I don't get dropdown menus with for example the methods this class holds. Or objects. ...