mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-23 00:28:23 -05:00
26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"name": "com.mambojambostudios.unity-atoms-scene-mgmt",
|
|
"displayName": "Unity Atoms Scene Mgmt",
|
|
"version": "2.0.0-beta.1",
|
|
"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",
|
|
"/Editor.meta",
|
|
"/Documentation",
|
|
"/Documentation.meta"
|
|
],
|
|
"dependencies": {
|
|
"com.mambojambostudios.unity-atoms-core": "2.0.0-beta.1"
|
|
}
|
|
}
|