forked from popcron/scene-staging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 816 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
30
31
{
"name": "com.popcron.scene-staging",
"version": "1.2.2",
"displayName": "Popcron Scene Staging",
"description": "Utility for working with Unity Scenes as JSON objects.",
"unity": "2018.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"samples": [
{
"displayName": "Converting all on Play",
"description": "Converts all scenes to Stage assets when hitting the play button",
"path": "Samples~/ConvertAllScenes"
},
{
"displayName": "Converter examples",
"description": "A collection of custom converters for some Unity component types",
"path": "Samples~/ConverterExamples"
}
],
"keywords": [
"scene",
"json"
],
"author": {
"name": "popcron",
"url": "https://github.com/popcron"
},
"type": "tool"
}