How to Start Mobile Game Development

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

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

  • @Hallden_
    @Hallden_  4 ปีที่แล้ว +90

    Resources:
    Learn how to build the basic components of the game
    noobtuts.com/unity/2d-flappy-bird-game
    unity3d.college/2015/11/07/unity3d-intro-building-flappy-bird-part-3/
    Prefab
    docs.unity3d.com/Manual/InstantiatingPrefabs.html
    Procedurally generate obstacles or things
    www.gamasutra.com/blogs/DylanWolf/20170327/294508/Instantiating_a_Procedurally_Generated_Platformer_in_Unity.php
    Storing simple data in your game like highscores
    th-cam.com/video/0zrZZN-QaDk/w-d-xo.html
    Implement ads into your game
    th-cam.com/video/DWmD1RRORfc/w-d-xo.html (showing ads)
    unityads.unity3d.com/help/unity/integration-guide-unity (ads integration unity article)
    Port your game to Android and iOS
    th-cam.com/video/fbcJjZInt-A/w-d-xo.html (porting to android)
    th-cam.com/video/80-nE7ichvk/w-d-xo.html (porting to iOS)
    Create the App Icon for both Android and iOS at the same time
    makeappicon.com/
    Publish your app to the app stores
    codewithchris.com/submit-your-app-to-the-app-store/ publishing on iOS
    instabug.com/blog/how-to-submit-your-app-to-the-google-play-store/ publish on Google Play

    • @saintgabriel0
      @saintgabriel0 4 ปีที่แล้ว

      bro I'm learning flutter...any tips

    • @saintgabriel0
      @saintgabriel0 4 ปีที่แล้ว

      bro I'm learning flutter...any tips

    • @abhishektyagi4428
      @abhishektyagi4428 4 ปีที่แล้ว

      @@saintgabriel0 check out his video on flutter development resources

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

      Unity is not a good engine, I prefore Godot Engine, or just using C++/SDL2

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

      Usefull videos thanks and can u make a video about jailbreak and how to jailbreak

  • @skully3242
    @skully3242 2 ปีที่แล้ว +128

    I want to make mobile games for one particular reason. I feel like there aren't any good mobile games anymore. Everything has gone pay 2 play or free to play with microtransactions, and most of the ios or android games aren't even good. Either they are knock off games, unity asset flips, scams, or just bad games. I want to bring back the old days of mobile gaming when there was actual passion and effort put into making a game and have it be fun. I remember games like Nova, Modern Combat, Infinity blade, Resident evil 4 and Resident evil degeneration, an astroid shooter type game, and many more were playable, and none of them were cheap cash grabs with microtransactions and ads. You could just buy those games and play it. And as a person who wants to get into game development, I want to take part in making mobile games that aren't just asset flips or gambling machines. I want to prove that mobile gaming can still be good.

    • @agent-33
      @agent-33 2 ปีที่แล้ว +1

      What does asset flips mean?
      Do you mean using free assets?
      I use free assets too because I'm bad at graphics design.

    • @skully3242
      @skully3242 2 ปีที่แล้ว +7

      @@agent-33 it’s ok to use ‘some’ stock assets but if you are making a game that you plan to actually publish, you should always have original assets so that your game doesn’t look like every other ‘unity asset store art project’. Making a game takes skill and talent just like any other art, and you need to learn how to make your own assets, and if you don’t have time, you could always hire someone to create original assets for your personal project.
      Besides, the whole point of stock assets from the Unity store is that it is used as a base for learning. It’s not supposed to be used for actual games being published. This goes for all art: if everyone just copied other peoples homework and didn’t at least try to use their own creativity for it, it fails to do what it is trying to achieve.
      If every game had the same assets, games would be very boring.

    • @agent-33
      @agent-33 2 ปีที่แล้ว

      @@skully3242 Oh okay. I never used Unity yet and its free assets. I agree it makes it look like a rip off of some game, mostly happening in mobile game market. I don't mind it as long as they are licensed to use those assets, the creative part comes on how they use it or modify it. Generally, I can still enjoy the game despite having similar graphics to others. Designs and unique gameplay are what matters to me the most.

    • @user-yi5cf7bv8o
      @user-yi5cf7bv8o 11 หลายเดือนก่อน

      I'll thumbs up to that mate

    • @VrXl17
      @VrXl17 10 หลายเดือนก่อน +2

      I wanna make money

  • @aaryanpatnaik1942
    @aaryanpatnaik1942 4 ปีที่แล้ว +310

    Building a basic movement script to making a procedurally generated level seems like a big jump. Nice

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

      it's not that complex game in first place

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

      basiclly flappy bird

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

      @CPT. PRICELESS just android studio with no extra libraries

  • @ivanteo77
    @ivanteo77 4 ปีที่แล้ว +12

    This is good stuff. Showing us the way is important. It is like going thru a check list and completing the project rather than having to dive into the web to build the list. V much appreciated.

  • @MicahBuzanANIMATION
    @MicahBuzanANIMATION 8 หลายเดือนก่อน +1

    The hardest part is just knowing where to start. Thinking for breaking this down into logical steps!

  • @0rbite862
    @0rbite862 4 ปีที่แล้ว +24

    Hi Kalle! I'm one of your first thousand subscribers and it has been amazing to see your channel grow so quickly. You already have 250k subscribers and it feels like a few weeks ago you had like 150k. Your channel is different from most other programming channels, because you don't really do tutorials, you often just talk about different topics that you're interested in and that's what I like most about your channel. Can you please do more live coding on your second channel?

  • @Js14561
    @Js14561 4 ปีที่แล้ว +7

    I’ve had a few game ideas in my head for a while now THANKS!!!

  • @TheGitGuild
    @TheGitGuild 4 ปีที่แล้ว +154

    All great advices and it all comes down to a single but most important advice: Just make what you imagine. The only way to make great games is to make shittier ones first! Also, learn the quaternions. Quaternions are important :)

    • @samario_torres
      @samario_torres 4 ปีที่แล้ว +4

      do you have any videos for using the quaternions in game dev?

    • @TheGitGuild
      @TheGitGuild 4 ปีที่แล้ว

      Sam Torres Actually I don’t but maybe I will make one in the future, by the time you can look up quaternions on 3blue1brown. He explained it perfectly. As for the Unity you can look up the one made by HardlyDifficuly, it is nice as well.

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

      @@TheGitGuild lol just did! thanks!

    • @kishantakoordyal
      @kishantakoordyal 4 ปีที่แล้ว

      then there are Wheel Colliders which remain shitty

  • @sirhuman560
    @sirhuman560 4 ปีที่แล้ว +4

    Your video quality is fascinating. Been in your channel for a day and I'm amazed! Not to mention the great amount of knowledge I'm gaining from what you say.

  • @chetankharel4435
    @chetankharel4435 4 ปีที่แล้ว +18

    I love Brackeys tutorial when it comes to learn about game development 🙂

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

      how is your career going?

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

    Glad to hear you enjoyed making games

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

    Your intro theme is such a bop

  • @patriciasauer8513
    @patriciasauer8513 4 ปีที่แล้ว +18

    Just in time, Kalle! I started trying out unity this week 😂

    • @siveragiovanni
      @siveragiovanni 4 ปีที่แล้ว

      Patricia Sauer me too

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

      UP .. Like @Kalle can read our minds

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

      Setting up unity remote is the hardest thing 😂

  • @mr.mover1002
    @mr.mover1002 4 ปีที่แล้ว +6

    Great content
    Love from Kenya ✌️

  • @wikijit
    @wikijit 4 ปีที่แล้ว +4

    Just love your videos man! Gives a great boost for my starting programming career.

  • @Murcielago488
    @Murcielago488 4 ปีที่แล้ว

    Hej Kalle, jag älskar dina Videos! Tack för att du motiverade mig och för din hälp

  • @CODEBYTE
    @CODEBYTE 4 ปีที่แล้ว +6

    That thumbnail brought me here !!!

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

    So short and to the point. Thank you so much!

  • @yashjaiswal2335
    @yashjaiswal2335 4 ปีที่แล้ว

    Finally a video on game development by you!!!!!

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

    Holy cow dude, your video quality is insane now.

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

    3:31 I cannot unsee this for the rest of my life. The damage is done. I am beyond shock.

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

    your videos are so satisfying to watch.

  • @gracesdk
    @gracesdk 4 ปีที่แล้ว +4

    Really useful! Sad that this only came out after my hackathon submission

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

    Thank you so much, im 13 and i really want to try out making a game, i want to become a game developer in the future my friend also wants to help me THIS HELPED A LOT!

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

    Im just tryna make top down strategy game for myself, i got no knowledge of coding and my only experience game dev only from devlog, this vid help me to gain motivation to start made one

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

    thanks for the help. I wanted to begin creating games (for fun mostly) and the recommendation about unity (+ the explaination) helped a lot with deciding the platform,

  • @princetanwar5694
    @princetanwar5694 4 ปีที่แล้ว +20

    Please make a series on django. Love from india ❤️

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

      you can see code with harry[TH-cam channel]

    • @nasiffuad292
      @nasiffuad292 4 ปีที่แล้ว

      @@dhruvdixit7325 Should i learn flask before django?Can you give me advice?

    • @dhruvdixit7325
      @dhruvdixit7325 4 ปีที่แล้ว

      @@nasiffuad292 that your choice as Django is complex than flask.But Django is more applicable in most of the relevent Today. I would recommende you to learn Django..

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

    HIS ADVICE MADE IT POSSIBLE , THANKS BROV😎

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

    havent watched the full video yet but hes been rambling for over 2 minutes now

  • @Prabhakaran-hp1to
    @Prabhakaran-hp1to 4 ปีที่แล้ว

    Thanks kalle you making super awesome content video ,please make more video like this and encourage us!

  • @Cheetoboss18
    @Cheetoboss18 2 หลายเดือนก่อน

    I’ve got an idea . And ur my key to success !

  • @prashanttimalsina5462
    @prashanttimalsina5462 4 ปีที่แล้ว

    Kale dai again with a banger

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

    Awesome need more videos like these mentioning resources 🔥🔥🔥

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

    Now, let's start building a game.

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

    No one can deny, that you have the best intro in history.

  • @miles611
    @miles611 4 ปีที่แล้ว

    Awesome videos as usual, man!
    Keep it up

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

    This was incredibly useful. Thank you!

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

    Quality content as always!

  • @thomasparker4109
    @thomasparker4109 4 ปีที่แล้ว +2

    Very interesting, but i programming microcontoller's on assembly, it's also very cool! Your video is top!

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

    Easiest way to create mobile games without coding is by using Buildbox. For many #1 games, the developer used Buildbox. Games that normally takes 9 months to 2 years, can be completed within 2 months or less when using Buildbox.

  • @arjenb8403
    @arjenb8403 4 ปีที่แล้ว +10

    I have an idea.
    What if you are going to make an mobile app where you can generate QR-codes per user-ID.
    so every user does have its own personal QR-code.
    this just for user accounts.
    if you are going to an... for example, cafe.
    The worker can go scan your personal QR, store it in the cafe's account.
    and when someone visited this exact cafe, the cafe can send an notification to all the peoples who visited this cafe.
    in the country where i live (the netherlands) we need to write down on paper our full names, e-mail adresses, phonenumbers and fill in an form about covid-19.
    with this app we can safe a lot of paper, time and its (hopefully) way more efficient.

    • @Coen_Buitink
      @Coen_Buitink 4 ปีที่แล้ว

      Great idea, only I think that you need extra verification if you want to do it with QR-code. QR codes may be very easy to copy.

    • @MEOW-dn1zc
      @MEOW-dn1zc 3 ปีที่แล้ว +1

      I know its been a while, but still...
      Here in Hong Kong the government is using this qr code app idea to track where you have went. However, many people are concerned with safety issues. Still, its really interesting and you should look into it.

  • @welljoneshate6700
    @welljoneshate6700 4 ปีที่แล้ว

    Great content, Want to hear more from you about Game Development, maybe a series. 🇵🇭♥️

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

    To use a macOS virtual machine you have to copy a piece of code from a website but Apple doesn’t want that . At the last part of the code you have to copy it says that this code is copyrighted by Apple and we don’t want you to use it .

  • @wasifali6169
    @wasifali6169 4 ปีที่แล้ว +34

    6:10 Stackoverflow has a homepage? 0_0

    • @nasiffuad292
      @nasiffuad292 4 ปีที่แล้ว +2

      What the home page is used for,😂😂😂

  • @rwalsh6495
    @rwalsh6495 4 ปีที่แล้ว

    Hey Kalle I loved this please do more game dev videos

  • @melissahuerta8315
    @melissahuerta8315 4 ปีที่แล้ว

    👏🏼 thanks so much for this.. im learning unity :)

  • @DavideMerlin
    @DavideMerlin 4 ปีที่แล้ว +2

    Can you make a video on the app "aesthetics"? Basically how to make a game look pretty. I feel like it plays a big role in customers buying my product!

  • @ryanandpeople9401
    @ryanandpeople9401 4 ปีที่แล้ว +4

    Hey, you inspired me to take a week out of my time and make a video game with one of my ideas. I'll reply here when I'm done. Thank you for the inspiration!

    • @sirhuman560
      @sirhuman560 4 ปีที่แล้ว +6

      Hey, it's been 2 weeks. So how did it go?

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

      @@sirhuman560 Its been 7 months now

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

      @@pocopump1326 lol

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

      It's been 1 year now

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

      Been 2 year now but guess that is just the development cycle lol

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

    Thanks Kalie :) Awesome Content!

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

      Good luck jacky

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

      @@Kprof Thanks Karim :) Much appreciated

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

    Thanks for the video bro im looking into making sum games i have a little experience in making games on unity and unreal engine, but i look forward into developing a mobile game

  • @judedavis92
    @judedavis92 4 ปีที่แล้ว

    Love the intro

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

    Your videos are always great ❣️

  • @KewalTravel
    @KewalTravel 2 ปีที่แล้ว +5

    Thanks for the video. Its very informative. Also, your studio is a little dark and the graphics (game and work screens) are white and bright. Which causes a little viewer distraction. (I m a photographer) My suggestion is that you increase just a little exposure in your video/studio to get rid of this contrast. You're welcome

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

    What a clean house!

  • @Woodythehobo
    @Woodythehobo 4 ปีที่แล้ว

    good no nonsense tut/summary thanks

  • @burnedbrowncoal7536
    @burnedbrowncoal7536 4 ปีที่แล้ว

    Nice hair-cut Kalle !!! like it and seems much younger :-)

  • @HAMMERTIMEBB
    @HAMMERTIMEBB 4 หลายเดือนก่อน

    Android is the new PSP. The potential is limitless for this untapped market.

  • @Uryzen-
    @Uryzen- 2 ปีที่แล้ว

    I kinda want to make a game revolving around a feature in the rdr series: Dead-eye. I want to create a shooter that uses that feature.

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

    Thx u so much!!! I’ve been needing n looking for this blueprint for years!! Thx u for making it!
    Quick question: what about making a card game rather than a game like in this video? I’ll look at your other stuff now that I’ve found you, maybe you’ve mentioned it! Thx again for taking the time to make this!

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

    This is awesome and super useful- love all your videos!

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

    Cool video and thanks man :]

  • @mepaul7016
    @mepaul7016 4 ปีที่แล้ว

    Love your video color tone

  • @lucastellez6651
    @lucastellez6651 4 ปีที่แล้ว

    Bra video!!

  • @elyakubu
    @elyakubu 4 ปีที่แล้ว

    i look at itchio for casual games that i can remake by myself and i learn a lot^^

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

    His hair🔥🔥

  • @AlbertoRodriguez-oe6jo
    @AlbertoRodriguez-oe6jo 3 ปีที่แล้ว

    It was very helpful. Thanks

  • @ksriharsha2911
    @ksriharsha2911 4 ปีที่แล้ว

    Thanks hallden🙌❤

  • @kongpanha1816
    @kongpanha1816 4 ปีที่แล้ว

    Hi bro kalle I really love your video

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

    Thank you very much ! Very helpful !

  • @hematoma7645
    @hematoma7645 4 ปีที่แล้ว

    very useful, time for me to learn Unity

  • @Anton-tj2zh
    @Anton-tj2zh 4 ปีที่แล้ว

    Can you make a video where you compare programming on windows vs Mac OS? Diggar dina videos. Keep up the good work my man!

  • @mathewfisher7143
    @mathewfisher7143 4 ปีที่แล้ว

    good video, approached your content.

  • @sianedwards4197
    @sianedwards4197 4 ปีที่แล้ว

    FIRST THANKS FOR THE VID

  • @cleverone441
    @cleverone441 4 ปีที่แล้ว +4

    Kalle please make a video,,how to become a programmer...

  • @sivasankarant9195
    @sivasankarant9195 4 ปีที่แล้ว

    😁👍 great video

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

    Hey, awesome video!
    What camera are you using for your YT videos? :)

  • @darshanpoojari6698
    @darshanpoojari6698 4 ปีที่แล้ว

    Helped a lot

  • @panic_seller
    @panic_seller 4 ปีที่แล้ว +4

    really wanted to know how to implement in-app purchases, say you have a multiplayer game and you want players to buy tokens which is in-game currency bought with real money.

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

      Yeah me too also rewarded ads with AdMob

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

      4:17

  • @andrewleong7613
    @andrewleong7613 4 ปีที่แล้ว +2

    I loved game development, unfortunately it doesn't pay as much as software dev

  • @darshanpoojari6698
    @darshanpoojari6698 4 ปีที่แล้ว

    This is the best video

  • @yousefhaiba6961
    @yousefhaiba6961 4 ปีที่แล้ว

    Great video 👍

  • @kenomar
    @kenomar 4 ปีที่แล้ว

    Thanks Kalle

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

    If i knew how to do this. I would make a game like Age of Empires. And i would not add any microtransactions and would not make fake advertising videos

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

    Thank you!!!

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

    i got a game idea but not as smart as you but if you heard it you’d might consider partner in it.

  • @ionutcozma6814
    @ionutcozma6814 4 ปีที่แล้ว

    Nice video, thx

  • @IdlanAmran
    @IdlanAmran 4 ปีที่แล้ว

    Loved your outro, may I know what song it is ?

  • @joseguerrero4191
    @joseguerrero4191 4 ปีที่แล้ว +5

    Hey Kalle, what do you think about the multiplatform vs Native app development debate? And also if you know about kotlin multiplatform

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

    Very good

  • @bollvigblack
    @bollvigblack 4 ปีที่แล้ว

    Jayden James sent me here

  • @nabil.hamawi
    @nabil.hamawi 4 ปีที่แล้ว

    You're the best

  • @00infinity39
    @00infinity39 4 ปีที่แล้ว

    Great video.. u earn my sub 👍

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

    Fresh trim

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

    good vid.

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

    Still waiting for the Celda comments

  • @kongpanha1816
    @kongpanha1816 4 ปีที่แล้ว

    I am new starter, I would to see you new video and basic with pythons

  • @theVoyager2080
    @theVoyager2080 4 ปีที่แล้ว

    Thnks bro!

  • @samario_torres
    @samario_torres 4 ปีที่แล้ว

    nice, Kalle...how did you pick up the skills for learning how to work unity?

  • @bibliothekdeshorrors4084
    @bibliothekdeshorrors4084 4 ปีที่แล้ว

    Good resources!

  • @juanbautista5524
    @juanbautista5524 4 ปีที่แล้ว +2

    Great channel !, Does somebody know what watch is he wearing ? Not a great question, but it is really stylish watch