Search Issue Tracker
Fixed in 2017.2.0f3
Votes
0
Found in
2017.2.0a2
Issue ID
930703
Regression
Yes
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate prevents UI from showing
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate prevents UI from showing
To repro:
1. Open project attached (or import uMMORPG project).
2. Press Play and you'll get errors in log.
Actual result: warnings in log
SendMessage cannot be called during Awake, CheckConsistency, or OnValidate
UnityEngine.UI.Slider:OnValidate()
Expected result: No warnings in log.
In 2017.1.0f3 works with no warnings.
In 2017.2.0a2 - b3 warnings appear.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
JeromeJ
May 11, 2018 10:22
Same as Fuzzy_slippers. When trying to update a sprite on OnValidate. Didn't happen before afaik.
Silly_Rollo
May 11, 2018 04:59
I'm getting this in 2018.1.0f2
oscar70701
Apr 09, 2018 14:43
i have it too