Возникает ошибка во всех скриптах. Так же сбиваются все сцены. Как исправить проект?
Перенес папку проекта на другое устройство, импортировал папку в проект. Под каждым скриптом(даже встроенным) возникает ошибка: The associated script can not be loaded. Please fix any compile errors and open Prefab Mode and assign a valid script to the Prefab Asset.
Также, во всех сценах сбились текстуры и анимации, хотя все они присутствуют в проекте.
GavriKos, Проект находится не в гите. После переноса на всех сценах текстуры стали белыми, хотя они по прежнему лежат в папке игры, и не были переименованы. В коде изменений не наблюдается.
GavriKos, После пробного запуска появились данные ошибки:
Library\PackageCache\com.unity.ugui@1.0.0\Runtime\UI\Core\DefaultControls.cs(489,116): error CS0246: The type or namespace name 'InputField' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ugui@1.0.0\Runtime\UI\Core\DefaultControls.cs(499,13): error CS0246: The type or namespace name 'InputField' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ugui@1.0.0\Runtime\UI\Core\DefaultControls.cs(499,55): error CS0246: The type or namespace name 'InputField' could not be found (are you missing a using directive or an assembly reference?)