GameDevForLife
GameDevForLife
  • 29
  • 13 373
TIMER / COUNTDOWN UNITY TUTORIAL + (Bonus a circular Timer)
The process of game developpement need a lot of fundamental component and one of them is the timer component so i made in this the basics to make your own in your games so what will you learn in this video :
- Countdown timer
- Circular timer
-Laps Timer
#unitytutorial #unity
Subscribe - Like - Comment
Переглядів: 25

Відео

3D Text UI object With Animation - Unity Hyper Casual Tutorial
Переглядів 3016 годин тому
In This Video You will learn how to interact with an object : - Use 3D object TextMeshPro in the World Scene - Animate TextMeshPro With DOTWeen - Good Practice Technique when using with C# #unity3d #unitytutorial #hypercasualgames Like - Subscribe - Comment
How To Implement IAP in Unity (App Store With Testing) - Unity IAP tutorial
Переглядів 300Місяць тому
You will Learn how to implement the Unity In App-Purchasing package for Your iOS game app with unity where you will see the code the scene setup and testing with real device Subscribe - Like - Comment Hollow Circle (App Store Link): apps.apple.com/ma/app/hollow-circle-2/id6738873065
How To Fix The Missing Reference Exception Error - Unity Tutorial Solution
Переглядів 902 місяці тому
The Missing Reference Exception is a well known problem when you want data to be persisted across scene so if you have the same problem like me there is the solution and you can understand the methodology of the solution to use it for your own case scenario
How to Add Audio in your game - Unity Tutorial 2D
Переглядів 1032 місяці тому
In this tutorial, we'll show you how to add background music and sound effects (SFX) to your Unity game . You'll learn how to create customizable volume sliders for music and SFX that players can adjust in real-time. We’ll walk through step-by-step how to: Set up the Unity Audio Mixer to control different sound sources. Integrate music and sound effects into your game. Create and connect UI sli...
3D Movement : Old vs New System - Unity Tutorial (Mouse, Keyboard & Touch Integration)
Переглядів 2082 місяці тому
in this Unity tutorial we are in second and last part of series of new/ old input system where are gonna talk about touch screen with joystick what you will learn : - Set up a manual JoyStick - Code Movement with the new input system - 3D top down movement in Mobile device Subscribe - Like - Comment
3D Movement : Old vs New System - Unity Tutorial (Mouse, Keyboard & Touch Integration)
Переглядів 1,7 тис.3 місяці тому
In this Unity Two part tutorial, we’ll dive deep into implementing 3D movement using both the New and Old Input Systems, tailored for mouse, keyboard, and touch controls. Whether you're new to Unity or looking to update your skills, this video covers everything you need to know about setting up smooth character movement. We’ll compare the advantages and limitations of each input system, show yo...
Fix Unity 3D Character Falling Through Ground
Переглядів 4763 місяці тому
For Every unity developer specifically 3D that use animation and model have at least one time faced the problem of falling character in ground So Today i show you the problem i faced and it's solution #unity3d #unitytutorial #animationgame Hollow Circle App Store Link: apps.apple.com/ma/app/hollow-circle/id6538732878
Mobile Game Testing Made EASY - Unity Remote 5 Tutorial
Переглядів 2013 місяці тому
I will show you how i use unity remote 5 to test my games on the go I hope you test this method yourself and give back feedback
2D Player Movement in Unity
Переглядів 1293 місяці тому
In This Video You will understand the majority of 2D unity game input mechanics used in a lot of games #unity2d #unitytutorial What Unity 2D input there are in video : - Top Down Movement - Point Click Movement - Platformer Movement - Rotation Player movement With support of keyboard - mouse - touch screen - joystick I hope you enjoy the video , and to learn something that will help you in your...
How To Build & Publish Unity WEBGL Game online in CrazyGames - Unity Tutorial
Переглядів 1,1 тис.3 місяці тому
How To Build & Publish Unity WEBGL Game online in CrazyGames - Unity Tutorial
How to Make a Game in Unity | Easy Unity Tutorial ( PART-4 )
Переглядів 1323 місяці тому
How to Make a Game in Unity | Easy Unity Tutorial ( PART-4 )
How to download CrazyGames SDK steps by steps | Unity WebGL game tutorial
Переглядів 5833 місяці тому
How to download CrazyGames SDK steps by steps | Unity WebGL game tutorial
How to Make a Game in Unity | Easy Unity Tutorial ( PART-3 )
Переглядів 794 місяці тому
How to Make a Game in Unity | Easy Unity Tutorial ( PART-3 )
How to Make a Game in Unity | Easy Unity Tutorial ( PART-2 )
Переглядів 1084 місяці тому
How to Make a Game in Unity | Easy Unity Tutorial ( PART-2 )
How to Make a Game in Unity | Easy Unity Tutorial ( PART-1)
Переглядів 1414 місяці тому
How to Make a Game in Unity | Easy Unity Tutorial ( PART-1)
HyperCasual 2D Game - Hollow Circle Gameplay - Unity 2D game Engine
Переглядів 416 місяців тому
HyperCasual 2D Game - Hollow Circle Gameplay - Unity 2D game Engine

КОМЕНТАРІ

  • @SulemanMohyudin
    @SulemanMohyudin День тому

    Everything working fine on Unity Editor, But I am getting error in Xcode "IAP Initialize failed." Also, My In app products on App store are not yet approved they are in waiting for review status. How can I test the App when my ads on review. Should I wait or I Can test the App on phone via xcode and I am doing something wrong?

    • @GameDevForLife
      @GameDevForLife День тому

      for the IAP Initialize failed. error - first check your initialization code if something is not right - the status waiting for review is 80% the possible problem wait for 24 hours if still in the same status go to your in app purchase product in app store connect and make an edit like add some space in the name then save the edit and wait - if the two previous steps doesn't work then the problem could very hard to detct without a proper look in the game editor and scripts - for testing your in app purchase on your iphone make a developement build and test with sandbox account in your phone until now all the ideas in my head are written in the comment i hope you find the solution and stay tuned for my future videos

    • @SulemanMohyudin
      @SulemanMohyudin День тому

      @@GameDevForLife Thank you for your reply, Sure I have already subscribed and will watch your future videos. Looking forward for you to share only this script for us to read and understand.

  • @SulemanMohyudin
    @SulemanMohyudin День тому

    Good tutorial, Can you share this ShopSystem script with us?

    • @GameDevForLife
      @GameDevForLife День тому

      ok i will try push to github i will let you know when i will do it

    • @SulemanMohyudin
      @SulemanMohyudin День тому

      @@GameDevForLife Thank you, Looking forward to it.

  • @ti9502
    @ti9502 3 дні тому

    Hello, could you teach me how to publish a game on Poki?

    • @GameDevForLife
      @GameDevForLife 3 дні тому

      thanks for the comment i think i will make a video that i will publish one of my games in the poki web platform stay tuned it will not take more than one month

  • @v0calgiant12
    @v0calgiant12 10 днів тому

    Some (relatively) constrictive criticism: Since I'm already somewhat familiar with the idea this video is try to get across, I can kind of understand it. But the grammar definitely needs to be improved in order to get the idea across more clearly. If English isnt your first language, then that's fine, a simple solution to improving the grammar would be having a willing friend more familiar with the language proof read and help make modifications to the script if needed. Another thing would be having the voice, can't really tell if its text-to-speech or not, be a little faster than it was. Not only will this let you fit a bit more into the video, especially since you can go to 3 minutes now, but it would make it slightly easier to understand because with the current speed, it's a little too hard to follow along with what is being said. But the visuals were good, they really helped with slightly filling in the gaps of what was trying to be conveyed in the video. I do believe the visuals were the best part of the video, good job! 👍 But yeah, that's just some things I think would really be good information when making the next video. Just remember to not give up or let other people knock you down.

    • @GameDevForLife
      @GameDevForLife 10 днів тому

      i stopped using text-to-speech AI and changed to my own voice from the two last publsihed videos even if my english is not my native language but i start spelling the words slowly so even if the accent isn't good you native speaker or anyone who understand english will understand Thanks for your comment

  • @threaten6
    @threaten6 15 днів тому

    This explained nothing 🔥🔥

    • @GameDevForLife
      @GameDevForLife 15 днів тому

      You are right in term of info that is low but this short was made when youtube short must not be longer than one minute

  • @aqsasardar
    @aqsasardar 19 днів тому

    I am facing issue at uploading the build folder here. my build folder is somewhat around 800MB size, and when i upload it on crazy games they say its too much large. please tell me how to get rid of this problem as i don't want my game's graphics to get too compressed? how can i achieve such small compression in WebGL format thats acceptable by crazy games.

    • @GameDevForLife
      @GameDevForLife 19 днів тому

      Did you try using the webGL optimizer packages and in case if it didn’t help try reduce the polygon number of your 3D model or just create a new small scene more optimized just for the webGL game platform and look for your UI there are some optimization for UI side like turn off ray cast option of UI for no clicking UI like title and compression method on the build did you use brotli So this are all the idea on my head right now try them and give me your feedback if not I will look for you an another technique

    • @aqsasardar
      @aqsasardar 19 днів тому

      @@GameDevForLife Oooohh alright, i will try these method today. and will let u know if they didn't work. Thanks

  • @_society
    @_society Місяць тому

    did crazy games accept this game

    • @GameDevForLife
      @GameDevForLife Місяць тому

      No they say my art is not that good but I still published it in App Store with better art thanks for asking

  • @philipeneberg9295
    @philipeneberg9295 Місяць тому

    nah dident work his caping i got an virus

  • @YassineBelgroum
    @YassineBelgroum Місяць тому

    Thank you for making things easy for us

  • @ATearThroughReality
    @ATearThroughReality Місяць тому

    What the stroke

  • @DevinBidwell
    @DevinBidwell Місяць тому

    How about: NO in app purchases ;) Just make a game complete without the micro-transactions.

    • @GameDevForLife
      @GameDevForLife Місяць тому

      good idea i will think about it later but the game with in app purchases as monetization channel is like a game with no micro transactions the player can play without even visiting the shop tab but the ads is what make the experience a little bit tedious Good suggestion i will think later but right now making profit is one my goal

  • @hamzaelbouamri4518
    @hamzaelbouamri4518 Місяць тому

    Allée hindi

  • @mostafazahar
    @mostafazahar Місяць тому

    Very useful thank you!!

  • @ricreatorearn
    @ricreatorearn Місяць тому

    Please can you help me how did you close the banner? I tried the demo script but the banner is not destroy

    • @GameDevForLife
      @GameDevForLife Місяць тому

      for my case I just use SetActive(false) then refresh them again when i reload the scene or just when i want to show them again destroy is an easy way but dangerous but in your case i don't know why destroy didn't work did you pass a reference to another object or just destro doesn't call try SetActive(false) and let me know if it worked for you

    • @NjecolinaHranjec
      @NjecolinaHranjec Місяць тому

      @@GameDevForLife tnx!

  • @bymehmetyildiz
    @bymehmetyildiz Місяць тому

    In tutorial you said we need to delete CrazySDK and CrazyOptimizer. But you imported them. Did I miss something ? Should we import or not ?

    • @GameDevForLife
      @GameDevForLife Місяць тому

      Hello for your question when I imported the package I just deleted crazy optimizer and I kept the crazySDK because I didn’t see the danger and the documentation on the official crazy games website say so in the newest unity versions but because of editing the video and fast forward you see that I imported all of them just a visual problem just for you to know I imported all packages I just removed crazy optimizer because I work in a 2D game not a heavy 3D game that need to run smooth on browsers if you find problem in future just follow the documentation and delete the crazySDK folder folder or ask me I will look forward to help to resolve the issue and I hope you have a good day and sorry for this big response

    • @bymehmetyildiz
      @bymehmetyildiz Місяць тому

      @GameDevForLife Thank you for caring and explanation.

  • @mostafazahar
    @mostafazahar 2 місяці тому

    Very useful

  • @WaheedKhan-z2y
    @WaheedKhan-z2y 2 місяці тому

    , you 😊

  • @AwaisAli-u2m5t
    @AwaisAli-u2m5t 2 місяці тому

    😎😎😎

  • @youssefmouhyeddine2980
    @youssefmouhyeddine2980 2 місяці тому

    Genius! You're a true Hans Zimmer of game music!

  • @bymehmetyildiz
    @bymehmetyildiz 2 місяці тому

    Cool. Can you make a video ad script for Crazygames ? I know it has a documantation but seeing helps to understand better.

    • @GameDevForLife
      @GameDevForLife 2 місяці тому

      i will work on it in my futur video about my 3D hyper casual game

    • @bymehmetyildiz
      @bymehmetyildiz 2 місяці тому

      @GameDevForLife Great ! I hope that furure is not too far.

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

    • @GameDevForLife
      @GameDevForLife 2 місяці тому

      I am working on my 3D hyper-casual game, which I plan to publish it on CrazyGames in December. In my previous game tutorial, I covered banner and interstitial ad integration but not rewarded ads. But For you i will plan in my future uploads, to provide more detailed information about ads, including rewarded ads that i will use with my game Stay Tunned

  • @Curio_Byte
    @Curio_Byte 2 місяці тому

    "Hey! Could you make a super detailed video on uploading a 3D game in Crazy Games and setting up different crazy games ad SDKs (video, banner, interstitial, etc.)? please make it ,please make it , please make it , pleasse make it

  • @ArtisticallyGinger
    @ArtisticallyGinger 2 місяці тому

    Just a side note, as a long time developer in Unity. Don't scale you're UI, UI shouldn't be scaled unless for an effect. Instead press T and adjust the rect transform instead. Also try to utilise the rect transform anchors and position elements. It'll work out better in the long run :)

  • @aminekhlidi486
    @aminekhlidi486 2 місяці тому

    I just started unity new input system even if there is a lot in youtube this just show the old and the new input

  • @youssefmouhyeddine2980
    @youssefmouhyeddine2980 3 місяці тому

    Very interesting!

  • @Thenag_silly
    @Thenag_silly 3 місяці тому

    ...why is the audio only in my left ear?

  • @dnoldGames
    @dnoldGames 3 місяці тому

    Please for the love of god, talk into both my ears or dont at all

    • @GameDevForLife
      @GameDevForLife 3 місяці тому

      Thank you for your feedback. I'll work on improving the balance and quality of my AI voice-over

  • @qudratullahkhan4518
    @qudratullahkhan4518 3 місяці тому

    ❤️❤️

  • @yassinerobot8165
    @yassinerobot8165 3 місяці тому

    keep going step

  • @hamzaMoussali-dz5uu
    @hamzaMoussali-dz5uu 3 місяці тому

  • @mostafazahar
    @mostafazahar 3 місяці тому

    Best content creator good luck

  • @aminesfayra6074
    @aminesfayra6074 3 місяці тому

    🙏🙏

  • @mostafazahar
    @mostafazahar 3 місяці тому

    Good content🫱🏻‍🫲🏼🫱🏻‍🫲🏼

  • @mostafazahar
    @mostafazahar 3 місяці тому

    Keep going mate!

  • @mostafazahar
    @mostafazahar 4 місяці тому

    Very interesting keep going!

  • @aminesfayra6074
    @aminesfayra6074 4 місяці тому

    👏👏

  • @mostafazahar
    @mostafazahar 4 місяці тому

    Can't wait for Part 2 keep going!

  • @hamzaMoussali-dz5uu
    @hamzaMoussali-dz5uu 4 місяці тому

    I was waiting for ur first video

  • @faceless_trash
    @faceless_trash 4 місяці тому

    Pherb i know what we are going to do today *Pulls out a statue of Liberty

  • @youssefmouhyeddine2980
    @youssefmouhyeddine2980 4 місяці тому

    Interesting 🤔

  • @aminesfayra6074
    @aminesfayra6074 4 місяці тому

    And there's me who uses 8 GB RAM 🥲. Thanks for the information!

  • @mostafazahar
    @mostafazahar 4 місяці тому

    Very useful informations ! Keep going