23 lines
470 B
JSON
23 lines
470 B
JSON
|
{
|
||
|
"name": "com.akbiggs.unitytimer",
|
||
|
"version": "1.1.0",
|
||
|
"displayName": "Timer",
|
||
|
"description": "Run actions after a delay in Unity3D.",
|
||
|
"unity": "2018.1",
|
||
|
"keywords": [
|
||
|
"timer",
|
||
|
"coroutine",
|
||
|
"callback"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Alexander Biggs and Adam Robinson-Yu",
|
||
|
"url": "https://github.com/akbiggs/UnityTimer"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Pete Goodfellow",
|
||
|
"url": "https://github.com/Petethegoat"
|
||
|
}
|
||
|
]
|
||
|
}
|