Error 0234 в Unity 2D при билде программы, как пофиксить?
Делал 2D проект в юнити. VisualStudio ошибок не показала, игра в редакторе работает идеально. Попытался сбилдить для Windows, но получил следующие ошибки:
- Assets\Scripts\PlayerMovement.cs(5,19): error CS0234: The type or namespace name 'WSA' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
- Assets\Scripts\SpawnMovePoint.cs(4,19): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)
- Error building Player because scripts had compiler errors