cz.xprees.event-logging
Version:
This package provides a simple way to log events in your game.
30 lines • 718 B
JSON
{
"name": "cz.xprees.event-logging",
"displayName": "Event Logging",
"version": "1.0.12",
"unity": "2021.3",
"description": "This package provides a simple way to log events in your game.",
"license": "MIT",
"category": "Core",
"dependencies": {
"com.cysharp.unitask": "2.5.10",
"cz.xprees.core": "1.0.31"
},
"keywords": [
"Unity",
"Event Logging",
"ScriptableObjects"
],
"author": {
"name": "xprees",
"email": "xprees.developer@gmail.com",
"url": "https://xprees.com"
},
"bugs": {
"url": "https://github.com/xprees/unity-event-logging/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xprees/unity-event-logging.git"
}
}