Проект не компилируется при переходе на новую версию

Перешел с 2020.1 на 2021.1.5ф1. После перехода проект стал компилироватся с ошибками. (Проект на ПК)

Вот несколько из них:

Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
 ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\UnityProject\Grand\Library\PackageCache\[email protected]\net35\unity-custom\nunit.framework.dll'.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
   at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
   at Program.Main(String[] args)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Ответы (1 шт):

Автор решения: Віталій Яцук

Видимо в новой версии нельзя использовать ` в названии директории.

→ Ссылка