Search Issue Tracker
Fixed in 2021.1.X
Votes
2
Found in
2019.3
2019.3.0f1
2020.1
Issue ID
1206410
Regression
No
OnValueChanged callback is not executed in Play mode when Domain Reload is disabled
How to reproduce:
1. Open attached project ("UI-REPRO.zip")
2. Open SampleScene scene
3. Enter Play mode
4. Slide right and left sliders
Expected result: Both spheres change color when according slider is moved
Actual result: Only sphere with OnValueChanged set to "Editor and Runtime" change color
Reproducible with: 2019.3.0a2, 2019.3.0f4, 2020.1.0a17
Not tested with: 2017.4.35f1, 2018.4.15f1, 2019.2.17f1, 2019.3.0a1 (Feature introduced in 2019.3.0a2)
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
- [Shadergraph] Can't create multiple Boolean or Enum keywords
- DirectX12 crash when re-importing a large number of assets
- Prefab script field reference is lost when project is upgraded
- Editor crashes while exiting play mode
- [Text] Default Text preset is not applied when creating a new Text object
Resolution Note (fix version 2021.1):
Fixed with 2021.1.0a5
Fix Unity Events that were set as Runtime only to initialize properly upon entering playmode with the FastEnterPlay mode enabled.