Made the Scriptable Variable UI use TextMeshPro input fields and text labels.
Showing
- Sane Eric's UI/Scriptable Variables/ScriptableVariableLabel.cs 3 additions, 3 deletions...Eric's UI/Scriptable Variables/ScriptableVariableLabel.cs
- Sane Eric's UI/Scriptable Variables/StringVariableInput.cs 3 additions, 3 deletionsSane Eric's UI/Scriptable Variables/StringVariableInput.cs
- Sane Eric's UI/Shared.SEUI.asmdef 3 additions, 2 deletionsSane Eric's UI/Shared.SEUI.asmdef
- package.json 2 additions, 2 deletionspackage.json
... | ... | @@ -2,8 +2,8 @@ |
"name": "com.futuretech.shared", | ||
"displayName": "FutureTech Shared", | ||
"description": "Contains shared items such as the Scriptable Variables.", | ||
"version": "0.1.18", | ||
"unity": "2018.3", | ||
"version": "0.1.19", | ||
"unity": "2019.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment