mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "com.unity-atoms.unity-atoms-scene-mgmt",
|
|
"displayName": "Unity Atoms Scene Mgmt",
|
|
"version": "4.4.5",
|
|
"unity": "2018.3",
|
|
"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.unity-atoms.unity-atoms-core": "4.4.5",
|
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.5"
|
|
}
|
|
}
|