kimsama / Unity-QuickSheet

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

Home Page:http://kimsama.github.io/Unity-QuickSheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hot reloading / update data on build?

jmsancho opened this issue · comments

Hi, I read a previous issue where you mention the usage is not intended for runtime, just for the editor.

...however, what would be the easiest way to edit the project to re-load an excel sheet during runtime? All i would need is to modify the scriptableobject of the excel sheet in particular at runtime (I know this will not be saved on the build when I close the game, it's for iteration/testing purposes).

Basically I'd need the easiest way to access the "Update" part.