Gave the int variable input the same treatment as the float one so you can...
Gave the int variable input the same treatment as the float one so you can delete it all back to 0 if you'd like.
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "com.futuretech.shared", | "name": "com.futuretech.shared", | ||
"displayName": "FutureTech Shared", | "displayName": "FutureTech Shared", | ||
"description": "Contains shared items such as the Scriptable Variables.", | "description": "Contains shared items such as the Scriptable Variables.", | ||
"version": "0.1.16", | "version": "0.1.17", | ||
"unity": "2018.3", | "unity": "2018.3", | ||
"license": "MIT", | "license": "MIT", | ||
"repository": { | "repository": { | ||
... | ... |
Please register or sign in to comment