All Projects → kimsama → Unity Quicksheet

kimsama / Unity Quicksheet

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

Projects that are alternatives of or similar to Unity Quicksheet

Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (-84.37%)
Mutual labels:  unity3d, unity-editor, unity3d-plugin
Extosc
extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
Stars: ✭ 69 (-90.7%)
Mutual labels:  unity3d, unity-editor, unity3d-plugin
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+51.48%)
Mutual labels:  unity3d, unity-editor, unity3d-plugin
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+390.57%)
Mutual labels:  unity3d, unity-editor, unity3d-plugin
Absystem
Unity3D AssetBundle 打包与管理系统
Stars: ✭ 526 (-29.11%)
Mutual labels:  unity3d, unity3d-plugin
Unity3d Rainbow Folders
This asset allows you to set custom icons for any folder in unity project browser.
Stars: ✭ 519 (-30.05%)
Mutual labels:  unity3d, unity3d-plugin
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+3738.14%)
Mutual labels:  excel, spreadsheet
Mmmm
Stars: ✭ 645 (-13.07%)
Mutual labels:  unity3d, unity3d-plugin
Bootstrapping Calculator
Do you have enough savings to fund your business?
Stars: ✭ 465 (-37.33%)
Mutual labels:  excel, spreadsheet
Formula Parser
Javascript Library parsing Excel Formulas and more
Stars: ✭ 544 (-26.68%)
Mutual labels:  excel, spreadsheet
Epplus
EPPlus 5-Excel spreadsheets for .NET
Stars: ✭ 693 (-6.6%)
Mutual labels:  excel, spreadsheet
React Handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Stars: ✭ 511 (-31.13%)
Mutual labels:  excel, spreadsheet
Docjure
Read and write Office documents from Clojure
Stars: ✭ 510 (-31.27%)
Mutual labels:  excel, spreadsheet
Reogrid
Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
Stars: ✭ 532 (-28.3%)
Mutual labels:  excel, spreadsheet
Ugui Editor
Unity UGUI editor tools,improve the efficiency of ui development.
Stars: ✭ 479 (-35.44%)
Mutual labels:  unity-editor, unity3d-plugin
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (-23.99%)
Mutual labels:  unity3d, unity3d-plugin
Unitymeshsimplifier
Mesh simplification for Unity.
Stars: ✭ 592 (-20.22%)
Mutual labels:  unity3d, unity3d-plugin
Spritedicing
Unity extension for reusing sprite texture areas
Stars: ✭ 589 (-20.62%)
Mutual labels:  unity3d, unity3d-plugin
Dataproofer
A proofreader for your data
Stars: ✭ 628 (-15.36%)
Mutual labels:  excel, spreadsheet
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (-9.03%)
Mutual labels:  unity3d, unity3d-plugin

Unity-QuickSheet

POD license

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 a ScriptableObject 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's ScriptableObject, 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 on here.

Also you can find 'Unity-Quicksheet.pdf', a pdf file same as the one on the GitBook page

  • Release Note: See the Release page for change log.
  • Unity Forum: You can also find 'Unity-Quicksheet' on the Unity forum page found on here. 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 that GDataDB is slightly modified to support enum type.
  • NPOI is used to read xls and xlsx file.
  • All "*.dll" files of Google Data SDK are available at Google Data API SDK
  • Newtonsoft.Json source code for net 2.0 is available at here
  • 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 from GDataDB, NPOI and Google Data API SDK follow its license.

Copyright (c) 2013 Kim, Hyoun Woo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].