Hi,
after I started the scene I get around 80- 100 times of this warning:
"SendMessage cannot be called during Awake, CheckConsistency, or OnValidate
UnityEngine.Transform:set_localPosition(Vector3)
UIGrid:ResetPosition(List`1) (at Assets/Plugins/Scripts/Interaction/UIGrid.cs:386)
UIGrid:Reposition() (at Assets/Plugins/Scripts/Interaction/UIGrid.cs:318)
UIGrid:OnValidate() (at Assets/Plugins/Scripts/Interaction/UIGrid.cs:283)"
What could be the solution?
Thanks in Advance!