Skip to content

Commit 8a31beb

Browse files
authored
Update README.md
1 parent 0259925 commit 8a31beb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Unity -> Reactive Property Converter
22
ReactivePropertyConverter for [ReactiveProperty](https://github.com/RimuruDev/Unity-ReactiveProperty-Helper)
33

4+
Dependency:
5+
```json
6+
{
7+
"dependencies": {
8+
"com.unity.nuget.newtonsoft-json": "3.2.1",
9+
}
10+
}
11+
```
12+
413
# Example
514

615
```cs

0 commit comments

Comments
 (0)