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

Add UpdateRate settings, Include in SceneHook - fixes #23 #24

Closed haywirephoenix closed 5 months ago

haywirephoenix commented 6 months ago

Users can select the update rate of SceneHook in the Settings to Update, FIxedUpdate, or LateUpdate

Fixes #23