Sneirox

Results 1 comments of Sneirox

temp fix is to call it manually: ` void Awake() { sunRotation.OnValueChanged += SunRotationChanged; SunRotationChanged(sunRotation.Value, sunRotation.Value); } `