SomethingWeMade / Sound-Shout

Conveniently hook up FMOD events and generate Google Sheets
MIT License
1 stars 0 forks source link

Empty cells inside Spreadsheet overrides filled out local information #7

Open indianaj0nas opened 2 years ago

indianaj0nas commented 2 years ago

When I tried to update the spreadsheet through Unity, the feedback I had added to a sound effect went blank and the status got reset to what it was set to in the online spreadsheet.

NikMikk commented 2 years ago

The spreadsheet is always prioritized when fetching changes. That said, I should add that if fetched changes are null, like an empty feedback cell, then nothing is overridden.

This has been something that I've not decided which should be prioritized as both parties can make changes.