Errors in Unity Console when using VN Template
Posted: Sun Jan 14, 2024 9:00 am
Hello There,
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.
It works.. but would prefer to go without that many alerts everytime you launch the game.
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 ()