Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.

License

NotificationsYou must be signed in to change notification settings

kimsama/Unity-QuickSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PODlicense

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.

Features

  • 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.

Documentaion

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!

References

  • 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.

License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors11

Languages


[8]ページ先頭

©2009-2025 Movatter.jp