Vrc sdk suddenly not showing up on project launch nor any of my tools

After a 2 ish week hiatus i’ve attempted to make some changes to my avatar and an error box comes up saying about compilation errors i figured why not just press ignore as i can always relaunch into safe mode so i load in and it looks normal however my sdk, tools and possibly more are missing from the taskbar at the top of the screen i have no clue what i am doing in unity so i wanted to ask someone who knew below i have attached images of the errors and my installed packages i really hope someone can be of assistance


i have to my knowledge completely deleted unity 2022.3.22f1 along with creator companion all of my project files (i have made backups) and any leftover files the installers didn’t remove

Not sure what all you’re up to, but not sure why you’d uninstall a version of unity if you are having trouble with a different version of unity. Kinda rocking the boat looking for trouble there.

I think your first move should be to just create an empty project and see if it has any errors or complaints in that console.

If an assembly (it’s talking about the compiled .dll files) has an error, in my experience it’s usually related to a code error above that breaks everything else, or a virus scanner ran off with another important file, or you’re on Linux.

The first screenshot cut off the scroll bar and the error counts so I don’t know if I should ask about more errors or not, but basically you want to start at the top and work your way down.

Going the other way is trying to backtrack someone’s path through a maze instead of just asking them.

Basically the SDK runs inside the editor, just like whatever script is likely stopping everything.

That unity version is the one I am using so it was the correct version to uninstall and reinstall all of the errors are in the first screenshot I haven’t cut any off when I start a completely new project file it still comes up with the same errors in on windows and none of my virus scanners run automatically so they can’t have a file held but I don’t know where to start with bug solving that’s sort of why I came here I don’t understand why it would be saying these suddenly after not touching anything to do with it I will try my best to work through them top to bottom later on and see if this helps but please do let me know if you have any other suggestions

the original error says “Library\PackageCache\com.unity.test-framework@1.1.29\UnityEditor.TestRunner\TestRunnerWindow.cs(65,17): error CS0246: The type or namespace name ‘WindowResultUpdater’ could not be found (are you missing a using directive or an assembly reference?)”
i do not have a clue what this means and cannot find anything directly related to my problems