mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
e794dcf650
Looking good, nice work!
28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"name": "com.unity-atoms.unity-atoms-base-atoms",
|
|
"displayName": "Unity Atoms Base Atoms",
|
|
"version": "4.4.3",
|
|
"unity": "2018.3",
|
|
"description": "Base set of Atoms based on Unity Atoms Core.",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"files": [
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Runtime",
|
|
"/Runtime.meta",
|
|
"/Editor",
|
|
"/Editor.meta",
|
|
"/Documentation",
|
|
"/Documentation.meta"
|
|
],
|
|
"dependencies": {
|
|
"com.unity.modules.physics": "1.0.0",
|
|
"com.unity.modules.physics2d": "1.0.0",
|
|
"com.unity-atoms.unity-atoms-core": "4.4.3"
|
|
}
|
|
}
|