Uses an image fill to show how full the Offline Clicker storage is (0 empty to 1 full). Should be attached to a gameObject with an Image component and an image type of Filled.
Offline Clicker Percentage Fields
Clicker | Optional | Reference to an Offline Clicker. If not assigned the component will try to find an Offline Clicker in its parent GameObject. |
Event Trigger
You will frequently want to add an Event Trigger component to the same GameObject as the Offline Clicker Percentage component which will trigger the collect action when the image is clicked.
For example:
0 Comments