Removed a needless ToString() on a string variable that actually caused...
Removed a needless ToString() on a string variable that actually caused problems if the string in question was null.
... | ... | @@ -2,7 +2,7 @@ |
"name": "com.futuretech.shared", | ||
"displayName": "FutureTech Shared", | ||
"description": "Contains shared items such as the Scriptable Variables.", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"unity": "2018.3", | ||
"license": "MIT", | ||
"repository": { | ||
... | ... |
Please register or sign in to comment