Skip to content

Commit 7dec365

Browse files
authored
Update README.md
1 parent b431dce commit 7dec365

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.quabug.any-serialize/)
3+
14
# AnySerialize for Unity3D
25

36
A complete serializer for Unity3D based on Unity3D serializer.
47

58
`T[][]` `Dictionary` `record` `T?` `Lazy` `Guid` `TimeSpan` `DateTime` or your own type.
69

7-
## Requirement
8-
Unity3D >= 2021.3
9-
1010
## 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.
1113

1214
## Usage
1315
Use `AnySerializeAttribute` for any property need to be serialized and edit in inspector.

0 commit comments

Comments
 (0)