Make your game faster or slow it down really quickly with this slider.
This is based on marijnz's Toolbar Extender, his scripts are included in the package, you may need to remove them from this asset if you already have them in your project !
Also, as the author stated:
it's quite hacky as the code is relying on reflection to access Unity's internal code. It might not work anymore with a new Unity update but is proven to work up to (at least) Unity 2021.2.
Works up to unity 2022.3, didin't test it on newer versions.
I needed something like and i guess it can be useful to others, enjoy.
Added a toggle on the toolbar to enable / disable the timescale forced override.
If unchecked, any changes to Time.timeScale will be prioritized over the toolbar.
If checked, the timescale will be forced to the desired value.