forked from TextusGames/UnitySerializedReferenceUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 795 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 795 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
25
26
27
28
29
{
"name": "com.textus-games.serialized-reference-ui",
"version": "1.0.0",
"displayName": "Serialize Reference UI",
"description": "The UI for Unity's SerealizedReference attribute. It allows changing the instance type of a field right in the editor.",
"unity": "2019.3",
"keywords":
[
"serialization",
"editor",
"utility"
],
"samples":
[
{
"displayName": "Animal world Assembly",
"path": "Samples~/ExampleAnimalWorldAssembly"
},
{
"displayName": "Usage from different Assembly",
"path": "Samples~/ExampleOfUsageFromDifferentAssembly"
}
],
"author":
{
"name": "Textus Games",
"url": "https://github.com/TextusGames"
}
}