Example Usage
Last updated
Last updated
To understand how GSUINumberManager works, the easies way is take a look how number bar works in example. Example/Prefabs/NumberBars
GSUINumberHandler is connected with GSUINumberManger. You can setup which resource key you want to connect with this handler. You can also set animation duration time here. Then you can listen OnChange event from GSUINumberHandler, which passes formatted string. Check the code inside! And of course you can directly connect with GSUINumberManager in other use cases.