Fixed an issue with Int and Float inputs to handle someone typing in negative...
Fixed an issue with Int and Float inputs to handle someone typing in negative numbers and decimals as they would in normal forms.
Showing
- Sane Eric's UI/Scriptable Variables/FloatVariableInput.cs 18 additions, 5 deletionsSane Eric's UI/Scriptable Variables/FloatVariableInput.cs
- Sane Eric's UI/Scriptable Variables/IntVariableInput.cs 16 additions, 4 deletionsSane Eric's UI/Scriptable Variables/IntVariableInput.cs
- package.json 1 addition, 1 deletionpackage.json
... | ... | @@ -2,7 +2,7 @@ |
"name": "com.futuretech.shared", | ||
"displayName": "FutureTech Shared", | ||
"description": "Contains shared items such as the Scriptable Variables.", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"unity": "2019.3", | ||
"license": "MIT", | ||
"repository": { | ||
... | ... |
Please register or sign in to comment