Search Unity

Troubles with getting VSCode to work properly on Unity 2019.3 Beta

Discussion in 'Code Editors & IDEs' started by AstroneerKing, Sep 16, 2019.

  1. AstroneerKing

    AstroneerKing

    Joined:
    Sep 16, 2019
    Posts:
    6
    I'm having troubles with VSCode because when I try to code unity code, it shows it doesn't exist or it creates it as apart of my class instead of deriving from Monobehavior. When I hover over, for example, the function OnCollisionEnter, it says PlayerController.OnCollisionEnter instead of Monobehavior.OnCollisionEnter. I hope this is clear enough!
     
  2. AstroneerKing

    AstroneerKing

    Joined:
    Sep 16, 2019
    Posts:
    6
    NVMD! There was no problem! It was all in my head, sorry.