Search Unity

The compiler this script was imported with is not available anymore

Discussion in 'Editor & General Support' started by Klamore74, Jun 20, 2017.

  1. Klamore74

    Klamore74

    Joined:
    Jun 17, 2013
    Posts:
    103
    I just import PlayFab lib on my project, but I can run it because every time I get this error:

    The compiler this script was imported with is not available anymore.
    UnityEditorInternal.InternalEditorUtility:GetMonoIslands()
    System.Reflection.MethodBase:Invoke(Object, Object[])
    SyntaxTree.VisualStudio.Unity.Bridge.CompilationUnit:CompilationUnits()
    SyntaxTree.VisualStudio.Unity.Bridge.ProjectSystem.UnitySolutionBuilder:.ctor()
    SyntaxTree.VisualStudio.Unity.Bridge.ProjectSystem.UnitySolutionBuilder:CreateSolutionFromAssetDatabase()
    SyntaxTree.VisualStudio.Unity.Bridge.ProjectFilesGenerator:GenerateProject()
    SyntaxTree.VisualStudio.Unity.Bridge.<>c__DisplayClass3:<RunOnceOnUpdate>b__2()
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions()


    Has Anyone some advice to understand what happen? Any idea for troubleshooting it?
     
  2. Klamore74

    Klamore74

    Joined:
    Jun 17, 2013
    Posts:
    103
    Finally I resolved the issue... I just remove the directory "UnityVS" and all works fine again...