Unity automatic localization using google translate and google sheets. Unity Localization part 3.

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • Learn to integrate google translate into your unity project using google sheets and the Unity localization services!

Комментарии • 28

  • @yaboinachin7198
    @yaboinachin7198 3 месяца назад +1

    An amazing tutorial, was really struggling to understand how to hook this tool up with google sheets. Thank you brother!

  • @JakeCollinge
    @JakeCollinge 7 месяцев назад +1

    Awesome and very concise! Makes me wonder why so many people are coding their own from scratch in other tutorials

  • @munchkis
    @munchkis 2 дня назад +1

    that is an awesome tutorial, thank you

  • @DavidZobristGames
    @DavidZobristGames 5 месяцев назад +1

    Best tutorial voice i ever heared

    • @ArchDawnDev
      @ArchDawnDev  5 месяцев назад +1

      Thanks! I tried to make sure that it was clear and precise! Slow enough to understand but fast enough not to waste anyone's time!

  • @DavidTurpinGames
    @DavidTurpinGames 3 месяца назад +1

    Thanks a ton for these! Incredibly helpful :)

  • @megaFIKUS
    @megaFIKUS 7 месяцев назад +1

    What a great video, to the point and everything explained, thank you!

  • @babu_moshai
    @babu_moshai Месяц назад +1

    Thanks man

  • @JohnWLivingston
    @JohnWLivingston 3 месяца назад +2

    Thanks so much for the tutorial! Quick question; does Google Cloud require an ongoing subscription to use this feature? I'm hesitant to use this in my project if 3 months from now when the free trial expires I'll need to pay google or refactor all my localization

    • @ArchDawnDev
      @ArchDawnDev  3 месяца назад +1

      No, this a free feature, just requires a google account!

    • @JohnWLivingston
      @JohnWLivingston 3 месяца назад +1

      @@ArchDawnDev Amazing, thanks so much man. :D

  • @Luminescence.hataraku
    @Luminescence.hataraku 9 месяцев назад +1

    Thank you so much for this!

    • @ArchDawnDev
      @ArchDawnDev  9 месяцев назад

      You are welcome my friend!

  • @maxpayenvenic6029
    @maxpayenvenic6029 3 месяца назад +1

    Good tutorial, but how we handle smart text

  • @helen.8305
    @helen.8305 3 месяца назад +1

    Great Work! What about handling dynamic texts with Google Sheets? Is there any way to handle it like smart keys in default localization tables?

    • @ArchDawnDev
      @ArchDawnDev  3 месяца назад +1

      I've been asked that a few times but haven't looked into it yet, but I'm sure there is a way! I may make a video on it in the future if I come up with something.

  • @matheusguilhermoni1441
    @matheusguilhermoni1441 2 месяца назад

    Question: what if the end user of my game has no internet connection, will that stop the Localization from getting translation data from the sheet?

    • @ArchDawnDev
      @ArchDawnDev  2 месяца назад +1

      No, the data sheet is imported into your localization inside Unity. Pulling and pushing requests during development are the only things that need connection to google services, its then saved into the project.

  • @TruckerJoeOfficial
    @TruckerJoeOfficial 2 месяца назад

    Nice tutorial! Can you tell me how to get the localized String in script?

    • @ArchDawnDev
      @ArchDawnDev  2 месяца назад +1

      This video doesn't cover that, the previous videos do.

  • @נרידוד-ס3צ
    @נרידוד-ס3צ 27 дней назад

    Thanks !!

  • @EvergrowingYT
    @EvergrowingYT 4 месяца назад

    Generally a good idea, except you have super wonky stuff in it like "fine --(de)--> Bußgeld" which means a fine that you have to pay. Any ideas to refine this, like giving a context or sth?

    • @phleepy_bird6418
      @phleepy_bird6418 3 месяца назад

      I would just put smth. Like "I'm fine" and see how it turns out. If you have a language which you don't know, just copy both of them to Google (or another) translator and reverse the results a few times. If there is jibberish, you know Something got translated wrong.
      But because of this I wouldn't use this method and just support languages I know, it's 1000 times better imo.

  • @JakeCollinge
    @JakeCollinge 7 месяцев назад

    Question: if you wanted to utilize tabs in google sheets, would you just obtain the 'Sheet Id' and click Add Sheet? Curious before I dive in on organizing large amounts of data

    • @ArchDawnDev
      @ArchDawnDev  6 месяцев назад

      I haven't found a need to have multiple tabs, but I do believe you are correct.

    • @JakeCollinge
      @JakeCollinge 6 месяцев назад

      @@ArchDawnDev thx for the quick reply - it actually automatically reads your tabs! So, if you want UI on one tab, item descriptions, narration on tabs for ease of key lookups, seems simple

    • @JakeCollinge
      @JakeCollinge 6 месяцев назад

      I suppose this means you have to manage multiple StringTable assets, however..