Calendar Samples
Settings
| Asset | Description |
|---|---|
CalendarSettings |
Example calendar configuration with fantasy month names and a 10-second day cycle |
How to use
- Import the samples via the Unity Package Manager (select the package, expand Samples, click Import)
- Copy the CalendarSettings asset into your project
- Adjust the values to match your game's calendar (day length, months, month names, etc.)
- Load via Addressables or direct reference and pass to
new WorldClock(settings)