Search Unity

Question [Solved] 'ToolManager' does not exist in the current context

Discussion in 'Editor & General Support' started by Kshesho, Oct 20, 2020.

  1. Kshesho

    Kshesho

    Joined:
    Nov 2, 2018
    Posts:
    5
    I'm getting this error, plus 6 more related to it, and it's preventing me from compiling.
    Unity ToolManager error.png


    I got the error when I synced my project with my partner's changes via Collaborate. The only suspicious changes that could have cause the problem were these.
    Unity sync errors (2).png

    I've tried updating my packages, and I also made sure that I had all the same packages as him, and that they were the same versions.
    Any help is greatly appreciated.
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,726
    One approach is to force remove all packages, let Unity consider that (57,000 compiler errors), close Unity, open afresh, then restore package changes. This is trivial with git source control but I don't know how Collaborate works.
     
    Joe-Censored and Kshesho like this.
  3. Kshesho

    Kshesho

    Joined:
    Nov 2, 2018
    Posts:
    5
    Thanks for the recommendation. Turns out my partner and I had different project versions. He wasn't aware that he updated Unity, but somehow he got a newer version. I switched over to that version and all the errors are gone.
     
    Kurt-Dekker and Joe-Censored like this.