Chance. E
Chance. E
  • 27
  • 43 638
How to Make a Zelda Like Camera System with Godot 4.3 in 4 Minutes | Room Transition
Just a little tutorial after 2 years for all you.
Video that inspired this one:
ua-cam.com/video/knZf_zfPs7o/v-deo.html
Переглядів: 304

Відео

How To Export From Godot To Wallpaper Engine In 3 Minutes
Переглядів 1,1 тис.2 роки тому
Just a little tutorial on how to export from Godot to wallpaper engine. link to wallpaper: steamcommunity.com/sharedfiles/filedetails/?id=2870175444
How To Make Your Platformer Feel Juicy In Godot In 8 Minutes
Переглядів 3,2 тис.2 роки тому
Just a short video on how to make your simple Godot platformer feel more juicy. GitHub link: github.com/RaddCoder76/How-To-Make-Your-Platformer-Feel-Juicy-In-Godot
How To Set Up A Oculus Quest In Godot In 6 Minutes
Переглядів 5 тис.2 роки тому
Just a little video on godot and oculus quest Links: Android Studio: developer.android.com/studio OpenJDK 11: adoptium.net/?variant=openjdk11 debug key link: keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12
Godot Shatter Effect Tutorial
Переглядів 2,1 тис.3 роки тому
Just a little shatter tutorial for Godot
Glow And Knock Back Effect in Godot In 4 Minutes
Переглядів 1,8 тис.3 роки тому
Just a little one here
Portal System In Godot In 10 Minutes
Переглядів 1,6 тис.3 роки тому
just a little portal tutorial for Godot that carrys momentum.
Haha Portal Go Brrrrrrrrrr!
Переглядів 2133 роки тому
Just a little teleporter
How To Make A 2D SoftBody In Godot In 20 Minutes
Переглядів 8 тис.3 роки тому
Just A Little Tutorial For Godot Link To Project File: github.com/RaddCoder76/Godot-SoftBody
Godot Softbody In 2D
Переглядів 2,2 тис.3 роки тому
Just a little squishy boi in Godot.
Final Sand Simulation Video?! (For Now)
Переглядів 3153 роки тому
Just the last video about my little sand simulation... for now.
Sand Simulator + Level Editor In Godot
Переглядів 6053 роки тому
Just a little video about how I combined two of my previous projects.
Godot Sand Simulation Explained
Переглядів 6 тис.3 роки тому
Just me explaining my sand simulation project
Godot Sand Simulation
Переглядів 3,9 тис.3 роки тому
Just a sneak peek of a sand simulation game I'm working on.
Exporting Tilesetter Into Godot In 2 Minutes
Переглядів 1,1 тис.3 роки тому
Exporting Tilesetter Into Godot In 2 Minutes
breakout Pong #Shorts
Переглядів 803 роки тому
breakout Pong #Shorts
Start of multiplayer FPS
Переглядів 1963 роки тому
Start of multiplayer FPS
Simple Level Editor In Godot In 2 Minutes
Переглядів 3 тис.3 роки тому
Simple Level Editor In Godot In 2 Minutes
Making Of A Crappy Clicker Game (24 hour challenge)
Переглядів 2434 роки тому
Making Of A Crappy Clicker Game (24 hour challenge)
Dashy Boi, Controls and Movement |Devlog 1|
Переглядів 984 роки тому
Dashy Boi, Controls and Movement |Devlog 1|
Dashing Boi | Devlog 0
Переглядів 754 роки тому
Dashing Boi | Devlog 0
Godot (c#) Wait Method
Переглядів 1,5 тис.4 роки тому
Godot (c#) Wait Method
Bloake Game game log 01
Переглядів 174 роки тому
Bloake Game game log 01
Bloack Game 04
Переглядів 124 роки тому
Bloack Game 04
Bloack Game 02
Переглядів 84 роки тому
Bloack Game 02
Bloack Game 03
Переглядів 134 роки тому
Bloack Game 03

КОМЕНТАРІ

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

    Maybe I did this wrong, but I am having an issue where the camera and viewport are now linked. So I cannot have UI elements on the left and right of the screen because the player will walk behind them a bit before they can hit the camera box.

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

    Amazing, would love to know how you build it

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

      Used a tile map. It is not the most effective way to do it.

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

    Cute thumbnail

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

    Very elegant!

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

    Awesome job bro

  • @JoelShmutt-ym7dd
    @JoelShmutt-ym7dd 3 місяці тому

    Keep it up, great video!

  • @7hroomy
    @7hroomy 3 місяці тому

    Nice!

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

    thank you very mush

  • @vseodbornik
    @vseodbornik 8 місяців тому

    Thanks mate

  • @vseodbornik
    @vseodbornik 8 місяців тому

    async void Wait() { GD.Print("before"); await ToSignal(GetTree().CreateTimer(3f), "timeout"); GD.Print("after"); }

  • @CesorSalad
    @CesorSalad 8 місяців тому

    Short and simple. Thanks very much.

  • @BrianSantosF
    @BrianSantosF 9 місяців тому

    [SOLUTION to use this in GODOT 4 (edit)]: Grab the Godot 4.3 beta and disable threads in the HTML export. It will then work like in the video with no errors My project says "Error - The following features required to run Godot projects are missing: Cross Origin Isolation - Check web server configuration (send correct headers) SharedArrayBuffer - Same thing" Maybe it doesn't work for Godot 4? Imma go try to figure out wth is this

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

      Can confirm, with 4.3, threads disabled

  • @willd2609
    @willd2609 10 місяців тому

    this is so cool! I am also doing sand physics in godot, and I have found that the mesh way of doing it has really bad performance.... Would it be possible to get a copy of your code for the C version? <3

  • @felixnichol9203
    @felixnichol9203 11 місяців тому

    Theres gotta be another way than downloading 50 things

  • @adrinuk_gamedev
    @adrinuk_gamedev 11 місяців тому

    You're saving my life, man. I was trying with the addon, but i want to make an effect that is really customizable and this helps me a lot to understand everything.

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

    What's the point of the bone 0 at the center? I don't understand what it's doing.

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

    Thanks, very useful! Just made a background that didn't really work with the HTML export, probably because it used shaders and Light2Ds. So, I tried exporting to Windows Desktop, and luckily that worked.

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

    Wow, exactly what I was searching for! Thanks bro I think working with this will be really much fun :)

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

      Welcome! Out of curiosity. What are you planning on making into a wallpaper?

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

      @@chance_E I still don't really know because I just got the idea, but maybe a small minigame or just an interactive background with an rpg like map

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

      @@ovehroSounds cool! 😎

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

    open J... OPEN JDAY.... THIS THING RIGHT HERE This is only a joke , thanks for the help

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

    I'm able to install all the SDK Tools except for one, the "Android Emulator Hypervisor Driver(installer)" It gives me an error everytime I try to install it. Are there alternatives?

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

    I'm using virtual desktop to playtest, but when I run it and put on my headset, it doesn't open it in VR? Edit: SteamVR is crashing with an error code 309. It looks like it's SteamVR that's messing up. I'll try fixing this, and I'll edit the comment again afterwards.

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

      Sorry for those problems! Good luck with them. Keep me up to date!

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

    man this is a level generator not a level editor

    • @plokijhugf
      @plokijhugf 9 місяців тому

      definitely a level editor.

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

    the script just doesnt work for me for some reason, ive followed everything as best as i could so i have no idea whats wrong. aside from that great tutorial, easy to follow and overall just good

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

      Hmm. That is a problem. Would love to help but I loss the original files and it's been so long since I made it. Good luck!

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

      @@chance_E ill try and mess around with the script and see what i can do so hopefully that works

  • @6toadgames486
    @6toadgames486 2 роки тому

    Thanks for the tutorial! Have you considered combining the spring joints with groove joints? Groove joints will constrain the axis of movement between two bodies and keep the springs from jumping out of place. If you place them right, this should help with the structural cohesion of your ball.

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

      Never thought of that! Should try it out sometime.

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

    xd original

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

    hey i have a problem when i try to copy the debug key it will say 'keytool is not recognized

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

      ua-cam.com/video/Jtx4kWDtooo/v-deo.html Here's a video I recommend on getting android support. Sorry, I can't help more rn. On vacation. Good luck!

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

    Oh god, the ending was perfect. You explained the likely reason this happened and then just... didn't care. Hilarious. In either case - thank you, this convinced me to get Tilesetter!

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

      Welcome my man! Love to help. Ps: super embarrassed about this old tutorial.

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

    this is jank as and i love it. thanks

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

      Welcome! Jank is always the best.

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

    This is great, I've been looking for something like this! A lot of platformer controller tutorials might go over these things spread out over the course of like 5 parts 20 minutes each. Having these things just applied to the most bare bones controller one after the other cuts out all the fat and means they can easily be applied to any controller. Thanks, also, for explaining how everything works as you go, I've seen a frustrating amount of tutorials that just say "you need this, but dont worry about what it means." Thank you, this helped a ton!

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

      Welcome, Love to help!

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

    thank you legend

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

    Damn...never thought 😯 great tutorial man

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

    nice tutorial

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

      Thx! Any other ideas you would want to see?

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

      @@chance_E if you can saving custom level to tscn file like level editor in game

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

      @@ArabGameDev oh, that's a good idea. Would you like to see it in the wallpaper or a tutorial?

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

      @@chance_E in tutorial

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

      @@ArabGameDev okay, ill make that one after I release the video I'm working on now. For clarification, you want it where you can save and load the current state of the scene?

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

    👍👍👍 thanks you

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

      Welcome. Have any problems understanding the tutorial? If so, what do you think I could improve on?

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

    Very well explained and you shown the example in the beginning, so many people don't and you have to skip to the end to see what you're gonna make. Can't wait for more vids mate.

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

      Thx! Good to know you liked it.

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

    Good stuff brother!

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

    Worked once. Let me ask a stupid question. Can I update the original file then, or do I have to get a new keystore and add everything to a new exported project?

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

      I think you can use the same keystone.

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

      @@chance_E Cool. So, what is it, do I have to rename the project? Cuz it's not opening again.

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

      Never had this problem. I would try opening it from file explorer.

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

      or rescan the file with the project manager

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

      @@chance_E I think I got it. I managed to add an updated version with cube hands! Now, how to grab and move, and such? I would love a tut on that!

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

    cool :)

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

    This is lit af

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

    Straight to the point. Love it. Thank you sir.

  • @5minutemovies977
    @5minutemovies977 2 роки тому

    If you wanna make it faster performance-wise, you'll have to write it in C++

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

    sound is too low though

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

      Yeah, that was my bad. I'll have better sound quality for the next video.

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

    Thats really cool!

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

    I'm more interested in the ghost player left behind after you press jump tbh. Good vid

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

    Dude! You only ever make tutorials. try making an actual game. (or you cant do that?)

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

    Love the names you have for both of them! Cool effect to also leave a shadow behind to showcase the mechanics.

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

      Thx! Love your videos too.

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

    Very helpful! I need to work on game juice in my games!

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

    Cool! haha.

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

    I have been trying to get this to work for days and finally with a bit of tinkering your tutorial finally got me up and running! Note for people trying this: try installing the mobile vr plugin instead of the desktop one he selects in the video. Then choose a default scene from that library. This is what helped me. Also make sure you have java installed on your computer (I didn't and it cost me hours of troubleshooting).

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

      Thx for the comment! Sorry you had to go through all that trouble shooting.

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

    pretty informative...loved how you made a explained stuff line-by-line....we need more tutorials like these!

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

      Thank you very much, I have much more to come. Next video is going to be a devlog I think. Also got a better mic.

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

    Not a fan of this hype word called juicy. There are talks you can watch online about it, and a steam program to juice up your animations, but can we just go back to calling it polish? You don't want to do all this work before the game is done or you'll never finish your project. I definitely suffer from too much juicing and not finishing anything :|

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

      Yeah, that makes sense. I just used juicy because it sounds nice in the title. thanks for the feed back.