MokaGames / Unity-QuickSheet

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
http://kimsama.github.io/Unity-QuickSheet
MIT License
5 stars 5 forks source link

GDataDB Serialization Exception: Default constructor not found for type System.String #6

Open zzxiang opened 4 years ago

zzxiang commented 4 years ago

This problem appears when a string column contains empty cells.

The exception is thrown in the Deserialize method located in GDataPlugin/Editor/GDataDB/GDataDB/Impl/Serializer.cs.