Creating a City Builder | Prototype Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 111

  • @oatcube3961
    @oatcube3961 3 ปีที่แล้ว +37

    I started creating my city builder 4 months ago and it's coming along nicely. The thing with the game is, it takes place on a huge space ship stranded in space. It has mechanics like population control, resource managing etc.

    • @faus585
      @faus585 3 ปีที่แล้ว

      that sounds really interesting!

    • @oatcube3961
      @oatcube3961 3 ปีที่แล้ว +2

      @@faus585 Thanks! Hopefully getting out to early access before 2022.

    • @dewlisalaza7481
      @dewlisalaza7481 2 ปีที่แล้ว

      @@oatcube3961 is it out?

    • @oatcube3961
      @oatcube3961 2 ปีที่แล้ว +3

      @@dewlisalaza7481 Not yet. Currently in playtesting. You can check out the newest DevLog I just released today. Coming along nicely.

  • @alexandreclement9399
    @alexandreclement9399 3 ปีที่แล้ว +16

    I finally know what it feels like to spend days coding something and see a tutorial explaining it being posted.

    • @krzysiek2768
      @krzysiek2768 3 ปีที่แล้ว

      Yeah, but if you do it yourself you have more detailed and personalized solution. What is presented in tutorial is just one way of doing things, good for quick learning and helping to start something new.

  • @StubenhockerElite
    @StubenhockerElite 3 ปีที่แล้ว +41

    when you think about it, it's kinda crazy that something like Unity exists

    • @Plaegu
      @Plaegu 3 ปีที่แล้ว

      @@robosergTV he means game engines available to the public in general

  • @page0809
    @page0809 3 ปีที่แล้ว +9

    This is so brilliant to see you guys transform RPG prototype into a city builder type game! You cam learn much from your prototype series. Epic!!

  • @Gredran
    @Gredran 3 ปีที่แล้ว +6

    YES! Thank you.
    I grew up with Starcraft, Warcraft and Age of Empires. I know RTS tutorials exist for unity, but I just love the style and the concise nature of these videos :)
    Thank you for keeping this up!

  • @dartutorials7859
    @dartutorials7859 3 ปีที่แล้ว +10

    This brings Age of Empires Memories back!! Thanks maybe I develop my own Strategy Game soon 👌

  • @mitchellryandev
    @mitchellryandev 3 ปีที่แล้ว +32

    I would like to follow this course but when I click the link I only see "Polishing the City Builder" and some other unrelated topics. Where did the assets used, selection behavior, character ai etc go to?

  • @XistenceX1
    @XistenceX1 3 ปีที่แล้ว +1

    Unity know this, as long as you have the mix and jam master on board I will watch every single one of these.

  • @GreenGnoblin
    @GreenGnoblin 3 ปีที่แล้ว +1

    exactly what I need. Im working on a RTS for the first time all by myself and this will come in handy.

  • @branidev
    @branidev 3 ปีที่แล้ว +6

    This is why i choose Unity over different game engines!

  • @farhanhakim2189
    @farhanhakim2189 3 ปีที่แล้ว +44

    Everyone is first till they refresh

  • @ShocktorGaming
    @ShocktorGaming 3 ปีที่แล้ว

    This is the type of game I have been trying to make off and on for the last four years. I've gotten stuck on a few things and this project will definitely help me by some things I got stuck on -- thank you!

  • @kyleme9697
    @kyleme9697 3 ปีที่แล้ว

    Super fantastic video !! So much packed into one little piece, wow. I loved how you just show the couple lines of code you need to look at without bogging it down with the actual scripts.

  • @Theasstasticvillain
    @Theasstasticvillain 3 ปีที่แล้ว +5

    This is really cool guys! Can’t wait to work through the project myself

  • @97Guille
    @97Guille 3 ปีที่แล้ว

    Im making a game to finish my studies, I choose Unity and I wanted to do a RTS, simple but one that I can improved and make bigger, thank god I found this video and channel, thank you

  • @cafungo
    @cafungo 3 ปีที่แล้ว +6

    Excellent video, it helps me to analyze certain mechanisms that I wanted to implement

  • @silentSkipan
    @silentSkipan 3 ปีที่แล้ว +2

    Yes!! Timing couldn't be more perfect!

  • @Eculeus007
    @Eculeus007 3 ปีที่แล้ว +1

    Here some would be happy if you still had a road build system. Or to see how to change a terrain texture at a certain point. Thank you for this project guys!

  • @mixandjam
    @mixandjam 3 ปีที่แล้ว +63

    ✨🏠🔨✨

  • @johnnyxp64
    @johnnyxp64 3 ปีที่แล้ว +11

    finally some RTS tutorials! we need more!. we need templates, assets fully working demos, A.I, multiplayer everything!!!! 😎😅❤️

    • @SeanKula
      @SeanKula 2 ปีที่แล้ว

      agreed. There is so much more that needs to be covered.

  • @Maskedmous
    @Maskedmous 3 ปีที่แล้ว +2

    This is a great way to learn. Just already showing ways to do Selection, AI Navigation and Resource Management are main building blocks for an RTS.
    However, for the more intermediate / advanced developers, how're you going to optimize for many many units?
    Let's say you have a 3 vs 3 RTS map. Each player having 80 ~ 120 units. You're going to run into performance problems due to the fact that theres no skinned mesh instancing.
    A DOTS variant would probably fix that problem. However DOTS is a whole different way of doing things and not the easiest to implement (yet) either. Lots of features aren't done or unfinished.
    So besides showing the basics of building an RTS game, it would be nice to also have some more advanced topics of how to do many many unit animations performant.
    How're you going to do crowd control if you set a bunch of units to go to a singular position?
    How'd you do NPC AI so they fetch resources on their own?

  • @Niels_Dev
    @Niels_Dev 3 ปีที่แล้ว

    This is awesome! I remember making my first RTS project in Unity, skill trees, tech trees, building, units, combat etc. Sadly due to that I've never really finished it. The hardest part is designing the AI and their thought process though. Good luck with everyone attempting to get far!

    • @tomazravljen8984
      @tomazravljen8984 2 ปีที่แล้ว

      Depends on how complex you want them to be. It can be pretty simple if you have only few options. The problem can get at prioritisation, but even that can be easily solved if you do not complicate much :D

  • @mervynfung3956
    @mervynfung3956 3 ปีที่แล้ว +10

    This video is a godsend

  • @Centroidlocus
    @Centroidlocus 3 ปีที่แล้ว +1

    I needed some vid for my rts project....thanks guys !

  • @oafkad
    @oafkad 3 ปีที่แล้ว +1

    This is amazing timing. I'm literally problem solving for this right now.

  • @ronaldinhodev
    @ronaldinhodev ปีที่แล้ว +1

    Que lindo projeto! Obrigado por compartilhar, Unity. Parabéns por seus tutoriais ;)
    What a beautiful project! Thanks for sharing, Unity. Congratulations for your tutorials ;)

  • @jcd302
    @jcd302 3 ปีที่แล้ว +1

    This is great! Perfect for what I need. Thank you!

  • @internetoldie
    @internetoldie 3 ปีที่แล้ว

    So excited to do this course, thanks for making such amazing resources for us all team :)

  • @ThousandAnt
    @ThousandAnt 3 ปีที่แล้ว

    This came out great! Super cool mechanics and I think folks will learn a lot from it! I love the shake animation when they’re hitting things 😂

  • @mehow.
    @mehow. 2 ปีที่แล้ว

    so many great tips in 5 minutes, thanks

  • @simoncodrington
    @simoncodrington 3 ปีที่แล้ว

    Great little mini series guys.

  • @TheItalianGuy41
    @TheItalianGuy41 ปีที่แล้ว

    It would be nice if we could see how things are created such as the selection box, It appears to already be a created asset however you do not demo how to create it "Selection Material" etc.

  • @unclerandy398
    @unclerandy398 3 ปีที่แล้ว +2

    Please implement the animation system with ECS so our RTS's can get awesome performance 🙏

  • @EchoEye
    @EchoEye 3 ปีที่แล้ว +2

    All of these still feels overwhelming and like magic to me. I really wanna know this stuff. Is there like a walkthrough tutorial from scratch SCRATCH to intermediate on game dev?

    • @MrKraignos
      @MrKraignos 3 ปีที่แล้ว

      Yes, start here: learn[dot]unity[dot]com

    • @EchoEye
      @EchoEye 3 ปีที่แล้ว

      @@MrKraignos thank you!

  • @wxwefr
    @wxwefr 2 ปีที่แล้ว

    Thank you so much i love these games

  • @DeZiio
    @DeZiio 3 ปีที่แล้ว

    Awesome work guys thank you!

  • @winsrrow8125
    @winsrrow8125 2 ปีที่แล้ว

    where's the full course???? the link its only for some effects things...

  • @ShadowIsLight
    @ShadowIsLight 3 ปีที่แล้ว +1

    it would be nice seeing a third person arpg template with basic combat mechanics, lock on targets and such

    • @r1pfake521
      @r1pfake521 3 ปีที่แล้ว

      They already have a third person arpg template with basic combat, inventory, usable items, weapon effects etc, not sure if it has lock on targets, but should be easy enough to add.

  • @TheGuayeah
    @TheGuayeah 3 ปีที่แล้ว

    Is there any possibility to have a Bluetooth networking system for Mobile devices to be native implemented in Unity?

  • @noodle-eater
    @noodle-eater 3 ปีที่แล้ว

    Cool now i can learn to make city builder

  • @ozgurgurbuz
    @ozgurgurbuz 3 ปีที่แล้ว

    This looks pretty easy to handle

  • @KoalaPlaying
    @KoalaPlaying 3 ปีที่แล้ว

    I don't know if something is wrong with me, but I still don't understand how to implement certaing things to my "game"

  • @JM-ri6lp
    @JM-ri6lp 3 ปีที่แล้ว

    Hi Unity. Do you have DualToachControls tutorial? How to create and use it? I am very frustrated because I do not see any youtube channel that teaches that.

  • @irekburrek4472
    @irekburrek4472 3 ปีที่แล้ว

    And how to make units' descriptions appear after selecting units?

  • @michaelsimoes6888
    @michaelsimoes6888 3 ปีที่แล้ว

    the script don't inherit a native class that can manage a script. How i fix it?

  • @marvisgames
    @marvisgames 3 ปีที่แล้ว

    where is link? i would like a download this project

  • @XadegamerOfficial
    @XadegamerOfficial 3 ปีที่แล้ว

    How to stop navmesh agents from clipping into each other ?

  • @留名款
    @留名款 3 ปีที่แล้ว

    Can anyone just tell me where can I find the full tutorial of this? Thankyou!

  • @MEGA_TREE
    @MEGA_TREE 2 ปีที่แล้ว

    Very nice

  • @TheKrazykyleman
    @TheKrazykyleman 3 ปีที่แล้ว

    Can you use this code in a 2d version as well?

  • @finlee98
    @finlee98 3 ปีที่แล้ว

    So cool!

  • @BramOuwerkerk
    @BramOuwerkerk 3 ปีที่แล้ว

    Very interesting project

  • @noahdaily3595
    @noahdaily3595 2 ปีที่แล้ว

    i tried to import it in but it will not work.

  • @keshanrajapaksha27
    @keshanrajapaksha27 3 ปีที่แล้ว

    Superb

  • @madhusudanpanda6396
    @madhusudanpanda6396 3 ปีที่แล้ว

    Stupendofantabulous

  • @buck_cover_up7955
    @buck_cover_up7955 3 ปีที่แล้ว

    Wow so cool

  • @Viquetti
    @Viquetti 3 ปีที่แล้ว

    Mix and Jam?

  • @Midori_Thich_Anime
    @Midori_Thich_Anime 3 ปีที่แล้ว

    So cool

  • @Qikskill
    @Qikskill 3 ปีที่แล้ว

    Awesome voice Andre

  • @chadmorel2413
    @chadmorel2413 3 ปีที่แล้ว

    This is online or offline

  • @tearlaments-merli
    @tearlaments-merli 3 ปีที่แล้ว +3

    Guys pls I need to finish my current project first...

  • @platypus4
    @platypus4 2 ปีที่แล้ว

    Ahh best game engine

  • @gamescreator5040
    @gamescreator5040 3 ปีที่แล้ว

    Can anyone please tell me how actors render with blue color behind objects?

    • @pixelove1100
      @pixelove1100 3 ปีที่แล้ว

      It's basically raycaster from camera. When it hits something else than character, it's making different shader on character. Search for 'player outline' on Google, there's a lot of it :)

    • @gamescreator5040
      @gamescreator5040 3 ปีที่แล้ว

      @@pixelove1100 thanks a lot!

  • @robosergTV
    @robosergTV 3 ปีที่แล้ว +1

    the longer course is just a series of other lessons, not specific to this game...

  • @Mport-UK
    @Mport-UK 3 ปีที่แล้ว

    In this video, the way you explain it here is much better than on the Unity Learning page. Shame as it's needed :(

  • @Titan-8190
    @Titan-8190 3 ปีที่แล้ว

    Box selection feels glitchy, a frostum is needed for a nice feeling. also, I would have loved to see a fog of war as my solution broke my framerate back then and I saw everything online, dynamic mesh and dynamic texture, following the camera or static over the whole map, everything with huge framerate impact and poor visual quality. I still can't explain these nice circles around units with huge armies from 1995 titles.

  • @danielkitanaxi
    @danielkitanaxi 3 ปีที่แล้ว

    Excelente mecânica

  • @cpcaraho7046
    @cpcaraho7046 3 ปีที่แล้ว

    I have a problem please help

  • @daheergt8874
    @daheergt8874 3 ปีที่แล้ว +1

    its a battle of titans mix and jam vs unity

  • @nullptr_or_null8301
    @nullptr_or_null8301 3 ปีที่แล้ว

    Thanks, at last

  • @aero7982
    @aero7982 3 ปีที่แล้ว

    When unity Will improve Post processing

  • @sps014
    @sps014 3 ปีที่แล้ว

    Is DOTS dead ?

  • @larastyle2239
    @larastyle2239 3 ปีที่แล้ว

    good

  • @mohamerv
    @mohamerv 3 ปีที่แล้ว +3

    First lol🤣🤣👌🏻

  • @udayjain9150
    @udayjain9150 3 ปีที่แล้ว

    pls make videos on Bolt

  • @aliimranmalik3044
    @aliimranmalik3044 3 ปีที่แล้ว +2

    Me first

    • @bottle_memes
      @bottle_memes 3 ปีที่แล้ว +2

      YOU are first

    • @aliimranmalik3044
      @aliimranmalik3044 3 ปีที่แล้ว

      @@bottle_memes thanks

    • @mohamerv
      @mohamerv 3 ปีที่แล้ว

      No I first 🌚⁉️

    • @aliimranmalik3044
      @aliimranmalik3044 3 ปีที่แล้ว

      @@mohamerv no I👎

    • @mohamerv
      @mohamerv 3 ปีที่แล้ว +1

      @@aliimranmalik3044 no I first 🙄😜and first view and like and Comment

  • @yahyaayman5894
    @yahyaayman5894 3 ปีที่แล้ว

    What this is free

  • @victoraurelius5334
    @victoraurelius5334 3 ปีที่แล้ว

    Unity > any other engine

  • @gemeplay1291
    @gemeplay1291 3 ปีที่แล้ว

    неllo angry neighbor 4.0

  • @vincentcleaver1925
    @vincentcleaver1925 2 ปีที่แล้ว

    Why is this here?

  • @mohokhachai
    @mohokhachai 9 หลายเดือนก่อน

    Animation persent prefab

  • @bottle_memes
    @bottle_memes 3 ปีที่แล้ว

    So me 15th

  • @dlvl86
    @dlvl86 3 ปีที่แล้ว +5

    Unity official videos are the worst. Instead of having someone coding the thing step by step like every other non-official author/course we have this highly edited 20min videos where you just get a glimpse of the thing and you can’t follow along. Every single official tutorial is like this, from the in Unity ones to everything on Unity site. Please make these in a linear way and stop trying to cut the thing short to fit in a 20min video.

    • @jeffreyjumisko5165
      @jeffreyjumisko5165 3 ปีที่แล้ว +1

      The title of this video is misleading. I have used Unity Learn for a lot of my training, and most of the full courses are very well done. This video linked to a fairly useless set of videos about tweaking an already implemented builder based on an RTS setup. Granted, the finishing touches they are highlighting are very on trend, but for those of us looking for solutions for the creation of an actual city builder type game, this was a far cry from helpful. I agree that some of the stuff they post is aspirational, rather than practical, however when you drill down into the course work they have on Unity Learn, it is quite good. We need more of that level of instruction.

  • @aliimranmalik3044
    @aliimranmalik3044 3 ปีที่แล้ว +1

    Who is second,reply and like

  • @Henry-TheHen
    @Henry-TheHen 3 ปีที่แล้ว

    Bruh

  • @christinavincent3437
    @christinavincent3437 3 ปีที่แล้ว +3

    Bru stop saying first no one cares

  • @JanTuts
    @JanTuts 3 ปีที่แล้ว

    Dude, how? I have been in an RTS mood for the past week, ramping up to make one for a game jam coming soon!