Steam Leaderboards setup in Unity (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • Welcome back to Bobsi, your go-to channel for improving your Unity skills! In this video, we're diving into the world of Steam in Unity. We'll be looking at how to easily implement Steam leaderboards into your Unity game without any code! It is entirely plug n' play, but it is easy and simple to customize to your needs.
    Don't forget to like, comment, and subscribe for more Unity tutorials! 👍🎮🚀
    Steam Heathens:
    kb.heathen.gro...
    Join the Bobsi discord: / discord
    Join the Heathens discord: / discord
    If you have any questions, leave them in the comments and I'll try my best to help you.
    A like, comment and perhaps a subscription with the bell notifications turned on, is very much appreciated! But I love you anyway for just watching :)

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

  • @BobsiTutorial
    @BobsiTutorial  8 месяцев назад +3

    Will you be using leaderboards in your games?
    Please let me know in the comments!
    Join the discord : discord.gg/HRfzz58NYk

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

      Trying to follow the video of the best I can, but some of the basics I'm not quite familiar with. I wish you would've gone a little bit more in depth on the build of the UI of the leaderboard.

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

      @@Eviltek2099 I get what you mean, but with multiplayer/networking, Steam and others of these more involved topics, it would take up too much time going over basic Unity stuff. I have to start from some skill level of Unity usage, otherwise I can spend hours explaining how UI works, how C# scripting functions, and so on 🙂

  • @danpaul4108
    @danpaul4108 8 месяцев назад +1

    Great video! I'm very new to Steamworks complete and have been getting a bit frustrated with the documentation. This video was exactly what I was looking for. Please do more of these!

    • @BobsiTutorial
      @BobsiTutorial  8 месяцев назад

      Really glad you like it! I think their documentation and guiding is quite good, but can get technical at times 🙂

  • @brodendangio4810
    @brodendangio4810 8 месяцев назад +2

    Nice. Coverage of Heathens asset is definitely valuable. If you're open to it, I'd also love to see a video on Remote Play, where you can play local multiplayer games online over steam. There's very few videos or resources online about it!

    • @BobsiTutorial
      @BobsiTutorial  8 месяцев назад +1

      Currently working with heathens to make a bunch of these mini-videos on singular topics. Hopefully we'll get around to Remote play soon as well!

  • @neilfosteronly
    @neilfosteronly 6 дней назад

    So important thing to add your game is a txt file with your build ID in the root folder of the exe after adding steam integration, or it will crash on launch as you are testing. The other things I have not figured out is how to make a build profiler. Any build profiler I make after adding this will not launch.
    Edit: Great video thanks for the tutorial.

    • @BobsiTutorial
      @BobsiTutorial  6 дней назад

      Hmm sounds strange. Hopefully they can help in the heathens discord about it?

    • @neilfosteronly
      @neilfosteronly 6 дней назад +1

      @@BobsiTutorial I will ask about them profiling thing. The other part about the txt file is posted on their docs. But took me some time after to figure out as worked in editor after following this tutorial.