How to Setup VS Code For Unity(using VS code with Unity)

preview_player
Показать описание
In this video we setup Vs code for Unity game development. We will install VS code and then install the necessary packages and extensions so that we can get intelliscence and code completion as well for C# and Unity game development. Hope you like this video

============================= Follow me on =============================

You can Support this channel on patron to get the latest video as quickly as Possible
Рекомендации по теме
Комментарии
Автор

The only vedio on yt which solved my problems of intellence also ❤

blackacidff
Автор

Installing the Visual Studio Editor at 2:34 solved my issue with autofil. Thank you!

danosch
Автор

Thanks a lot. I´m new to Unity and advising to check for the 'Visual Studio Code Editor' package solved my issue with IntelliSense not working. Thank so much indeed.

fritzkraut
Автор

Thank you for the video. You saved my day. <3

yusufziyakalyoncu
Автор

Ty man only video that solved the issue

wandereer
Автор

thank you for this awesome video. very helpful.

ramab
Автор

VSCode openups faster (which will make no sense if not closing completely everytime).

But it has a nice UI. The Studio 2022 Still looks like its 2007 (though VSCode is worse for minimizing code blocks).

Also you can use it even without the package for Code (in 2023.01 there is none), by regenerating in External Tools through Visual Studio (which will break sense in disk space)

If you need those Visual Studio little features & Debugger, the choice is definetely on it, but you still can try extension that will open files in VSCode from it (better use the theme one, instead)

YaNasral
Автор

It all works, my problem is the auto completition when I press like "x" (variable name for example) and than the space bar. The program auto fills with wothever it is, so I have to go back with arrow keys to not make this appen. Of course this make coding really slow. How I solve this ? Thank you.

emalon
Автор

You earned another like my friend. Thanks alot! (Normal VS doesn't work on my pc for some reason)

royale_trello
Автор

You used the wrong terminology at the start of the video. "Code compilation" is turning code readable by a human into machine code. What you called "Code compilation" is actually Intellisense, the code completion used by VS Code. What you called "Intelliscence" is simply a set of Unity's errors and warnings.

braint
Автор

could not find .Net 4.7.1 on their supported or outdated versions, it skips the entire 4 version and only provides version 5

isaaconyach
Автор

I don't have the fire symbol on it but I think it's working, cause the code x>y have a problem

aprils.m
Автор

Thank you. Was confused why autofill was not working

ChapCanai
Автор

[error] Failed to load project One or more errors occurred. (This project is not supported in C# Dev Kit.)what should i do ?

moubeditresor
Автор

this tutorial is great! thank you so much i love you, you are life savior!!! 🎁

Mikolaj.Michon
Автор

sorry if i removed Visual Studio Code Editor.what should i do to install Visual Studio Code Editor??? thanks

hjerry
Автор

Is VS Code somehow better than VS Community for Unity Game development? I mean it's faster, but any other reasons we should use it and not the IDE?

unitysharp
Автор

i dont see a fire icon and i did everythhing

whessit
Автор

Win32Exception: The system cannot find the file specified.

startInfo) (at
() (at
(wrapper remoting-invoke-with-check)
() (at

StickyLabDev