Visual Studio has stopped debugging my C# code, and my scripts have stopped importing to Unity
I’m using Visual Studio Code 1.90.1 with the C# and Unity extensions installed, and Unity version 2022.3.31f1.
Unity C# auto completion doesn’t work on VS code
I’m using VS code to write c# scripts for my Unity projects.
I got all required extensions and set vs code as the external script editor for Unity.
But when I open c# script on VS Code, the auto completion doesn’t work and vs code fails to highlight keywords.
Adding Animations and control it by pressing didn´t work – Visual Studio 2022 & Unity
i have a question i don´t find the right answer.
Iám new in coding and i try to make my first character and want to do and know about good controlling and animations first.
But i´am stucking in an “error”. The Character ist working so far but i didn´t know how i add a new animation like “dodge” or “shoot” because it will always run an an old animation or in the dodge animation the character will jump und stuff like that. I really didn´t know if iám using the wrong code or i have an simple error.
I hope someone could help.
I will add my movement.cs so you can see the whole script.