New DataSource types for importing data from GoogleSheets and LiveUpdate add-on
"Anonymous" read-only DataSource type was added for importing data in Editor. This datasource does not require to add credentials
2 new DataSource types was added to LiveUpdate plugin: "Visualization API" and "Excel export". Unlike "GoogleSheetsAPI" type, they do not require to add API key
UI/UX changes to make UI compatible with newly added UnityEditor Skin (2019.3)
UnityObject field now can be limited to accept assets of specified types only
UnityObject field now has type constraint to only accept assets of certain types.
All code generators know about this constraint and substitute property type with proper type.