cathei / BakingSheet

Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
MIT License
346 stars 34 forks source link

Add optional Script Defining Symbols for Google and CSV converter #16

Closed cathei closed 2 years ago

cathei commented 2 years ago

Giving option to define a symbol to include Google and CSV converter on runtime.

BakingSheet has distributed as embedded package because this reason. As intended modification can be done with script defining symbol instead, BakingSheet will be distributed with git or OpenUPM only.

cathei commented 2 years ago

There is a issue that dlls still getting included to standalone build This should be able to managed with IShouldIncludeInBuildCallback

https://forum.unity.com/threads/define-constraints-are-not-filtering-plugins-pluginimporter-defineconstraints-also-has-no-effect.1246426/

https://forum.unity.com/threads/buildutilities-registershouldincludeinbuildcallback-unclear.674455/#post-4516786

cathei commented 2 years ago

Added in v4.0.0