Turning my Lucid Dream Into a Video Game

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ค. 2022
  • Hello everyone, I am happy to announce my return. I appreciate all the support I've received for the past three months, it's actually crazy. I hope you all enjoyed this video.
    #programming #gamedev #unity3d
    💻 Instagram: / im.ardens
    💻 Discord: / discord
    💻 GitHub: github.com/myNameIsArdens
  • บันเทิง

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

  • @nomadpeopleallowed4491
    @nomadpeopleallowed4491 ปีที่แล้ว +50

    This takes “I made my dream game!” to another level.

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

    Love the editing style and humour, the game is starting to com together nicely aswell!

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

    "by the way you just thought of minecraft this time", ...... I have nothing to say, THIS GUY CAN READ FUCKIN MINDS.

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

    imagine having a grappling gun in your off-hand with this... O_o

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

      grappling gun? Hm? 🤔 Interesting

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

      Yea thats a cool idea

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

      @@Ardens. if you use rigidbody mechanics in your game you can make a pretty realistic but simple jumps system, however, here's the neat part:
      if you have a simple jump script for a rigidbody component, you can use a boolean in order to implement a DOUBLE jump system, which i think is PERFECT for such idea, combined with wallrunning and grappling this could be a very neat combo.
      This is a sample script I made just for a simple idea of how it would mainly look:
      bool canDoubleJump;
      public float jumpForce = 550f;
      float x, y;
      bool jumping;
      private bool readyToJump = true;
      private float jumpCooldown = 0.25f;
      private Rigidbody rb;
      private void Jump()
      {
      if ((grounded) && readyToJump)
      {
      MonoBehaviour.print("jumping");
      Vector3 velocity = rb.velocity;
      readyToJump = false;
      rb.AddForce(Vector2.up * jumpForce * 1.5f);
      rb.AddForce(normalVector * jumpForce * 0.5f);
      if (rb.velocity.y < 0.5f)
      {
      rb.velocity = new Vector3(velocity.x, 0f, velocity.z);
      }
      else if (rb.velocity.y > 0f)
      {
      rb.velocity = new Vector3(velocity.x, velocity.y / 2f, velocity.z);
      }
      Invoke("ResetJump", jumpCooldown);
      canDoubleJump = true;
      }
      else if(canDoubleJump)
      {
      MonoBehaviour.print("double jumping");
      Vector3 velocity = rb.velocity;
      readyToJump = false;
      rb.AddForce(Vector2.up * jumpForce * 1.5f);
      rb.AddForce(normalVector * jumpForce * 0.5f);
      if (rb.velocity.y < 0.5f)
      {
      rb.velocity = new Vector3(velocity.x, 0f, velocity.z);
      }
      else if (rb.velocity.y > 0f)
      {
      rb.velocity = new Vector3(velocity.x, velocity.y / 2f, velocity.z);
      }
      Invoke("ResetJump", jumpCooldown);
      canDoubleJump = false;
      }
      }
      anyways, I think your idea is great, hope this game will come out well

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

      @@Ardens. DONT DO IT! YOU WILL BE HARASSED BY KARLSON KARENS

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

    0:10
    nah.., you are videos are just good man 😂
    keep it up!! 🔥

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

      will do :)

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

    I love your videos my friend and I am proud to be one of the first 200 people to watch this video, so you can feel my sincerity

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

      I do ..I appreciate you

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

    I’m glad you’re posting! Your content is great 🙌 Keep going 🙏

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

    Hey man, love to see you uploading again! I think your game has lots of potential so keep it up. The mechanics are pretty fun but I can't stop myself form thinking how cool would it be to have some sort of grapple hook. Added to the burst it cold give so much depth to the movement! It's just a suggestion haha so please go on. Take care and cya soon

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

      I love the suggestions; you're the second person I've seen to say that. And thank you.

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

    Hey man, its great to see you back and your videos are really entertaining! Waiting for the next video!

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

    Definitely watching 20 more times. KEEP GOING!!

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

    Ay ardens i like your videos i think u have potential. Pls keep going!

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

    bruh, you jump on the deep end being aggressive to your viewers... love it!! 🤣
    Really cool video! love the memes, really nice editing and it was hilarious and entertaining!! proud of you dude! Keep it up!

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

      brooo I'm happy to see that you're still with us 😂 I'm glad and thank you, I will

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

    finally you are back, i love your videos

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

    I love your content so much specially your videos style... like you combine animation (Three images only but still counts) and Good totally original content which you really DID NOT steal from anyone else (hint: Anyone who use unity) But for real I will rate your videos 11/10

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

      much thanks, I'll try my best to keep your interest

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

    What a cool video idea and very good execution!!

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

      Thank you very much!!

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

      @@Ardens. I never really got into unity. It was way to difficult for me.

  • @digital-warrior9188
    @digital-warrior9188 2 ปีที่แล้ว +1

    your videos are motivation for me

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

      That awsome to know, keep it up!

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

    9:40 oooooooooooh! If you could bounce off of those cubes 😍
    Imagine, prospering those boxes and using them as small platforms that you can't stand on, but only pounce off them

    • @Ardens.
      @Ardens.  ปีที่แล้ว

      that's actually a really cool concept and idea 💡

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

    Your videos are fire keep it up!!!!

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

      Thanks! Will do!!!

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

    The quaternion bit had me laughing.
    We've all been there at one point of time questioning what the fvck that is

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

    Ayyy More -threats- Videos, I will be watching your videos with great interest

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

    Those sound effects, were perfect..🤣🤣

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

    40k eyes now lol

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

      Yh I noticed lol I didn't want to redo the recording

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

    3:41 this make me laugh so loud , i like your humor

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

    Welcome back bro :)

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

    idek how I got here but now I'm intrigued

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

    Bro i love your videos ♥️♥️

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

      I'm glad you do :)

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

    I'm going to rewatch all your video 😂😂

  • @Miku-yu5iu
    @Miku-yu5iu 9 หลายเดือนก่อน

    lol your videos are great , thanks for making this

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

    7:57 i can't believe you actully added it to the game😂🤣

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

    ok i’m downloading your game into my brain and imma play tonight hope this work.. gn i subscribed
    i downloaded your lucid dream haha lol
    because i don’t have computer..

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

    thanks for uploading video (lol)
    also one thing that you do good is you show all code. means no one can copy your game but the problem is occurring when programming you solve it by see your code.
    and ya when project complete you can upgrade by doing open source ( Waring : don't do open source at this point because .....)
    also this all was suggesting for help to you
    bye and ya thanks for give funny and informative video.
    where you live ? - what is your age ?

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

      Thanks for the tip! And I live in the US - 19yrs old

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

    I feel like the platforms being tilted while standing on it would feel really natural as you're in a void with low gravity

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

    bro ure containts are so pro that i thought u have millions of sub bro u cool keep hard working

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

      you're too kind :) thank you I will

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

    I just started game development a few days ago and i just saw ur channel and i really hope it grows even more cuz u really deserve it!

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

      I appreciate that 🙌 Thank you.. wish you the best on your learning journey

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

      @@Ardens. thx

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

    just for you I subscribe to this fucking channel with its good content and anecdotes that I like, in a few words "I like your videos"

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

      that makes me happy :)

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

    This game sounds pretty good I'm pretty excited

  • @dragonidiumyt
    @dragonidiumyt 10 หลายเดือนก่อน +1

    you are so underrated

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

    I'm french and i love it !!!

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

    welcome back :)

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

      happy to be :)

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

    that sweaty timelapse is golden

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

    Just a heads up: start working on multiplier now, because later it will be too late and you will have to rewrite every system and script in your game
    or just give up

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

      😮‍💨 I know.. I will... thank you

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

    NEW VID. Finally

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

    this video funny af keep it up

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

      I'm glad you thought so, I will

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

    really cool idea

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

    Good work

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

    that a good game its perfect if you can do 3d modeling,physics,etc it is beatifull

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

    Love this

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

    Woooo let's goooo

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

    yoooo he’s back

  • @luffy-san-gaming69
    @luffy-san-gaming69 2 ปีที่แล้ว

    I still don't understand how the 12 minute video feel like a TH-cam short
    good job buddy

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

      Thank you

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

    I like it so much!!

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

      thanks!!

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

    The sound of firing made me cry🤣🤣🤣🤣

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

    3:40
    as someone who has also tried using a game engine and having to deal with quaternions, I, too, can relate to the pain of not knowing what the fuck a quaternion is.

    • @sonialucy1
      @sonialucy1 10 หลายเดือนก่อน

      3b1b has a video on it...

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

    3:09-3:48 best scene

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

    Your videos are funny :)

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

    Love it

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

    Nice

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

    0:10 I am subscribed, but you will never find me. YOUR NOT PUTTING ME IN THAT CAGE OF HOSTAGES.

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

    Imagine if there was a drug that would keep you alive but make you dream lucid forever.

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

    Imagine spinbot on this piece of spoon

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

    Yup first

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

    0:38 as a guy with only one eye, I... didn't see that coming 😅

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

      Ohhhh no 😭 hopefully I didn't offend you.. it's all in good fun 😅

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

      Haha no didn't feel offended 😅 had a good laugh

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

      You didnt see it coming... Literally

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

    For the algorithm

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

    2:10 XD

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

    wanna collab probabbly no but maybe... no? okay but maybe?... no? idc... wait what was that?... no? okay...

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

    Ur back...

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

    Better than cyberpunk tbh

  • @shreder95ua
    @shreder95ua 10 หลายเดือนก่อน

    bro just made riochet from 2000 but in unity💀

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

    i am the 37th commenter. FEELING PROUD

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

    sonic wave

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

    I think u need to use rotor

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

    Minecraft Spleef is 10 years ahead of you lol

    • @Ardens.
      @Ardens.  ปีที่แล้ว

      Never heard of it lol..I just checked & I think there's more differences than similarities. It's a big world .. I'm trying my best to be original

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

      @@Ardens. LOL yeah the original idea is kinda different but ppl have been makin all sorts of variations over the years, coming rlly close. xD But no problem at all, I like the game and ur videos are great!

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

    lol

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

    i think this game needs no recoil,cuz all recoil goes in ur body,launcing u in opposite direction u shooting,only for game feel better just do animation where gun goes back and all.

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

    It would not end well if I made a game from my lucid dream 💀💀

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

    bro me cant capture the universe rn me sad

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

    Oink oink

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

    glhf with multiplayer

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

    braulala 3d lol

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

    Fu**
    I gona die
    It's my second video! 😬

    • @Ardens.
      @Ardens.  ปีที่แล้ว

      You got 30 sec 🔫

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

    karlsons idia

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

    660 views

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

    I love the forged in fire show reference

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

    My brother its a 3d modeler, he can help you

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

    third

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

    No

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

    Wait its all clickbate :( I really hopped it was a dream turning on a game

    • @Ardens.
      @Ardens.  ปีที่แล้ว

      No, it is based on a dream I had

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

    Why nerd face

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

    UGH! Everything is so....redundant🤢

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

      you're.. annoying 😂

  • @hanhdunglai2113
    @hanhdunglai2113 10 หลายเดือนก่อน

    Nice