unity-atoms/Packages/Core/package.json
Adam Ramberg 120a0b88c6 🧑‍🔬 v4.4.3
2021-03-07 21:49:39 +01:00

27 lines
712 B
JSON

{
"name": "com.unity-atoms.unity-atoms-core",
"displayName": "Unity Atoms Core",
"version": "4.4.3",
"unity": "2018.3",
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
"keywords": [
"scriptable objects",
"unity"
],
"category": "Unity",
"files": [
"/package.json",
"/package.json.meta",
"/Runtime",
"/Runtime.meta",
"/Runtime/UnityAtoms.UnityAtomsCore.Runtime.asmdef",
"/Runtime/UnityAtoms.UnityAtomsCore.Runtime.asmdef.meta",
"/Editor",
"/Editor.meta",
"/Editor/UnityAtoms.UnityAtomsCore.Editor.asmdef",
"/Editor/UnityAtoms.UnityAtomsCore.Editor.asmdef.meta",
"/Documentation",
"/Documentation.meta"
]
}