asim.unity.utils
Version:
40 lines (39 loc) • 939 B
JSON
{
"name": "asim.unity.utils",
"version": "0.2.0",
"displayName": "Asim Unity Utils",
"description": "Asim Utils",
"unity": "2020.3",
"unityRelease": "26f1",
"keywords": [
"asim",
"unity",
"utils"
],
"type": "library",
"repository": {
"type": "git",
"url": "git+https://github.com/GDAsim/asim.unity.utils.git"
},
"author": "GDAsim <gamedevelopementasim@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GDAsim/asim.unity.utils/issues"
},
"homepage": "https://github.com/GDAsim/asim.unity.utils#readme",
"publishConfig": {
"access": "public"
},
"samples": [
{
"displayName": "Timer Example",
"description": "Example of Timer",
"path": "Timer/Samples~/TimerExamples"
},
{
"displayName": "Timer Action Example",
"description": "Example of Timer Action",
"path": "Timer/Samples~/TimerActionExamples"
}
]
}