JohnBaracuda / com.baracuda.runtime-monitoring

Runtime Monitoring is an easy way for you to monitor the value or state of custom C# members during runtime. Just add the 'Monitor' attribute to a field, property, event, method or even class and get its value or state displayed automatically in a customizable and extendable debug UI.
MIT License
408 stars 22 forks source link

Allow updating monitors even when Time.timeScale is below 0.05 #17

Closed cs-altshift closed 1 year ago

cs-altshift commented 1 year ago

In our games, we set Time.timeScale to 0 to handle pauses. However, in these situations, that makes your tool unusable as nothing is updated anymore. I've added a new setting and updated the code.