Publisher | PixelPulse |
---|---|
File size | 18.02MB |
Number of files | 45 |
Latest version | 1.0.0 |
Latest release date | 2025-03-07 04:03:13 |
First release date | 2025-03-07 04:03:13 |
Supported Unity versions | 2018.4.2 or higher |
5 Unique low poly clocks for a total of 15 models with variations!
Demo scene included!
You can easily change the color of assets - using the UV maps
Package content:
- 15 Models & Prefabs
- 2 Materials
- 1 Texture + 1 Metalic mask
- 6 Scripts (Clock & Timer, 3 Custom inspector, 1 UnityEvent Example script)
- Script documentation (.pdf)
Clock Script:
- Choice of [ANALOGICAL or DIGITAL] clock type
- Simple drag and drop of clock hands
- Movement types [SMOOTH or TICK]
- Textual display (TMPro)
- Two time formats [HH:MM:SS or HH:MM]
- Use of the SYSTEM's time
- User DEFINED time with Adjustable speed
- Add multiple events with Multiple activation times
- 24h Loop
Timer Script:
- Simple drag and drop of textual display (TMPro)
- Two time formats [HH:MM or MM:SS]
- Adjustable speed
- Add multiple events triggered on times-up
Editor Script:
- Possibility to easily declare custom attributes
- Working examples
- ColorAttribute to color an attribute with the given color code/class
- MinMaxSliderAttribute to clamp a Vector2 between min/max values and displays a slider to modify them.
- RangeVectorAttribute to clamp a Vector between given values.