Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
5.5.0b4
Issue ID
834681
Regression
Yes
Warning when changing value of Scrollbar and Slider
Warning when changing value of Scrollbar and Slider
1. What happened
Outside play mode, if I change the size parameters of the scrollbar or the value parameter in the slider; the editor shows a warning error for each transition.
2. How we can reproduce it using the example you attached
.Select the Slider and change the value parameter.
.Select the ScrollBar and change the size parameter.
.Monitor the console.
This is a video showing the issue: https://i.gyazo.com/54d857dac32d64b830fcc817997970bb.gif
This is correctly working on:
5.3.5f1
Comments (1)
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Protozoaire
Nov 29, 2018 08:31
1. What happened
Warning message spam in console "SendMessage cannot be called during Awake, CheckConsistency, or OnValidate".
2. How we can reproduce it using the example you attached
If we add a UI/Scrollbar gameobject, then we click on the On Value Changed "+" button to add a script to it.
Then it's not calling the script and the console gets spammed by this message "SendMessage cannot be called during Awake, CheckConsistency, or OnValidate".
Even with a simple "On Value Change", active GameObject, it's not working and spamming the console.
Even with an empty "On Value Changed" it's spamming the console...
==> Isssue reproduced in 2018.3.0b6
=> Workaround: It seems to work, and without warnings, only in the build (currently targetting Android).