Stopped button rebinding placeholder text truncating
Unit FormData is now a separate root json object, so inheritance can be used
Example usage of inheritance in Unit FormDatas
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
Can now specify data paths that locate arbitrarily deep into a json file
Can now specify in-place json objects anywhere a data path is accepted
Legacy support for the old style of unit form configs
Can now do away with DataPath<T> in most cases, and just use T
Made a bunch of nested json-loaded data classes support data paths / inheritance
Cleaned up logic for loading nested json objects
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
Merge branch 'include'