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.
Comments (23)
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
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
- "nameFileIdTable" entry changes in the .meta file when reimporting a texture while the "Default Behaviour Mode" is set to 2D
- onRemoveCallback is not called when removing an element from the ReoderableList using contextMenu
- Cloud Diagnostics dashboard leads to a "Page not found" page when clicking the "Go to Dashboard" link in Project Settings Cloud Diagnostics tab
- Project Settings Package Manager dropdown button text becomes offcentered when any new package is installed
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