Realtime Unity Data with Google Sheets | Third Aurora Augmented Reality Tech Company

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • In this Unity tutorial Luke Chaffey is going to show us how to utilise Google Sheets with Unity to provide realtime data through SimpleJSON scripting.
    Stay in Touch with Third Aurora
    --------------------------------------------------------
    Website: thirdaurora.com/
    Facebook: / third-aurora
    Instagram: / thirdaurora

Komentáře • 78

  • @lanceroygames
    @lanceroygames Před 10 měsíci +20

    I cant get the link for the Json page to work. I pasted my sheets ID after publishing it to the web but the link is broken .

  • @kiryonnakira7566
    @kiryonnakira7566 Před 2 měsíci

    i love the perfect programmer comedy gold of "i don't know why, but it works"

  • @suryaasmoro6670
    @suryaasmoro6670 Před 2 lety +17

    Great tutorial indeed. But it is kind of outdated right? I can't seem to make it work. Google has updated the way of using Google sheets API (v4). if you could make a tutorial of it, that would be great!

    • @joaquinfraustoalfarorocco8177
      @joaquinfraustoalfarorocco8177 Před 2 lety +1

      any idea how yet?

    • @ninakn5791
      @ninakn5791 Před 2 lety

      same, what can I do now? can anyone help?

    • @its_prince4real
      @its_prince4real Před rokem

      @@joaquinfraustoalfarorocco8177 here I solved it in my video : czcams.com/video/fNKegWGnTAc/video.html

    • @its_prince4real
      @its_prince4real Před rokem +1

      @@ninakn5791 yep, here is the solution video I made to this problem: czcams.com/video/fNKegWGnTAc/video.html

  • @a_basketball_dev
    @a_basketball_dev Před 3 lety +1

    OMG, thanks so much dude!!!!! I've been trying to get do this for 2 days now so I can do an update checker!!!!

  • @gamingforfun1295
    @gamingforfun1295 Před 2 lety +2

    If you ar ehaving issues with the web page only displaying the first row, change the part where he sets it to "Sheet1" to "Entire Doccument"

  • @morne1317
    @morne1317 Před 3 lety +3

    Thank you so much! apreciate the great content

  • @mujtaba5868
    @mujtaba5868 Před rokem +2

    is it possible to do the opposite of what you did in this video, i.e sending data like coordinates of a gameObject, in real time, to a google sheet ?

  • @duztine
    @duztine Před rokem +2

    It doesn't working anymore :(

  • @MatthewHallberg
    @MatthewHallberg Před 3 lety +1

    This is so cool!

  • @TheLazyIndianTechie
    @TheLazyIndianTechie Před 2 lety +5

    Looks like this doesn't work anymore because of Sheets V3 API being deprecated. How does this work with the Sheets V4 API? Any help is appreciated

    • @ShredsauceOfficial
      @ShredsauceOfficial Před 2 lety +9

      Create an API key here:
      console.cloud.google.com/apis/credentials
      Then use this URL:
      sheets.googleapis.com/v4/spreadsheets//values/?key=

    • @TheLazyIndianTechie
      @TheLazyIndianTechie Před 2 lety +2

      @@ShredsauceOfficial Thanks. Will test this out when I have some time and get back if I need help. Appreciate the reply!

    • @Guardabarranc
      @Guardabarranc Před 2 lety

      @@TheLazyIndianTechie hello friend did you manage to check if the friend link above worked? I'm trying to do it anyway, please tell me how you dealt with the API V4 link

    • @Guardabarranc
      @Guardabarranc Před 2 lety +1

      @@ShredsauceOfficial hello friend is this real? I will try thank you very much

    • @TheLazyIndianTechie
      @TheLazyIndianTechie Před 2 lety +1

      @@Guardabarranc Haven't tried yet. Been caught up with some other stuff, sorry! I will try to get to it over next week and post my results.

  • @terence3926
    @terence3926 Před 2 lety

    Excellent tutorial - for the concepts!

  • @jobinjeeji3502
    @jobinjeeji3502 Před 3 lety +2

    Really useful

  • @ravivenkatesh984
    @ravivenkatesh984 Před měsícem

    bro i need to link the 3d objects with time given in google sheet such that the object appears on the selected date could you help me how to do that???

  • @aboziad100
    @aboziad100 Před 2 lety

    excellent tutorial thank you so much for this great idea .

  • @automatewithjosh
    @automatewithjosh Před 3 lety

    Very helpful. Thanks!

  • @schmeowcoin475
    @schmeowcoin475 Před rokem

    thanks this is very helpful!

  •  Před 9 měsíci +1

    This is amazing! but i have a question, is there a way we can use a similar technique but call a certain cell to display? lets say, we just put inside unity we wanna show the data in the cell "C6" ??

  • @gabanciano
    @gabanciano Před 2 lety +5

    Is there a new URL for the Sheets v4 API? The one in the notepad don't work anymore :(

    • @nixsnake
      @nixsnake Před 2 lety

      yes its new v4 API, cant pass here code

    • @its_prince4real
      @its_prince4real Před rokem

      Here is the link for the solution video: czcams.com/video/fNKegWGnTAc/video.html

  • @SumitGupta-hn3mv
    @SumitGupta-hn3mv Před 3 lety +2

    This is great :)

  • @sofiabombelli728
    @sofiabombelli728 Před rokem +3

    it's outdated :(

  • @naramoro
    @naramoro Před 6 měsíci

    Google does not publish its webpage as json anymore.
    I published it as a CSV with more or less the same workflow => no json though

  • @vibed4683
    @vibed4683 Před 2 lety +4

    I don't think this method is supported any longer

    • @cruztriziaannei2825
      @cruztriziaannei2825 Před 2 lety

      why not

    • @its_prince4real
      @its_prince4real Před rokem

      Yes it's not as the api version has changed to 4

    • @its_prince4real
      @its_prince4real Před rokem

      @@cruztriziaannei2825 because google changed the api version from 3 to 4

    • @its_prince4real
      @its_prince4real Před rokem +2

      You can check my video out where I solved the problem and showed the working live on one of my projects
      Link: czcams.com/video/fNKegWGnTAc/video.html

  • @adynhaidar8348
    @adynhaidar8348 Před rokem

    This is what i looking for!❤❤ such a Brilliant experience.. Subsribe😃

  • @moadigitalart
    @moadigitalart Před 2 lety

    Great tutorial
    can insert image and display too?

  • @lunacrust
    @lunacrust Před rokem

    hello my name is bachtiar and i have question for u. can i use this method to make some quiz game and "admin" can easily edit the question in sheet? really need your answer

  • @camilomedina8029
    @camilomedina8029 Před 3 lety +4

    Hi, thanks for a useful tutorial.
    I am stuck in one part, when I use, with the ID of my GoogleSheets.
    I get the following error "Sorry, unable to open the file at this time. Please check the address and try again.";
    -I already tried creating another
    -Closing the Google accounts
    But I can't solve it.

    • @JiteshGosar
      @JiteshGosar Před 2 lety +1

      same, stuck here

    • @TheLazyIndianTechie
      @TheLazyIndianTechie Před 2 lety +1

      @@JiteshGosar Google sheets has updated their V3 API and changed it to V4. I'm trying to figure it out as well

    • @its_prince4real
      @its_prince4real Před rokem

      @@JiteshGosar here is the solution video: czcams.com/video/fNKegWGnTAc/video.html

  • @user-cz4kb5uq9e
    @user-cz4kb5uq9e Před 6 měsíci +2

    doesn't work in 2024 :(

  • @its_prince4real
    @its_prince4real Před 2 lety +4

    Anyone having an issue with the version 3 and 4 of google sheets can refer to the video on my channel about how to fix it (included with a functional sample project) 🤝

    • @trinivet
      @trinivet Před 2 lety

      A link to the video would be great

    • @its_prince4real
      @its_prince4real Před rokem

      @@trinivet really sorry for the delayed reply, well here is the video link: czcams.com/video/fNKegWGnTAc/video.html

  • @user-tq9uf7hr7r
    @user-tq9uf7hr7r Před 5 měsíci

    need a tutotiral for sending the real time time spent in the game to google sheets

  • @itayhilel2168
    @itayhilel2168 Před 2 lety

    Thank you man!!!

  • @Guardabarranc
    @Guardabarranc Před 2 lety

    does it work the same with android platform?

  • @satobi46
    @satobi46 Před 11 měsíci

    pretty cool

  • @sammygoh
    @sammygoh Před 3 lety +4

    Great tutorial. can you go the other way, saving game play data Back into google sheets? Any help much appreciated

    • @pabloarielnicoli7888
      @pabloarielnicoli7888 Před rokem

      any clue on this?
      want to save data into a spreedsheet.

    • @its_prince4real
      @its_prince4real Před rokem

      Actually, I guess we can do it as well, but it will take some time for me to come up with a fully functional way of doing it, till then I would recommend you use playerprefs in a similar way.

    • @its_prince4real
      @its_prince4real Před rokem

      @@pabloarielnicoli7888 yes, actually to write the data back to sheets will take me some time to figure the functional way. Till then I would recommend that you use playerprefs in a similar way.

    • @its_prince4real
      @its_prince4real Před rokem

      Suppose you wanted to make table with 2 colums, one for player Id and other for player score, then you can go ahead and declare a playerpref by the name player_id and store the id of your player in that and to score the player score you can declare another playerpref by the name player_score and store player score in it.

    • @its_prince4real
      @its_prince4real Před rokem

      I know it is very time and memory wasting method but I guess it will work just fine. One thing to note here is that, since playerprefs are stored in cache memory hence if your user clears his/her cache for this particular app then all the id and score will be lost... So it is a 50-50 risk😅

  • @humanbeanz8376
    @humanbeanz8376 Před 3 lety

    thx helped a lot

  • @Hazen_Muhammad
    @Hazen_Muhammad Před 2 lety

    Is this work for webgl export??

  • @ZoolieTube
    @ZoolieTube Před 3 lety

    stepping stone for online income

  • @fatmabenabdallah3002
    @fatmabenabdallah3002 Před 2 lety

    thank you for this great tutorial. Can you please make a tutorial about making several augmented reality images in real time? Which AR SDK do you recommend?

  • @kiryonnakira7566
    @kiryonnakira7566 Před 2 měsíci

    19:35 okay, but using a string instead of a StringBuilder here is bad.

  • @shubhamrathod9632
    @shubhamrathod9632 Před rokem

    Does this requires work account