Unity 3D + Playmaker - Runner Series - Creating moving ground and the base setup of level generation

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

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

  • @aaka2629
    @aaka2629 3 года назад +4

    You always bring out new things. You are a great teacher. Thank you for the tutorial. 🙏

    • @BlizStudio
      @BlizStudio  3 года назад +1

      Thanks Aa. I'm definitely always trying to find something new to show in each tutorial. There's always a million different approaches and never one correct answer.

  • @justinsmith9213
    @justinsmith9213 2 года назад +1

    Thanks Jerry. This is gonna be so helpful

  • @nickalter7931
    @nickalter7931 3 года назад +1

    I love your work. Very professional. 👍

  • @ElexLee-d8o
    @ElexLee-d8o 2 года назад

    Exactly my favorite tutorial

  • @blacklabelstudio5489
    @blacklabelstudio5489 3 года назад +1

    Thank you. I love your lecture😀

    • @BlizStudio
      @BlizStudio  3 года назад

      Thanks Black Label Studio!!

  • @Blake._.Danger
    @Blake._.Danger Год назад +1

    Hello great totruail very easy to follow and I love how you teach but I do have a question... how would I make this randomly generate other platforms for example some with obstacles and not just ground and others with just ground it make an endless level that generates by itself?? but thank you for the great totrual : D

    • @BlizStudio
      @BlizStudio  Год назад +1

      thanks!! Greatly appreciated. It's pretty easy but also so many possibilities. I think the easiest would be to create some prefabs that are blocks of ground to include buildings, obstacles, etc... Then once you have a bank of those, then you can randomly choose to generate one of those, then randomly grab another, and another, etc... Here's a little experiment that I did in generation that might help as well. ruclips.net/video/H-SEi4zSmbY/видео.html

    • @Blake._.Danger
      @Blake._.Danger Год назад

      @@BlizStudioThank you I didn't think you'd reply XD but thank you loads, I thought it would be something along those lines but didn't want to do it all and find out I did it wrong XD. But thank you I will look into that :D

  • @ricokilmer3083
    @ricokilmer3083 3 года назад +3

    Awesome!!! 😱😇
    Sir, If you don't mind may i ask you a question...
    Will you cover UI screen like (menu, setting, game over, resume and other) in this series?
    Thankyou.

    • @BlizStudio
      @BlizStudio  3 года назад +3

      Hey Rico, I hadn't planned on it but can definitely add those in.

  • @karthiknaidu4240
    @karthiknaidu4240 2 года назад +1

    Awesome thank you so much this is amazing

    • @BlizStudio
      @BlizStudio  2 года назад

      Glad you enjoyed it Kàrthik. Hope you can build a game with this.

  • @BIG.BIG_DREAMS_ORIGINAL
    @BIG.BIG_DREAMS_ORIGINAL 2 года назад +1

    Hey Jerry I love your tutorial it's works. Ok when I press play every thing works but some second the cub will start to give gaps like why Jerry?.

    • @BlizStudio
      @BlizStudio  2 года назад

      yep. the gaps are happening because of the time jump from FSM state to state. There is a one frame skip when going from state to state. You can just increase the scale of the object which will help. Another even better way is to animate the material instead of moving the game object.

    • @BIG.BIG_DREAMS_ORIGINAL
      @BIG.BIG_DREAMS_ORIGINAL 2 года назад +1

      @@BlizStudio okay thanks

  • @scottjparks3390
    @scottjparks3390 2 года назад +1

    Hey Jerry! I appreciate you taking time to show us how to perform these tasks while explaining very clearly what you’re doing every step. I’m looking into using Playmaker for my first project as a Game Dev - which like this video, is a 3D Endless Runner for Mobile Devices. I’ve looked into Pooling for Optimisation and I’m aware of Playmaker having a Pooling system integrated into its Ecosystem. Now you’ve introduced me to using a Float Switch.. (which I wasn’t aware of).
    If I were to use a Float Switch for my project which has different scenes when playing (Neighbourhood, City, Coastal etc..) is there a way I can add these different scenes in a Queue (like a Pooler) or does it only take one object like a road seen in your video? What would you recommend I use… a Float Switch or Pooler?
    I would greatly appreciate your feedback, as well possibly a walkthrough video of Pooling multiple objects using Playmaker. I wish you all the very best with your current and future Titles.

    • @BlizStudio
      @BlizStudio  2 года назад +1

      Hey Scott, if you can, maybe we can chat about it over on my discord. I think there are a bunch of different options but knowing a bit more of what the levels look like if and how they might flow together will shape an answer. discord.gg/DgUdNDT7KU

    • @scottjparks3390
      @scottjparks3390 2 года назад

      @@BlizStudio Sorry for the late response! Could I possibly receive another invite link? - this one seems to have expired :(

    • @BlizStudio
      @BlizStudio  2 года назад +1

      @@scottjparks3390 No worries. Here is my permanent link - discord.gg/DgUdNDT7KU

    • @scottjparks3390
      @scottjparks3390 2 года назад

      @@BlizStudio I appreciate that, thank you!

  • @maiklubitel2867
    @maiklubitel2867 3 года назад +1

    Hi Jerry. Thank you for your lessons!
    But, in "my Unity" I can't find "ProGrid". I turned on "Pre release" checkpoint. Search finds nothing.

    • @BlizStudio
      @BlizStudio  3 года назад

      Hey Maik, what version of Unity? I've checked both 2020 and 2021.
      1. Open "Edit > Project Settings"
      2. in project settings go to Package Manager on left side and enable "Preview Packages". Click ok and close Project Settings.
      3. Then open the "Window > Package Manager"
      4. Select the dropdown upper left and select "Unity Registry"
      5. In search just type in "Pro" and you'll see ProGrids pop up as one of the options

    • @mladz230
      @mladz230 2 года назад +1

      @@BlizStudio does not work. also having that issue

    • @uxninja_imsnk8
      @uxninja_imsnk8 2 года назад

      @@mladz230 me too

  • @eduardohernandez8181
    @eduardohernandez8181 3 года назад +1

    I don´t have proGrids:( I've already thick Enable Pre-relaese Packages

    • @BlizStudio
      @BlizStudio  3 года назад

      What version of Unity? You should have ProGrids in 2019 or above.

  • @99club14
    @99club14 2 года назад

    when I hit play my road section also falls down instead of just moving backwards. any idea as to what causes this?
    I turned off rigid body gravity of the road section, not sure if you mentioned that. maybe this will help someone in the future

    • @BlizStudio
      @BlizStudio  2 года назад

      Thanks. Yep, you actually only need the rigidbody on the player. For two objects to collide at least one needs a rigidbody and both need colliders. So you can take the rigidbody off of the road.

    • @99club14
      @99club14 2 года назад

      @@BlizStudio ok thanks!

  • @uxninja_imsnk8
    @uxninja_imsnk8 2 года назад

    cant find pro grids, I am on latest Unity

    • @BlizStudio
      @BlizStudio  2 года назад +2

      Hey UX Ninja, if it's not in the Package Manager with Preview Packages turned on, you can add it manually. At the top of the package manager on the left hand side there is a little "+" icon. Select it and choose to Add Package Manually. Then you'll add in the URL to the package - com.unity.progrids That should add it for you. Let me know if that works for you.

    • @uxninja_imsnk8
      @uxninja_imsnk8 2 года назад

      @@BlizStudio yep it worked, thank you so much.
      I love your playmaker series.
      do you have a game studio? your website doesnt seem to have been active for a while

  • @tunisiangamesstudio8666
    @tunisiangamesstudio8666 3 года назад +1

    how to make a system jump with thirdperson with animation using playmaker

    • @BlizStudio
      @BlizStudio  3 года назад

      I can do that. I'll add it to the list as part of this tutorial series. I do cover player jump here as well ruclips.net/video/yFLheOEI6Pc/видео.html

    • @tunisiangamesstudio8666
      @tunisiangamesstudio8666 3 года назад

      @@BlizStudio i follow the steps of this video but is not working only animation

  • @aaravsharma6579
    @aaravsharma6579 3 года назад +1

    Keep on

  • @QbAnYtO
    @QbAnYtO Год назад

    Can’t you just animate the offset of the texture instead of moving the actually platform?

    • @BlizStudio
      @BlizStudio  Год назад

      Hey QbAnYtO yes you can. I do show that in another tutorial. The idea is that you can potentially generate varied prefab pieces but just showing this one piece initially to get started with the logic.

  • @aaravsharma6579
    @aaravsharma6579 3 года назад +1

    Great