SimpleTools/package.json
Gerard Gascón a4c26426e5
Fixed some timer bugs
Timer now has a mode for unscaled time
FIXED: Countdown now resets properly
2021-06-12 10:36:38 +02:00

23 lines
No EOL
515 B
JSON

{
"name": "com.geri.simpletools",
"version": "1.1.1",
"displayName": "Simple Tools",
"description": "This package contains simple tools to use in your project.",
"unity": "2018.4",
"unityRelease": "30f1",
"dependencies": {
"com.unity.cinemachine": "2.2.0",
"com.unity.textmeshpro": "1.4.1"
},
"keywords": [
"gamejam",
"simple",
"easy"
],
"author": {
"name": "Geri",
"email": "ggasconmoline@gmail.com",
"url": "https://geri8.itch.io/"
},
"type": "commonjs"
}