A Collection of useful utility scripts for unity development
Unity 2019.3 or above
The project can be imported using pacakge manager. Add https://github.com/ajnaduvil/AVR.Utils.git link to unity package manager and it will be imported into your project.

-
Singleton State Machine : A Monobehaviour based state machine
-
Coroutine Invoker :
CoroutineInvokerclass enables invoking a coroutine from any non-Monobehaviour class -
Monobehaviour Based Singleton : Scripts to convert any
Monobehaviourclass to singleton easily.