When using the VN template Standard dialogue UI it spews alerts in the Unity console. Tried some other templates, they don't seem to have this issue.
I didn't make any changes to it, just selected the template and used it as an instance as shown in the "Dialogue System for Unity 2.x Dialogue UI Tutorial 1"
The following alerts are shown around 12 of them.
Code: Select all
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate (Alert Panel: OnRectTransformDimensionsChange)
UnityEngine.UI.InputField:OnValidate ()
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate (Alert Text: OnRectTransformDimensionsChange)
UnityEngine.UI.InputField:OnValidate ()
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate (Viewport: OnRectTransformDimensionsChange)
UnityEngine.UI.InputField:OnValidate ()
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate (Response Text: OnRectTransformDimensionsChange)
UnityEngine.UI.InputField:OnValidate ()