Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: hoyoyo80 on October 01, 2018, 09:56:40 PM
-
Hi all:)
Im thinking of making a simple online database(non game) with unity playmaker.
Is there any tutorial/tool i need as extension to playmaker or unity that can use google spreadsheet as backend of the online database?
Thanks
-
Hi,
yes, There is a sample on the PlayMaker Ecosystem that shows how to read from the google spreadsheet.
https://twitter.com/JeanAtPlayMaker/status/1037230277494558721
unfortunatly, there is no good solution for writing back, the only solution I know isn't quite battle tested yet so I can't do any port for that solution just yet, I have put the link below: WARNING: it has no PlayMaker support.
https://assetstore.unity.com/packages/tools/utilities/google-sheets-to-unity-73410
Bye,
Jean
-
Thanks for reply. I will look at it once im home.
Another quest, can we query the sheet via playmaker? Before i get deeper into this.
-
Hi,
yes, querying is possible via PlayMaker, check the ecosystem sample ( follow the twitter link from my previous post for more infos)
Bye,
Jean
-
Thanks...ive realized this community is so responsive.
-
Hi,
yeah, we try to :) if you don't get a reply within few days, don't hesite to bump your question, and pm me.
Bye,
Jean
-
It is simple tutorial for writing to Google ExcelSheet from Unity3D.
Hope this can help you.