playMaker

Author Topic: Best software to upload to google spread sheet at run time  (Read 3885 times)

Captaincrud

  • Junior Playmaker
  • **
  • Posts: 72
Best software to upload to google spread sheet at run time
« on: June 28, 2017, 11:34:50 PM »
Subject kinda says it all. Basically, I need to pull floats from Google sheet and write floats to google spreadsheet from running app. Were all the downloaded apps share same spreadsheet.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Best software to upload to google spread sheet at run time
« Reply #1 on: June 29, 2017, 02:03:32 AM »
Hi,

 for this I would use some already pre made assets like:

https://www.assetstore.unity3d.com/en/#!/content/11818

and it has PlayMaker support apparently.

 Bye,

 Jean

Captaincrud

  • Junior Playmaker
  • **
  • Posts: 72
Re: Best software to upload to google spread sheet at run time
« Reply #2 on: June 29, 2017, 03:37:03 AM »
That takes a google sheet and downloads it to the editor I want to write to a Google sheet at runtime and download from a google sheet at runtime.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Best software to upload to google spread sheet at run time
« Reply #3 on: June 29, 2017, 05:31:13 AM »
Hi,

uhm... then I don't know unfortunatly. If you can't find an asset doing so on the asset store, you may have to create a bridge using code.

 check this, but it's all c#:

https://unionassets.com/blog/integrating-google-tables-in-unity-461

I am currently working for a private project on a new set of tools for ArrayMaker to read and write, so you'll soon be able to handle data, but it's not going to be connecting to google spreadsheets though, you'll still need to find a way to get and set data with google.

Bye,

 Jean

Maart

  • Junior Playmaker
  • **
  • Posts: 88
Re: Best software to upload to google spread sheet at run time
« Reply #4 on: February 19, 2020, 08:29:23 AM »
I too need to save data from unity (webgl) to google sheets.
can anybody help? (willing to pay for development)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Best software to upload to google spread sheet at run time
« Reply #5 on: February 19, 2020, 09:07:29 AM »
Hi,

 would be interested in that too, never found a good solution that can authenticate properly with google so that we write to it.

Bye,

 Jean

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Re: Best software to upload to google spread sheet at run time
« Reply #6 on: February 21, 2020, 02:06:50 AM »
I tested with test sheet. it is creating cells and etc. Sheet should be public and should be edited by anyone  ???
And there is no playmaker actions

https://novack.itch.io/google-sheets-for-unity

Novack

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Best software to upload to google spread sheet at run time
« Reply #7 on: February 21, 2020, 10:54:05 AM »
I tested with test sheet. it is creating cells and etc. Sheet should be public and should be edited by anyone  ???
And there is no playmaker actions

https://novack.itch.io/google-sheets-for-unity

Hey ppl! Just jumping in to clarify that using Google Sheets For Unity, the spreadsheet doesnt need to be public. The page explains that in detail, but to quickly summarize: those are constraints for the public online demo (otherwise the demo would be very limited), not really for the actual asset.

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Re: Best software to upload to google spread sheet at run time
« Reply #8 on: February 21, 2020, 03:37:18 PM »
I tested with test sheet. it is creating cells and etc. Sheet should be public and should be edited by anyone  ???
And there is no playmaker actions

https://novack.itch.io/google-sheets-for-unity

Hey ppl! Just jumping in to clarify that using Google Sheets For Unity, the spreadsheet doesnt need to be public. The page explains that in detail, but to quickly summarize: those are constraints for the public online demo (otherwise the demo would be very limited), not really for the actual asset.
Welcome to the PM forums  8)
Do you have any plans to create PM actions for the asset ?

Thank you.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Best software to upload to google spread sheet at run time
« Reply #9 on: February 24, 2020, 03:53:25 AM »
Hi,

 Let me know if you need some help to get started on created custom actions for your asset.

Bye,

 Jean

Novack

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Best software to upload to google spread sheet at run time
« Reply #10 on: February 24, 2020, 09:05:04 AM »
Welcome to the PM forums  8)
Do you have any plans to create PM actions for the asset ?

Thank you!
It has been lurking on my table for years now, but I have not yet found the time to do some R&D. It has been requested tho! Maybe at some point in the future :)

Novack

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Best software to upload to google spread sheet at run time
« Reply #11 on: February 24, 2020, 09:18:39 AM »
Hi,

 Let me know if you need some help to get started on created custom actions for your asset.

Thanks a ton! I will defintively put myself in contact if I can finally allocate time to work on it.

Cheers!