-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Some times, when the application is quitting, depending on the use case, an ArgumentNullException is thrown when Unity has already destroyed the RateManager GameObject.
ArgumentNullException: Value cannot be null. Parameter name: rateManager
UniRate.RateRequest..ctor (UniRate.RateManager rateManager) (at <00000000000000000000000000000000>:0)
UniRate.RateManager.RequestUpdateRate (System.Int32 updateRate) (at <00000000000000000000000000000000>:0)
*****.SetUpdateRateRequest (System.Boolean enabled) (at <00000000000000000000000000000000>:0)
System.Action`1[T].Invoke (T obj) (at <00000000000000000000000000000000>:0)
*****PropertyRx`1[TValue].OnValueChanged (TValue fromValue, TValue toValue) (at <00000000000000000000000000000000>:0)
*****.ReleaseItems () (at <00000000000000000000000000000000>:0)
*****ComponentBase.OnDisable () (at <00000000000000000000000000000000>:0)
*****LoaderComponent`1[TItem].OnDisable () (at <00000000000000000000000000000000>:0)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working