How do I fix this compiler error
I get this error everytime I open my project:
Library\PackageCache\com.unity.test-framework@1.1.29\UnityEngine.TestRunner\NUnitExtensions\Commands\EnumerableTestMethodCommand.cs(33,54): error CS0246: The type or namespace name 'TestEnumeratorWrapper' could not be found (are you missing a using directive or an assembly reference?)
have been working on this project for awhile, and this is the first time this has happened. I opened it in safe mode but cant figure out the issue. When I exit safe mode and my editor opens, all my materials are pink and I have the errors still. Also if I try to bypass safe mode i get more errors. Please someone help me!
It is also telling me that it is failing to move a file from temp artifacts to artifacts. So thats an additional problem.
Your answer
Follow this Question
Related Questions
error CS2011: Error opening response file (incorrect temp folder) 2 Answers
Unity 5 checking if player isGrounded 1 Answer
Compiler error 2 Answers
compiler error - playmode 0 Answers
Temporary Package Edits stopped working 0 Answers