Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 489 Bytes

File metadata and controls

17 lines (14 loc) · 489 Bytes

Excel Tools For Unity

This is an Excel Tool for Unity. use ExcelDataReader Library at https://github.com/ExcelDataReader/ExcelDataReader

How to Use

  1. clone this project from github
  2. open with unity
  3. run the menu tools -> Excel to Code
  4. find generated code at Assets/Scripts/Excel

Tools now support only few types like int long string Vector3 List. and will support more in future. also you can easy extend by yourself.

hope you enjoy it.