unity-atoms/Packages/SceneMgmt/package.json

26 lines
548 B
JSON
Raw Normal View History

2019-10-01 11:27:22 -04:00
{
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
"displayName": "Unity Atoms Scene Mgmt",
2019-11-28 13:35:59 -05:00
"version": "2.1.0",
"unity": "2019.1",
"description": "Unity Atoms to manage your scenes.",
"keywords": [
"scriptable objects",
"unity"
],
"category": "Unity",
"files": [
"/package.json",
"/package.json.meta",
"/Runtime",
"/Runtime.meta",
"/Editor",
2019-10-15 19:43:51 -04:00
"/Editor.meta",
"/Documentation",
"/Documentation.meta"
],
"dependencies": {
2019-11-28 13:35:59 -05:00
"com.mambojambostudios.unity-atoms-core": "2.1.0"
}
2019-10-01 11:27:22 -04:00
}