Skip to content

v.0.9.6.

Compare
Choose a tag to compare
@kimsama kimsama released this 10 May 07:50
· 154 commits to master since this release
  • Support 'long' type.
    • Note it may change already set the type of existing setting files, so check the type of cells and regenerate data classes if it is necessary.
  • Fixed to correctly expose corresponding UI controls for long and double type.
  • Modified to get correct numeric value even the cell is string type but defined with a numeric type in a data class.
  • Moved GUISkin initialization code into the OnInspectorGUI to prevent internal Unity editor error.
  • [Google Plugin] Fixed correctly open browser with the retrieved url.
  • [Doc] Added OAuth2 google service account section to correctly guide oauth2 setting for google plugins.
  • [Doc] Updated howto section both of google and excel pages.