UNPKG

cz.xprees.event-logging

Version:

This package provides a simple way to log events in your game.

37 lines 1.01 kB
{ "name": "cz.xprees.event-logging", "displayName": "Event Logging", "version": "1.0.19", "unity": "2021.3", "description": "This package provides a simple way to log events in your game.", "license": "Apache-2.0", "category": "Core", "dependencies": { "com.cysharp.unitask": "2.5.10", "cz.xprees.core": "1.0.32" }, "keywords": [ "Unity", "Event Logging", "ScriptableObjects" ], "samples": [ { "displayName": "Event log Manager Example", "description": "Basic script for collecting and sending events to API. Great for getting started quickly and as a starting point for your own implementations.", "path": "Samples~/EventLogManager" } ], "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" } }