LesusX
LesusX
  • Видео 34
  • Просмотров 19 012
CharacterBody Interaction with RigidBody in 1st & 3rd Person | Godot 4
#godot #godot4 #interaction #gamedev #3dgames
As I continue working on a prototype for my game, I needed to implement to my CharacterBody controller the ability to interact, somewhat realistically, with rigid bodies. To make this work I added a few functions in the controller and accomplished my goal without changing the logic behind my controller.
Since it was a relatively good and efficient method, at least for prototyping, I decided to share the code so that you can also make your CharacterBody3D interact with RigidBodies3D.
Code can be found on GitHub:
github.com/ LesusX/RUclips
(RUclips doesn't like links from small channels and had to split it the one above)
Socials:
Twitter / X: Lesu...
Просмотров: 282

Видео

Flexible Enemy/Object Spawner (3D/2D) | Godot 4
Просмотров 20121 день назад
#godot #spawners #godot4 #game Hello everyone! I am working on a game lately and needed to add a flexible general purpose spawner. I worked on a script and managed to make a relatively flexible spawner for 3D and 2D games. I think it would be useful script to have for fast prototyping so I decided to release the code and show how it works! Hope you find it useful as well! Spawner scripts (YT do...
Dynamic earth shader with day-night transition | Godot 4 shader
Просмотров 153Месяц назад
Dynamic earth shader with day-night transition | Godot 4 shader
First Person Building System - Godot 4 (prototype)
Просмотров 3052 месяца назад
First Person Building System - Godot 4 (prototype)
Improved water shader - Godot 4
Просмотров 2036 месяцев назад
Improved water shader - Godot 4
Godot 4 water shader | Sine & Gerstner waves
Просмотров 2136 месяцев назад
Godot 4 water shader | Sine & Gerstner waves
More testing of Godot 4! Inventory, crafting and movement! | Based on @godotneers tutorial
Просмотров 829 месяцев назад
More testing of Godot 4! Inventory, crafting and movement! | Based on @godotneers tutorial
Project Showcase | First person Controller with Godot 4 (Code Not Included)
Просмотров 849 месяцев назад
Project Showcase | First person Controller with Godot 4 (Code Not Included)
A game I made for Steven He (Dad's Adventures - Full Gameplay)
Просмотров 24Год назад
A game I made for Steven He (Dad's Adventures - Full Gameplay)
A Python game for the windows terminal | Mafia the terminal game!
Просмотров 129Год назад
A Python game for the windows terminal | Mafia the terminal game!
Dad's adventures trailer - A quick three day project
Просмотров 18Год назад
Dad's adventures trailer - A quick three day project
Rock Paper Scissors game with Pygame | RockPaperFight
Просмотров 1312 года назад
Rock Paper Scissors game with Pygame | RockPaperFight

Комментарии

  • @yigitinceliyor
    @yigitinceliyor 5 дней назад

    What's a debugger?

  • @HaftYT
    @HaftYT 5 дней назад

    Literally me 😂

  • @Hulkeq2
    @Hulkeq2 5 дней назад

    AVR disease...

  • @neverix_3600
    @neverix_3600 5 дней назад

    theme name?

    • @LesusX
      @LesusX 5 дней назад

      The Police - Every Breath You Take

    • @heckermangt
      @heckermangt 5 дней назад

      @@LesusX theme name not music name

  • @9rh9
    @9rh9 5 дней назад

    As long as you know how to use it when necessary.

  • @umood-soundscapes
    @umood-soundscapes 7 дней назад

    I use console logs lol 😊

  • @eltablerodejuego7508
    @eltablerodejuego7508 7 дней назад

    Song name?

    • @LesusX
      @LesusX 7 дней назад

      Vesti la Giubba. This specific version is by Silvano Santagata

    • @eltablerodejuego7508
      @eltablerodejuego7508 7 дней назад

      @LesusX thank you ❤️

  • @MRinsanebigbrain
    @MRinsanebigbrain 7 дней назад

    Real

  • @misadate8688
    @misadate8688 9 дней назад

    damn, very cool

    • @LesusX
      @LesusX 8 дней назад

      Thank you!

  • @FORO1705
    @FORO1705 10 дней назад

    The lyrics are: “Laugh, you clown” Fits this perfectly

  • @gamedude5092
    @gamedude5092 11 дней назад

    Bro, what the heck, doesn't ai help you? Like, I don't know how to code, but I've heard ai is pretty good at solving coding bugs.

    • @LesusX
      @LesusX 10 дней назад

      For simple, short code yes. For complex code that is connected with different things it cant do anything

    • @zahedhale5722
      @zahedhale5722 10 дней назад

      And she is absolutely garbage in a lot of programming languages (like C# for example (wich is used in unity most of the time))

  • @its_gabereal
    @its_gabereal 14 дней назад

    This is amazing! Nice work!

    • @LesusX
      @LesusX 14 дней назад

      Thank you!

  • @yusarimahubara
    @yusarimahubara Месяц назад

    Where can we get this shader?

    • @LesusX
      @LesusX 8 дней назад

      Originally my plan was to finish it within a couple of months but kept adding feature in and now the entire thing is a mess. I will try to take out some unfinished features and clean the code. So probably in a few weeks the code will be on my GitHub.

  • @voc007
    @voc007 Месяц назад

    nice, interested in the code, great job !

    • @LesusX
      @LesusX Месяц назад

      Thanks! I will publish the code and make an announcement here when I am done with the system.

    • @voc007
      @voc007 Месяц назад

      @@LesusX that would be great, thankx

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

    That's really good

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

      Thank you!

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

    Fantastic work!

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

      Thanks!

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

    Teach us your ways!

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

      If people are interested I can clean the code when I am done with it and make a tutorial for a building system in Godot. Maybe even open source it if enough people want the original project.

    • @waffleawt-production
      @waffleawt-production Месяц назад

      @@LesusX amazing idea

  • @tangtiger834
    @tangtiger834 9 месяцев назад

    In this situation I will just keep the old bug

  • @maskoforosXD
    @maskoforosXD 9 месяцев назад

    At that point you just accept it and move on. Well played brain. Well played.

  • @IceLord-1997
    @IceLord-1997 9 месяцев назад

    1st time listening: Huh...catchy song 100th time listening: *Smiles* Funny monkey

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

    Hey this does look good! Well done! I checked your code and it seems ok to me considering the fact that this was one of your early projects. Keep it up!