Unity-UI-Extensions/com.unity.uiextensions

Warning from Stepper extension. SendMessage cannot be called during Awake, CheckConsistency, or OnValidate

SimonDarksideJ opened this issue · 1 comments

Issue created by Isaac Lee as Bitbucket Issue #​397 on 2022.02.21 07:02.
Similar to Issue #234, Unity is giving warnings whenever the stepper loads in my scene. The error is repeated 24 times.

SendMessage cannot be called during Awake, CheckConsistency, or OnValidate
UnityEngine.UI.Extensions.Stepper:OnValidate ()

Currently using Unity 2020.3.17f1

On 2022.02.21 18:13, @SimonDarksideJ commented:
This warning can be safely ignored. Although I will look in to why it is being raised.

Normally it’s due to components creating gameobjects at runtime during awake.