Publisher | AAWW |
---|---|
File size | 404.70kB |
Number of files | 32 |
Latest version | 1.0.2 |
Latest release date | 2023-12-27 03:02:48 |
First release date | 2023-09-21 04:07:13 |
Supported Unity versions | 2018.4.2 or higher |
The project use the TinyMVVM framework, which is easy to use, expand and maintain..
The project provides two parts of functions:
- One is the creation wizard, which guides the creation of modules with specific application scenarios (a combination of prefab with added code and configured), such as non-interactive, show-only calendars or interactive, but with date range selection.
- The other is a full-featured template prefab and a set of full-featured code, which can be customized according to the need to configure, suitable for various scenarios, but also easy to expand.
For more details, see the folders "Demo" and "Documentation".
Function
- Calendar display supports two modes: display only mode and interactive mode.
- Calendar display supports the display of chinese calendar.
- Calendar display supports two modes with Monday and Sunday as the first day of the week.
- Calendar display can be based on the current date or a specified date.
- Calendar display supports showing or hiding the dates which are not in the current or base month.
- Date selection supports single and range selections.
- Date selection supports enabling or disabling clicks that exceed the base date.
Requirements
The current version is compatible with the following Unity Editor versions:
- 2021.3 (recommended)
- 2019.4 and later
Known limitations
- Currently, the runtime interface supports only UGUI.
- Currently, resources such as images used by the editor wizard are loaded in GUID mode. Ensure that the GUID of this project resource is not changed please. If it conflicts with other resource GUID and has to be modified, modify the affected code yourself.
Dependence