unity-atoms/Packages/Core/package.json

27 lines
712 B
JSON
Raw Normal View History

2019-10-01 11:27:22 -04:00
{
"name": "com.unity-atoms.unity-atoms-core",
"displayName": "Unity Atoms Core",
2021-03-07 15:43:43 -05:00
"version": "4.4.3",
2020-02-23 18:59:35 -05:00
"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",
2019-10-15 19:43:51 -04:00
"/Documentation",
"/Documentation.meta"
]
2019-10-01 11:27:22 -04:00
}