- Notifications
You must be signed in to change notification settings - Fork189
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
License
kimsama/Unity-QuickSheet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Unity-QuickSheet enables you to use google and excel spreadsheet data within Unity editor. With Unity-QuickSheet, you can retrieve data from a spreadsheet and save it as an asset file with aScriptableObject format even without writing single line of code.
- Easy! No need to write any single line of code.
- Convenient! It can retrieve data from excel file. (both of xls and xlsx format are supported on Windows, only xls on OSX.)
- Flexible! It can also retrieve data from google spreadsheet.
- Fast! No need to write a parser to retrieve data, it automatically serializes retrieved data into Unity3D'sScriptableObject, the binary format and so it is fast than to use XML which is usually ASCII format.
Saying again, you don't need to write even single line of code to import data from a spreadsheet whatever Excel or Google spreadsheet.
Documentation, located on GitBook site found onhere.
Also you can find'Unity-Quicksheet.pdf', a pdf file same as the one on theGitBook page
- Release Note: See theRelease page for change log.
- Unity Forum: You can also find'Unity-Quicksheet' on the Unity forum page found onhere. Any feedbacks, patches or suggestions are always welcome!
- Unity Serialization on Unity's forum for details of serialization mechanism.
- GDataDB is used to retrieve data from Google Spreadsheet. Note thatGDataDB is slightly modified to supportenum type.
- NPOI is used to read xls and xlsx file.
- All "*.dll" files of Google Data SDK are available atGoogle Data API SDK
- Newtonsoft.Json source code for net 2.0 is available athere
- Unity-GoogleData, my previous effort to import a spreadsheet data into Unity.
This code is distributed under the terms and conditions of the MIT license.
Other code or libraries borrowed fromGDataDB,NPOI andGoogle Data API SDK follow its license.
Copyright (c) 2013 Kim, Hyoun Woo
About
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.