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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
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