Skip to main content

All Questions

0 votes
1 answer
1k views

Unity hover documentation in Visual Studio Code

I want to use Visual Studio Code as my editor for c # code in Unity and I want to hover over the code to display a short description of what, for example, the method does. I found this thread but I ...
Innarq's user avatar
  • 47
3 votes
1 answer
5k views

Turn on unity code snippets in Visual Studio

I've installed Unity, VS-2019, Net4.x. After all, Intellisense know what when I write "Rig..." I mean RigidBody, but It doesn't autocomplete methods like OnTriggerExit() or even Start() and Update()....
cat's user avatar
  • 33
1 vote
1 answer
2k views

Template for component construction in Unity with C#

Programming in C# in Unity requires tremendous amounts of boiler-plate. This is partly due to C#, but also due to design decisions in the engine itself. The fact that I cannot construct ...
Felix's user avatar
  • 8,505