2019-10-16 01:43:51 +02:00
|
|
|
{
|
|
|
|
"name": "com.mambojambostudios.unity-atoms-mono-hooks",
|
|
|
|
"displayName": "Unity Atoms Mono Hooks",
|
2019-10-24 08:15:45 +02:00
|
|
|
"version": "2.0.0",
|
2019-10-16 01:43:51 +02:00
|
|
|
"unity": "2019.1",
|
|
|
|
"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-10-24 08:15:45 +02:00
|
|
|
"com.mambojambostudios.unity-atoms-core": "2.0.0"
|
2019-10-16 01:43:51 +02:00
|
|
|
}
|
|
|
|
}
|