Basit Ali's Trainings
Basit Ali's Trainings
  • Видео 124
  • Просмотров 63 267
How to get Device Location using Java on Android - Android Studio - Latitude and Longitude - GPS
This tutorial will teach you:
What is location and how we represent it in terms of Latitude and Longitude.
How to get location permission from the user to access android device location
What is GPS location and what is Network Location.
How to get location manager
How to get last known location of the device
How to auto update location after every second using Location Listener
How to get your location and change it on emulator and real android device.
Просмотров: 638

Видео

How To Install Flutter Development Environment with Android Studio on Windows
Просмотров 1,2 тыс.7 месяцев назад
This tutorial teaches you how to install Flutter development environment including GIT, Flutter SDK and Android Studio. We will go step by step discussing how to configure Android Studio, configure Flutter SDK and Dart with it, how to create an android virtual device and then how to compile and run our first application on this setup.
How to Install Unity on Windows- September 2023
Просмотров 227Год назад
This is an updated video for unity installation process. How to install Unity editor with Android SDK, iOS SDK, Windows and WebGL Build tool in easy steps. It's a time taking process but the steps are simple. Once Unity is installed you can start making games. Good luck!
Flappy Bird Unity Tutorial: How To Make A Full 2d Game In 22 Minutes!
Просмотров 1,2 тыс.Год назад
In this video we build Flappy Bird game in Unity from beginning to end. We add the bird and floor, add gravity to the bird, add colliders to the bird and the floor. Add background and make the floor slide right to left. Then we add pairs of pipes and add colliders to them. We move the pipes and add random height to the pipe pairs to make sure every pipe pair has a different height. Then we add ...
Drawing the game Titles - How to make Flappy Birds [Game Graphics][Sprite Sheet]
Просмотров 182Год назад
How to draw a few titles for Flappy Bird game including "Flappy Bird", "Game Over" and even a restart button image. We use Adobe Photoshop but you can use any graphic design tool for such basic drawing activity. The image is intentionally kept very small in resolution to keep the pixelated retro look of the game. The titles image is a sprite sheet with multiple images within. We will use this s...
Drawing the Floor - How to make Flappy Birds [Game Graphics]
Просмотров 111Год назад
How to draw the game floor for Flappy Bird game using just your mouse. We use Adobe Photoshop but you can use any graphic design tool for such basic drawing activity. The image is intentionally kept very small in resolution to keep the pixelated retro look of the game. The floor image will move right to left to give a feel that the bird is flying towards right. The floor is a solid block of col...
Drawing the Background - How to make Flappy Birds [Game Graphics]
Просмотров 145Год назад
How to draw the game background for Flappy Bird game using just your mouse. We use Adobe Photoshop but you can use any graphic design tool for such basic drawing activity. The image is intentionally kept very small in resolution to keep the pixelated retro look of the game. The video goes with drawing the sets of buildings in the background first, then drawing the sky, clouds, trees and putting...
Drawing the Pipe Hurdles - How to make Flappy Birds [Game Graphics]
Просмотров 191Год назад
How to draw the pipes to be used as hurdles for Flappy Bird game using just your mouse. We use Adobe Photoshop but you can use any graphic tool for such basic drawing activity. The image is a very small in resolution to keep the pixelated retro look of the game. Later we create 2 different pipe images by duplicating the pipe. One is up side down and one is straight up. We put this as a sprite s...
Drawing the bird - How to make Flappy Birds [Game Graphics]
Просмотров 264Год назад
How to draw the bird for Flappy Bird game using just your mouse. We use Adobe Photoshop but you can use any graphic tool for such basic drawing activity. The image is a very small 20x20 pixel sprite. Later we create 3 different images into a single sprite sheet so that the bird looks like flapping its wings when we animate this in unity later int he playlist. Here's the link to the playlist: ru...
How to make Flappy Birds in Unity - Introduction to the playlist
Просмотров 6 тыс.Год назад
Here we introduce the Flappy Bird development playlist. In this video I explain what are the content of this playlist. The playlist includes the videos on: How to draw the bird for Flappy Birds: ruclips.net/video/_6bxBElb7s4/видео.html How to draw the pipe hurdles for Flappy Birds: ruclips.net/video/3UxPu9yaF8o/видео.html How to draw the background of Flappy Birds: ruclips.net/video/DsO5ramaMe4...
Adding forest to game - Jungle Lagao - [Quick Tutorial][Urdu][Hindi]
Просмотров 47Год назад
How to add large number of trees easily in your game scene. Adding forests is a very simple way of creating large natural environments. All you have to do is import a tree and paint these trees onto the terrain. You can paint trees, erase trees, increase or decrease number of trees and create very nice natural terrain environment using this quick Unity tutorial. You can watch full tutorial on t...
What is a collider - How do objects collide in games - Unity Game Development Tutorial - [English]
Просмотров 346Год назад
Objects collide due to game physics, animation or scripts, and collision happens due a component called collider. If you want the objects to collide due to game physics, make sure each game object that should collide, must have a collider and one of these objects should have a rigid body. Computer games are full of game physics and collisions and Unity makes it a breeze to make objects collide....
Game Physics - Adding Gravity and Bounciness to Game Objects in Unity. [Hindi][Urdu]
Просмотров 72Год назад
In today's 3d games, game physics is very common and essential. 3D objects can interact with one another merely on the basis of the game physics. In this quick tutorial we will see how to add gravity using rigid body to a game object, that's a sphere that looks like a football. We also make the ball bouncy by increasing the bounciness of the physics material that we created and added to the bal...
Object Colliders - How Objects collide with one another in a game scene in Unity - [Hindi][Urdu]
Просмотров 120Год назад
Object Colliders - How Objects collide with one another in a game scene in Unity - [Hindi][Urdu]
Adding Gravity and bounce to the ball - Game Physics in Unity - [English]
Просмотров 337Год назад
Adding Gravity and bounce to the ball - Game Physics in Unity - [English]
How to apply materials, colors and textures on 3d objects in Unity - [Hindi][Urdu]
Просмотров 55Год назад
How to apply materials, colors and textures on 3d objects in Unity - [Hindi][Urdu]
Transforms: 3 ways of moving, rotating and resizing objects in Unity in a game scene [English]
Просмотров 65Год назад
Transforms: 3 ways of moving, rotating and resizing objects in Unity in a game scene [English]
How to apply materials, colors and textures on 3d objects in Unity - [English]
Просмотров 576Год назад
How to apply materials, colors and textures on 3d objects in Unity - [English]
Play first, build later yourself - Making a game in 60 mins. This could be your first Unity Game
Просмотров 234Год назад
Play first, build later yourself - Making a game in 60 mins. This could be your first Unity Game
Three ways of moving, rotating and resizing objects in Unity - [Urdu][Hindi]
Просмотров 48Год назад
Three ways of moving, rotating and resizing objects in Unity - [Urdu][Hindi]
Making a 3D Tractor - using only cubes and cylinders - Unity 3D [Quick Tutorial] [English]
Просмотров 60Год назад
Making a 3D Tractor - using only cubes and cylinders - Unity 3D [Quick Tutorial] [English]
Making a 3D Tractor - using only cubes and cylinders - Unity 3D [Quick Tutorial] [Hindi] [Urdu]
Просмотров 135Год назад
Making a 3D Tractor - using only cubes and cylinders - Unity 3D [Quick Tutorial] [Hindi] [Urdu]
Mouse Controls in Unity - Quick Tutorial [English]
Просмотров 264Год назад
Mouse Controls in Unity - Quick Tutorial [English]
How to move, rotate and resize 3d objects in unity game scene [Hindi] [Urdu]
Просмотров 48Год назад
How to move, rotate and resize 3d objects in unity game scene [Hindi] [Urdu]
Mouse Controls in Unity - Quick Tutorial [Hindi] [Urdu]
Просмотров 99Год назад
Mouse Controls in Unity - Quick Tutorial [Hindi] [Urdu]
How-to - Create Object and apply transforms. Unity 3D [One Minute Tutorial]
Просмотров 121Год назад
How-to - Create Object and apply transforms. Unity 3D [One Minute Tutorial]
Unity Kaise Install Karen?
Просмотров 28Год назад
Unity Kaise Install Karen?
Game Development Course - Urdu/Hindi -[Sec 7 Lecture 52] - Introducing 2D games
Просмотров 129Год назад
Game Development Course - Urdu/Hindi -[Sec 7 Lecture 52] - Introducing 2D games
Game Development Course - Urdu/Hindi -[Sec 11 Lecture 80] - Closing remarks
Просмотров 126Год назад
Game Development Course - Urdu/Hindi -[Sec 11 Lecture 80] - Closing remarks
Game Development Course- Urdu/Hindi -[Sec 11 Lecture 79] - Building games and Running them on iPhone
Просмотров 124Год назад
Game Development Course- Urdu/Hindi -[Sec 11 Lecture 79] - Building games and Running them on iPhone

Комментарии

  • @surajchauhanshow7126
    @surajchauhanshow7126 2 месяца назад

    Hello I am from india . I watch all your video . please tech us how to create levels and screenshot which we interest before playing . I search all video on internet but I didn't able to learn

  • @surajchauhanshow7126
    @surajchauhanshow7126 2 месяца назад

    Hello I am from india . I watch all your video . please tech us how to create levels and screenshot which we interest before playing . I search all video on internet but I didn't able to learn

  • @rebeccaacheampong7239
    @rebeccaacheampong7239 2 месяца назад

    You helped me, thank you.

  • @dasuninduwara877
    @dasuninduwara877 3 месяца назад

    Nice tutorial

  • @MineVersegaming-y2w
    @MineVersegaming-y2w 4 месяца назад

    mota tera fps moja nahi mil raha

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

    mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota motamota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota motamota mota mota mota mota mota mota mota mota mota mota motamota mota mota mota mota mota mota mota mota mota mota mota motamotamota mota mota mota mota mota mota mota mota mota mota mota mota mota motamota mota mota mota mota mota mota mota motamota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota mota

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

    pls mota moJa image nahi mil rahi

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

    koi bata mota yrrrrrrrrrrr

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

    MOta moga image nahi mil rahi

  • @MDALAMIN-gr4mt
    @MDALAMIN-gr4mt 6 месяцев назад

    Very creative video

  • @GodofPvP9516
    @GodofPvP9516 7 месяцев назад

    bugi pan na kaha ha pat pari

  • @MineVersegaming-y2w
    @MineVersegaming-y2w 8 месяцев назад

    mota ki hall ha good job✖✖✖✖✖✖✖♀✖⏯🎦

  • @MineVersegaming-y2w
    @MineVersegaming-y2w 8 месяцев назад

    basi lasi kasi nasi masi

  • @MineVersegaming-y2w
    @MineVersegaming-y2w 8 месяцев назад

    basi wasi nasi lasi hasi pahsi rasi

  • @MineVersegaming-y2w
    @MineVersegaming-y2w 10 месяцев назад

    my animation is not working your course is not best

  • @zohaibjameel2470
    @zohaibjameel2470 11 месяцев назад

    mashallah it's very amazing and helpful for me thnxk sir

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    Replay Me Plzzzzzzzz

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    what is your country name: my country name is Pakistan 😎😎🚕🚕🚕🚕

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    1 more video add in course your pc specs 😊😊😊😊

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      Unity system requirements are given on their website here: docs.unity3d.com/Manual/system-requirements.html While it's just a guideline and your computer may still run Unity if it doesn't match these requirements. Best thing to do is to try and install unity and see for yourself it works fine.

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    you course is very best

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    I am a game developer I am 11 years old

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

    Which Computer is best for unity?

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      Unity system requirements are given on their website here: docs.unity3d.com/Manual/system-requirements.html While it's just a guideline and your computer may still run Unity if it doesn't match these requirements. Best thing to do is to try and install unity and see for yourself it works fine.

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

    hello

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

    continue sir u will suceed

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

    sir eska liya kon kon c language ani chahiye

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      If you know any one programming language it's fine. Unity needs C# scripts but they are similar to C/C++/Java etc so you are good.

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

    sir app toh great ho

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

    sir you should make videos in hindi videos are good but it will be easy to understand if videos are in hindi.

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

    SIR WHAT IS THE PC REQUIRMENTS FOR UNITY

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      Unity system requirements are given on their website here: docs.unity3d.com/Manual/system-requirements.html While it's just a guideline and your computer may still run Unity if it doesn't match these requirements. Best thing to do is to try and install unity and see for yourself it works fine.

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    asad

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

    sir who can make the game and from which age

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      Anybody can make games, I have students who started as early as 7 years old. You need to be confident, ready to learn new thins and you should be able to make games.

  • @motivationalvideo-kt2ni
    @motivationalvideo-kt2ni Год назад

    Nice sir

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

    Which programmes and softwares we need? Please send me the link!

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      You need to download Unity And it automatically downloads Visual Studio with it. You can follow this tutorial to download Unity and install it: ruclips.net/video/ZXmcnFd6iR8/видео.html

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

    BRO KNC CITY SY HO?

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

    at 2:06 you can make a functionality if you collide with a planet you can add a text and after a few seconds game starts again. This can be an easy implementation you can make which will polish the game more. By the way great video as always.

  • @MineVersegaming-y2w
    @MineVersegaming-y2w Год назад

    hello

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

    sir apnay bataya e nahik kis tarah add kia ha character ko

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

    Ben Zurain ur Turkiye

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

    sir unity ko download krny ka link dydyn kindly, mai jo kr rha download wo liscence mang rha hy

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      License is free , you just need to make an account on unity website. This is how you download and install Unity: ruclips.net/video/ZXmcnFd6iR8/видео.html

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

    this is cool for real!

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

    Great Tutorial !! How do we export it ?

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      You can export the game for Windows using this method: ruclips.net/video/z3SstJgTy4E/видео.html You can deploy it on Android like this: ruclips.net/video/PeMLVThX3aU/видео.html For iPhone use : ruclips.net/video/L752o771UX0/видео.html And for web version use this: ruclips.net/video/7-5H9f-TfbI/видео.html

  • @user-rp7pr6li7w
    @user-rp7pr6li7w Год назад

    sounds good

  • @user-rp7pr6li7w
    @user-rp7pr6li7w Год назад

    you are a really good teacher

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

    sir Make a Playlist on Unreal Engine 5. and this is the most useful Unity tutorial series.

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

    At last a Perfect Playlist. Thank You so much sir. ❤

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

    Sir. Again my question how we submit these assignments Please reply

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

    Thank you❤

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

    Soo far soo good but where to show my assignment Like do a dm it to you or like how .plz reply sir g

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

    Sir can you make a detailed video on 2d games

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      Sure, it's up here ruclips.net/video/c5yiEGIqwfw/видео.html

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

    sir i don't want to learn 3d game development but i want to learn 2d it is ok

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      Sure its perfectly fine. I do have lectures on 2d game development in this course as well.

    • @BasitAlisTrainings
      @BasitAlisTrainings 11 месяцев назад

      You can start here: ruclips.net/video/c5yiEGIqwfw/видео.html

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

    Full game development course here: ruclips.net/p/PL_sNHTasDRUH795JUNlF6ruwwn08Qg-nI