Unity-QuickSheet
Unity-QuickSheet copied to clipboard
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
First, thanks for this asset. Then, as a request, is it possible to load different sheets or files with the same import setting? I work with Excel for the data...
안녕하세요 개발자님. 그동안 1년 이상 잘 사용하고 있다가, 어제부터 Import가 안되는 이슈가 생겼습니다. Authentication도 문제없이 진행되는데, Import하려고 하면  이렇게 나오는데, 링크를 찾아서 들어가도 페이지가 없다고 나옵니다. Download시 발생하는 에러는...
Hello. I have been using ExcelParse temporarily since the api v3 version deprecated. I found that ExcelQuery class throws null exception when there is only one item in the int...
希望 Excel 文件字段导入后,支持勾选哪些字段需要,哪些字段排除 可以在生成的 DataModel 的属性上加上 属性 用于标记这个属性用于哪一列数据。 I hope i can choose which colum to export 。 you can learn from protobuff ,you can use fieldusageatributte to bind colum...
I have just updated my project to Unity 2020.1.0a23 and have got the following error: ``` Assembly 'Assets/Plugins/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Client.dll' will not be loaded due to errors: Google.GData.Client references strong named Newtonsoft.Json,...
Hello,this is a great asset,I'm using it in my new project,and I have a question. Is it possible to combine multiple worksheets or xls of the same format into one...
When I clicked [generate] button in excel tool, I found the result file path is using invalid separator. So, I added escape charactor for it. :D (me working on windows,...
In Unity 2019.3.15f1 (Not sure about the latest version), GUIHelper.DrawSerializedProperty seems to have some kind of bugs cause the UI can't update. The targetData in the custom Load() function have...
I tried assigning a field as enum and checking the array bool. In the outputted code I see the field is defined for a single enum. ``` [SerializeField] EnemyGroupTypes enemygrouptypes;...