2019-10-15 19:43:51 -04:00
|
|
|
{
|
|
|
|
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
|
|
|
|
"displayName": "Unity Atoms Mono Hooks",
|
2020-02-23 18:59:35 -05:00
|
|
|
"version": "3.0.0",
|
|
|
|
"unity": "2018.3",
|
2019-10-15 19:43:51 -04:00
|
|
|
"description": "Hook into Unity's lifecycle methods with Atom Events.",
|
|
|
|
"keywords": [
|
|
|
|
"scriptable objects",
|
|
|
|
"unity"
|
|
|
|
],
|
|
|
|
"category": "Unity",
|
|
|
|
"files": [
|
|
|
|
"/package.json",
|
|
|
|
"/package.json.meta",
|
|
|
|
"/Runtime",
|
|
|
|
"/Runtime.meta",
|
|
|
|
"/Documentation",
|
|
|
|
"/Documentation.meta"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2019-11-28 13:35:59 -05:00
|
|
|
"com.mambojambostudios.unity-atoms-core": "2.1.0"
|
2019-10-15 19:43:51 -04:00
|
|
|
}
|
|
|
|
}
|