coding not translating to unity.

hi guys I’m new to making games but I’m making a 2D game and my visual studios code is not responding with unity. I’ve been at a stand still for days looking everywhere and 'I’m just stuck. the most simple commands like “GetComponent().isKinematic = true;” has zero response and my character still falls from the sky. I’m truly lost.

Can you post some of your actual code for us to see what’s going on? You do have it attached to the Gameobject right?

2 Likes

Is this a code problem or a tools problem?

If it is tools, this may help you with intellisense problems:

Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button

Also, this: No suggestions in Vscode

If it is actually a code problem, here is how to report your problem productively in the Unity3D forums:

http://plbm.com/?p=220

1 Like