"...git@gitlab.nps.edu:Savage/NetworkedGraphicsMV3500.git" did not exist on "3f6a88f286236390356388c94a6e15c081c18413"
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