Собрал проект, протестировал на телефоне, все было отлично. Потом начал работу с ui, создал canvas, text, в скрипте подключил UnityEngine.UI, чтобы текст можно было менять через скрипт. В unity все прекрасно работает без ошибки, но при сборке выдает кучу ошибок, закоментировал в коде все что связанно с ui, удалил canvas с текстом, но ошибки остаются. Последняя версия unity. Текст некоторых из них:
Fields serialized in target platform, class 'UnityEngine.EventSystems.EventTrigger+Entry'
'eventID' of type 'UnityEngine.EventSystems.EventTriggerType'
'callback' of type 'UnityEngine.EventSystems.EventTrigger+TriggerEvent'
UnityEditor.HostView:OnGUI()
Fields serialized in target platform, class 'UnityEngine.UI.GraphicRaycaster'
'm_IgnoreReversedGraphics' of type 'System.Boolean'
'm_BlockingObjects' of type 'UnityEngine.UI.GraphicRaycaster+BlockingObjects'
'm_BlockingMask' of type 'UnityEngine.LayerMask'
UnityEditor.HostView:OnGUI()
Fields serialized in Editor, class 'UnityEngine.UI.LayoutGroup'
'm_ChildAlignment' of type 'UnityEngine.TextAnchor'
UnityEditor.HostView:OnGUI()