Search Unity

Resolved Code after update always highlighted as erro

Discussion in 'Scripting' started by Schumaker, Oct 14, 2020.

  1. Schumaker

    Schumaker

    Joined:
    Jul 14, 2016
    Posts:
    40
    After i updated to unity 2020.1.8f1, all code a write, is highlighted as error in Visual Studio 2019
    is this a know issue ?
     
  2. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,909
    Make sure Visual Studio is still set properly as your external editor in Unity settings.
     
  3. Schumaker

    Schumaker

    Joined:
    Jul 14, 2016
    Posts:
    40
    I just checked and still is the external script editor.
    I just made a test using the 2019.4.12 is working well.
     
  4. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,909
    Try shutting down Unity and Visual Studio, then deleting your project's Library folder, and opening everything back up.
     
  5. Schumaker

    Schumaker

    Joined:
    Jul 14, 2016
    Posts:
    40
    This worked. Thanks a lot