Example Usage
Collecting Items
To collect items, you can call the OnCollectButtonClick method from your UI button. This method will trigger the collection process defined in the CollectorTest class.
Customizing Collection Behavior
You can customize the collection behavior by modifying the parameters in the Collect method. For example, you can change the total amount of items to collect, the interval between collections, and the animation duration.
Last updated