Answer the question
In order to leave comments, you need to log in
A bunch of errors in Unity when building under wp 8.1?
I assembled the project, tested it on the phone, everything was fine. Then I started working with ui, created canvas, text, connected UnityEngine.UI in the script so that the text could be changed through the script. In unity, everything works fine without an error, but during assembly it gives a bunch of errors, I commented out everything related to ui in the code, deleted the canvas with the text, but the errors remain. Latest version of unity. The text of some of them:
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()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question