-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 626 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "net.tnrd.serializableinterface",
"version": "2.2.1",
"displayName": "Serializable Interface",
"unity": "2021.1",
"description": "A wrapper that allows serialization of interfaces that supports both UnityEngine.Object and regular object types",
"keywords": [
"serialize",
"interface",
"poco",
"serialization"
],
"author": {
"name": "TNRD",
"url": "https://www.tnrd.net"
},
"samples": [
{
"displayName": "Source Generation",
"description": "Contains a dll that will allow you to use source generation",
"path": "Samples~/SourceGeneration"
}
]
}