Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Captaincrud on June 28, 2017, 11:34:50 PM

Title: Best software to upload to google spread sheet at run time
Post by: Captaincrud 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.
Title: Re: Best software to upload to google spread sheet at run time
Post by: jeanfabre 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
Title: Re: Best software to upload to google spread sheet at run time
Post by: Captaincrud 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.
Title: Re: Best software to upload to google spread sheet at run time
Post by: jeanfabre 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
Title: Re: Best software to upload to google spread sheet at run time
Post by: Maart 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)
Title: Re: Best software to upload to google spread sheet at run time
Post by: jeanfabre 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
Title: Re: Best software to upload to google spread sheet at run time
Post by: heavygunner 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
Title: Re: Best software to upload to google spread sheet at run time
Post by: Novack 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.
Title: Re: Best software to upload to google spread sheet at run time
Post by: heavygunner 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.
Title: Re: Best software to upload to google spread sheet at run time
Post by: jeanfabre 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
Title: Re: Best software to upload to google spread sheet at run time
Post by: Novack 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 :)
Title: Re: Best software to upload to google spread sheet at run time
Post by: Novack 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!