File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ ![ ] ( https://img.shields.io/badge/unity-2021.3%20or%20later-green.svg )
2
+ [ ![ openupm] ( https://img.shields.io/npm/v/com.quabug.any-serialize?label=openupm®istry_uri=https://package.openupm.com )] ( https://openupm.com/packages/com.quabug.any-serialize/ )
3
+
1
4
# AnySerialize for Unity3D
2
5
3
6
A complete serializer for Unity3D based on Unity3D serializer.
4
7
5
8
` T[][] ` ` Dictionary ` ` record ` ` T? ` ` Lazy ` ` Guid ` ` TimeSpan ` ` DateTime ` or your own type.
6
9
7
- ## Requirement
8
- Unity3D >= 2021.3
9
-
10
10
## Installation
11
+ - OpenUPM: follow the [ instrustions on OpenUPM] ( https://openupm.com/packages/com.quabug.any-serialize/#modal-manualinstallation )
12
+ - or Unity Package: download packages of both AnyProcessor and AnySerialize in release page and import them into Unity project.
11
13
12
14
## Usage
13
15
Use ` AnySerializeAttribute ` for any property need to be serialized and edit in inspector.
You can’t perform that action at this time.
0 commit comments