How to Make 3D Game In Unity (Part3)

Поділитися
Вставка
  • Опубліковано 6 лют 2021
  • Hey Dosto
    Yeh Humara 3rd Tutorial Hai 3D CUBE RUNNER Game Ka
    Aaj ki Video Main Hum Baat Krege Unity INPUT SYSTEM Ke Bare Main And
    Hum Baat Krenge
    01:06 INPUT CLASS in Unity
    03:55 Getting Input From Keyboard
    07:04 First Challenge
    08:35 Providing Movement to Player
    11:30 Second Challenge
    12:34 Why Not Move With Rigidbody
    16:53 Fixed Update Method
    18:21 Variables
    21:01 Final Challenge
    Toh Umeed hai Ki Apko Video Achi Lge Gi Agr Achi Lge Toh Plz Video Ko Like Kro , Share kro or Channel ko Subscribe Kro
    Thanks for Watching
    Game is Inspired By Brackeys
    Basic C# Programming Tutorials:
    • Creation of C# |C# Bas...
    How To Install Unity Game Engine
    • How to Install Unity G...
    How To Use Unity Game Engine in Hindi
    • How To Use Unity Game...
    Download Unity Hub: store.unity.com/download
    Follow US on Instagram
    / sunnygamesandtechnology
    Also Watch Game Development Guide:
    • How To Make MONEY from...
    #SunnyGamesAndTechnology
    #Gamedevelopment
    #GameDesigner
    #GameDesigning
    #Study #Education
    #Gamedevelopmentstudy
    #GameDevelopmentinhindi
    #Gamedevelopmentindia #GameDevelopmentTutorialinHindi
    ~-~~-~~~-~~-~
    Please watch: "Building Our 2d Game For Android !!"
    • Building Our 2d Game F...
    ~-~~-~~~-~~-~

КОМЕНТАРІ • 296

  • @musaddiqbaloch8799
    @musaddiqbaloch8799 3 роки тому +25

    We always support u .

  • @rajukadolkar9923
    @rajukadolkar9923 3 роки тому +4

    Oh nice sir

  • @mayureshchoudhary7272
    @mayureshchoudhary7272 3 роки тому +8

    For D key (Right Side)
    if (Input.GetKey(KeyCode.D))
    {
    transform.position = transform.position + new Vector3(speed * Time.deltaTime, 0, 0);
    }
    For A key (Left side)
    if (Input.GetKey(KeyCode.A))
    {
    transform.position = transform.position - new Vector3(speed * Time.deltaTime, 0, 0)
    }

  • @himanshumahor6244
    @himanshumahor6244 3 роки тому +28

    This is the only channel which gives knowledge more than expected❤️❤️👍👍

  • @jaypalkushwaha1628
    @jaypalkushwaha1628 3 роки тому +8

    Ab apke video ke addictive ho gya hu ..bas apke next video ka intezar karta hu ..jab new video aati hai to Kushi 😁 x 100 ho jata hai

  • @AwesomeNX
    @AwesomeNX 3 роки тому +4

    First

  • @musaddiqbaloch8799
    @musaddiqbaloch8799 3 роки тому +9

    I was waiting for u ... Love u

  • @unknownartist8543
    @unknownartist8543 3 роки тому +2

    O bhai jabardast 🤩😍👏👍

  • @shekhardhami6831
    @shekhardhami6831 3 роки тому +4

    Bhai big hard for your motivation
    Provide more vide❤️❤️

  • @prakharsharma9232
    @prakharsharma9232 3 роки тому +8

    Shi h sir aapka tutorial kuch kuch brackeys se match karta h but thats all fine😁😁 sir keep it up......🙏😁

  • @ChandrapalSd
    @ChandrapalSd 3 роки тому +13

    Thanks for this amazing series 🤗😚

  • @deboneilbhattacharjee
    @deboneilbhattacharjee 3 роки тому +6

    Please continue this epic series!! ❤️

  • @SehajBhatt
    @SehajBhatt 3 роки тому +3

    First 😍😍❤❤❤

  • @fanofgamesmasherz8429
    @fanofgamesmasherz8429 3 роки тому +35

    Gokuldham Society Open World Game Banauga me😂

  • @AryanKumar-dn6qo
    @AryanKumar-dn6qo 3 роки тому +2

    THANK you sir. Plz continue this series 🙏

  • @Creations3312
    @Creations3312 3 роки тому

    Bhai just love your video
    Plzzz never stop making video

  • @awnishmaurya7616
    @awnishmaurya7616 3 роки тому +1

    if (Input.GetKey(KeyCode.RightArrow) || (Input.GetKey(KeyCode.D)))
    {
    transform.position = transform.position + new Vector3(moveMent* Time.deltaTime, 0, 0);
    }
    if (Input.GetKey(KeyCode.LeftArrow) || (Input.GetKey(KeyCode.A)))
    {
    transform.position = transform.position -new Vector3(moveMent * Time.deltaTime, 0, 0);
    }
    // Nice Tutorial bhaiya keep it up i always support you

  • @mrreadcode9341
    @mrreadcode9341 3 роки тому +1

    We always support u

  • @MantozSinghSidhu
    @MantozSinghSidhu 2 роки тому

    Great video

  • @alexstar9704
    @alexstar9704 3 роки тому

    Gajab bhai mja aa gya main aapki videos suru se end tak dekhta hu without any distraction computer aane wala hai ek do mahine baad and maaine aapki videos se c# bhi seekh li

  • @nisharkhan396
    @nisharkhan396 3 роки тому +3

    Sir you are such a good teacher
    Im leaening day by day by learning throigh your videos

  • @Shabd_aur_syaahee
    @Shabd_aur_syaahee 3 роки тому +2

    Great content i am grateful

  • @aakritigupta5671
    @aakritigupta5671 3 роки тому

    I can wait for your new video and hope that your channel grows up Sir of Technology

  • @fanibhushan9019
    @fanibhushan9019 3 роки тому

    Challenge completed waiting for next tutorial

  • @tastychicken4890
    @tastychicken4890 3 роки тому +2

    congradulations for 50k subs
    U deserve more tho

  • @kushalnain9609
    @kushalnain9609 3 роки тому +1

    best teacher of game development

  • @tejpratapsingh3180
    @tejpratapsingh3180 3 роки тому +3

    Thanks sir i am also making a game with my friends these help me .I always support you

  • @SheikhMuhammadNawaz
    @SheikhMuhammadNawaz 2 роки тому

    Apka har tutorial best hota hai boss.

  • @parthivtrivedi9701
    @parthivtrivedi9701 3 роки тому

    Thanks you dear
    And Congratulations for 50K Subscribers

  • @ethicalmarcus3782
    @ethicalmarcus3782 3 роки тому

    we always support you sir ........................................

  • @neet-gk4bh
    @neet-gk4bh 3 роки тому

    I will always support you

  • @xo.studio6759
    @xo.studio6759 3 роки тому

    Great

  • @aryanbhatt6791
    @aryanbhatt6791 3 роки тому +1

    nice video

  • @hhcdghjjgsdrt235
    @hhcdghjjgsdrt235 3 роки тому +1

    You're doing a great work.

  • @PrataryGaming
    @PrataryGaming 3 роки тому +7

    Finally new video is here

  • @gouravsuthar6628
    @gouravsuthar6628 3 роки тому +1

    Its was very much helpfull for me you are the best teacher i want teacher like you for my school

  • @rohitsingh-qw7cd
    @rohitsingh-qw7cd 3 роки тому

    Very Helpful video !!!

  • @pinakranjandas5770
    @pinakranjandas5770 3 роки тому

    really very good explanation

  • @Bisaldutt47
    @Bisaldutt47 3 роки тому

    Sir you are best teacher😄😊👍👍

  • @laxmikantgupta1649
    @laxmikantgupta1649 3 роки тому

    Ausome bro 😁

  • @chesstricksandtraps1
    @chesstricksandtraps1 3 роки тому +1

    Sir please apna agla part jaldi lana 😃
    Vaise aap bahut achha sikhate hain
    So
    Thankyou so much 😊

  • @movietech8660
    @movietech8660 2 роки тому

    amazing bro

  • @Jakhorwrites
    @Jakhorwrites 3 роки тому

    Amazing ..

  • @vipinsemwal1341
    @vipinsemwal1341 3 роки тому

    Sir your videos are easy in Language and helpful thanku 🙏🙏🙏

  • @lakshaygupta7814
    @lakshaygupta7814 3 роки тому +1

    Best

  • @nikk797
    @nikk797 3 роки тому +1

    Awesome tutorial bro!

  • @sanjeevKumar-eg6hp
    @sanjeevKumar-eg6hp 3 роки тому

    Thank you sir for this video also.

  • @abhigamer4021
    @abhigamer4021 3 місяці тому +1

    Thnx bhai for your Course .. I Know You are Brackey yeah😆😁

  • @ankitchetri2968
    @ankitchetri2968 3 роки тому +1

    You are the best sir

  • @nityanadasahoo2015
    @nityanadasahoo2015 3 роки тому

    Superb video bro!! Keep going !!!

  • @nicelook500
    @nicelook500 Рік тому

    Nice

  • @mayank13168
    @mayank13168 3 роки тому

    very good video sir

  • @amioporelgaming5
    @amioporelgaming5 3 роки тому +1

    Your true supporter.

  • @jassipc7027
    @jassipc7027 3 роки тому +1

    Thankyu so much bhai ❤️❤️🙏🏻🙏🏻

  • @LifeLessGamerOfficial
    @LifeLessGamerOfficial 3 роки тому

    Op bahi op

  • @ITZPADHAKHU2.0
    @ITZPADHAKHU2.0 7 місяців тому

    you give easy challenges sir😄😄😄

  • @Gaming_With_Rohit
    @Gaming_With_Rohit 3 роки тому

    Amazing video😍😍😍😍😍💖❤💖💖

  • @tarasinghrajput333
    @tarasinghrajput333 3 роки тому

    We support u

  • @a.b.g9755
    @a.b.g9755 3 роки тому +1

    Please bring daily tutorials for beginners...

  • @anurag.pandey1024
    @anurag.pandey1024 3 роки тому

    Op bro!

  • @ski3poweredits239
    @ski3poweredits239 2 роки тому

    thanks im learning with u

  • @freeff6406
    @freeff6406 3 роки тому

    Sir u r da best! 👍

  • @singingwithme7138
    @singingwithme7138 3 роки тому +1

    great explanation sir!!!!!

  • @crazyanime9892
    @crazyanime9892 3 роки тому +1

    ❤️❤️thankyu so much bhai

  • @vaibhavgotfound
    @vaibhavgotfound 2 роки тому +3

    Sir I was making this game but when I use play button it is showing All compiler errors should be fixed but I have no compiler errors plz help sir

  • @PRM03
    @PRM03 8 днів тому

    Thank you bhaiya aap bhout Aacha samjhate ho❤❤❤❤❤🎉

  • @bidenultramaxpro9893
    @bidenultramaxpro9893 3 роки тому

    Sir aapka padhane ka style bahut accha
    Aap kosis karye jaldi jaldi video lane ka sir bahut intjar karte hai aapke video ka
    🙏🙏🙏🙏🙏🙏❤️❤️❤️❤️🙏🙏🙏🙏

  • @dreamscometrue8854
    @dreamscometrue8854 3 роки тому

    Please upload next part fast👏

  • @nakulkumar4903
    @nakulkumar4903 3 роки тому +2

    Brother pls make a series of videos suggesting best parts for professional game development computer, hardware and and softwares game dev use and other important things to start game development as a career 🙏

  • @redowl7980
    @redowl7980 2 роки тому

    mast op

  • @thakurkuldeepsendhav5902
    @thakurkuldeepsendhav5902 3 роки тому

    🔥

  • @diptanshumukherjee1169
    @diptanshumukherjee1169 3 роки тому

    Tum mast Kam karta hai sunny bhai

  • @lakshaygupta7814
    @lakshaygupta7814 3 роки тому +1

    Thanks sir 😊😊

  • @zeeshankhan-gw2lv
    @zeeshankhan-gw2lv Рік тому

    thank you brother love you

  • @sunilborole3780
    @sunilborole3780 3 роки тому

    Op sir

  • @luckyhindustanigamer1799
    @luckyhindustanigamer1799 2 роки тому

    Nice 👍🏼 nice pic

  • @Chandan-xz8cd
    @Chandan-xz8cd 3 роки тому +18

    its simple line 20 or 25 me if me or || operator lagaa kar Input.GetKey(KeyCode.A) or line 25 me Input.GetKey(KeyCode.D) ye likh dena hai bas.....

    • @waytofuture
      @waytofuture 3 роки тому

      are but kese??

    • @waytofuture
      @waytofuture 3 роки тому +2

      if (Input.GetKey(KeyCode.RightArrow || KeyCode.J ))
      {
      transform.position = transform.position + new Vector3(speed* Time.deltaTime, 0, 0);
      }
      phele mai ese kar rha tha . fir samjha
      if (Input.GetKey(KeyCode.RightArrow) || Input.GetKey(KeyCode.LeftArrow))
      {
      Debug.Log("Right Arrow press");
      }
      fir samjha ese bhi kar shakte fir show nahi kar rha btw thanks

    • @Uzumaki_Sage
      @Uzumaki_Sage 3 роки тому +1

      ​@@waytofuture
      this is the full source code you can use by copy and pasteing it
      using System.Collections;
      using System.Collections.Generic;
      using UnityEngine;
      public class playerscript : MonoBehaviour
      {
      public Rigidbody rigidbody;
      public float force = 1000f;
      public float speed = 10f;
      // Start is called before the first frame update
      void Start()
      {

      }
      // Update is called once per frame
      void Update()
      {
      if(Input.GetKey(KeyCode.D))
      {
      transform.position = transform.position + new Vector3(speed * Time.deltaTime, 0, 0);

      }
      if (Input.GetKey(KeyCode.A))
      {
      transform.position = transform.position - new Vector3(speed * Time.deltaTime, 0, 0);

      }

      }
      private void FixedUpdate()
      {
      rigidbody.AddForce(0, 0, force* Time.deltaTime);
      }
      }

    • @gratesream4766
      @gratesream4766 3 роки тому +2

      Instead you guys should use
      public static Vector3 Lerp(Vector3 a, Vector3 b, float t);
      For more smooth factor between the a and b axis for your vector points

    • @Uzumaki_Sage
      @Uzumaki_Sage 3 роки тому

      @@gratesream4766 thinks bro 🙂

  • @hassankazmi3649
    @hassankazmi3649 Рік тому

    Thanks a lot 🌹🌹🌹🌹🌹

  • @rochauhan6802
    @rochauhan6802 3 роки тому

    Thanks bro.....

  • @aakritigupta5671
    @aakritigupta5671 3 роки тому

    Sir aap please next part ko upload kr dijiye mai aapka chhanel hr roz check krta hoon video ke liye

  • @dtube6330
    @dtube6330 3 роки тому +1

    thanks bhai

  • @gauravdarji5020
    @gauravdarji5020 3 роки тому

    Bast of all

  • @slcreationss..7962
    @slcreationss..7962 2 роки тому

    Thank you🙏🙏 alot sir

  • @amolmali715
    @amolmali715 2 роки тому

    Thanks Sir

  • @aryanbhatt6791
    @aryanbhatt6791 3 роки тому +1

    bro plzz make video daily..

  • @manojkumarmandal8449
    @manojkumarmandal8449 3 роки тому

    👍👌 I KNOW THIS MEAN YOU LOT

  • @Thorn_Princess_
    @Thorn_Princess_ 3 роки тому

    Thanks Bro

  • @prathamborkar4812
    @prathamborkar4812 2 роки тому

    You should get nobel prize for this content bro

  • @harditsingh2503
    @harditsingh2503 3 роки тому

    600 th like!!

  • @vishnukumavat1052
    @vishnukumavat1052 3 роки тому +1

    😍

  • @rameshrana8754
    @rameshrana8754 3 роки тому

    Thanks bhai

  • @vishalboi
    @vishalboi 3 роки тому

    Thank u sir

  • @rupamukherjee9157
    @rupamukherjee9157 3 роки тому

    Thanks !

  • @namanmantri6297
    @namanmantri6297 3 роки тому +11

    In 10 seconds

  • @pikachuuuuu02
    @pikachuuuuu02 3 роки тому +1

    Thanks Bro for giving game development tutorials in Hindi
    GTA India banaunga mein

  • @Arpitsoni-gg4so
    @Arpitsoni-gg4so 10 днів тому

    thnx mene bhoat kuch sikha aapse sir thanx you so much sir

  • @vavic2737
    @vavic2737 2 роки тому +3

    7:04 when he said its challenge for you to print that in that time I added the force for the cube to move and thee cube was moving. (This is my first game and first experience of coding)

  • @kamal_054
    @kamal_054 3 роки тому

    Thank you

  • @vishavpreetsingh9353
    @vishavpreetsingh9353 3 роки тому

    love from punjab

  • @Jakhorwrites
    @Jakhorwrites 3 роки тому

    Please tutorial ki video jaldi upload karain ..