Venex Source
Venex Source
  • 34
  • 129 321
Resources Explained in 120 Seconds
Resources in Godot are a power feature for storing, saving, and sharing information across your game. In this video, you'll how Resource in Godot works in 120 Seconds.
#godot #tutorial #gamedev
📲 Follow us on
• Linkedln - www.linkedin.com/company/venex-source
💡 Related Tutorials
Suscribe for more exciting video's on @venex_source
• Make a Mobile Game in Godot: ua-cam.com/video/tO3kLfvN6s4/v-deo.html
• INVENTORY SYSTEM: ua-cam.com/video/rQkswXvVIGw/v-deo.html
Переглядів: 748

Відео

7 Optimization Tips to 10X your Game Performance
Переглядів 26 тис.5 місяців тому
Learn 7 Godot Optimization Tricks that will help you optimize your Godot game for better performance and gameplay. #godot #tips #gamedev Mentioned in this Video Cerbere Games: ua-cam.com/video/YYoLqAEpHmo/v-deo.htmlfeature=shared GDQuest: ua-cam.com/video/lfuGLaZ3khs/v-deo.htmlfeature=shared Blargis: ua-cam.com/video/oG-H-IfXUqI/v-deo.htmlfeature=shared 📲 Follow us on • Linkedln - www.linkedin....
INVENTORY SYSTEM in Godot
Переглядів 5 тис.6 місяців тому
In this video, you'll learn how to implement a drag-and-drop inventory where you can move items between slots and transfer them to a hotbar. This system is perfect for any Godot project and is designed to be reusable. 📁 DOWNLOAD PROJECT FILE: github.com/Venex-Source/Inventory-Sysytem-in-Godot 📲 Follow us on • Linkedln - www.linkedin.com/company/venex-source 💡 Related Tutorials Suscribe for more...
Signal Trick in Godot You (Probably) Didn't Know About
Переглядів 7167 місяців тому
In this tutorial, you'll learn how to connect a signal to a node in Godot without writing any code! Godot Documentation on Signals: docs.godotengine.org/en/stable/getting_started/step_by_step/signals.html TABLE OF CONTENT 0:00 Introduction 0:09 Changing a text 02:30 Changing a text and button state 05:07 Play an animation 📲 Follow us on • Linkedln - www.linkedin.com/company/venex-source/ 🤝 Cre...
Level Selection Menu in Godot
Переглядів 3,5 тис.7 місяців тому
Learn how to create an easy level selection menu in Godot with grid options and clickable level buttons. 📁 DOWNLOAD PROJECT FILE: github.com/venex-source/EASY-Scroll-Level-Selection-Menu-in-your-Godot-game 🕹 GUI ASSET: pzuh.itch.io/free-game-gui 📕 LEVEL SELECT MENU by KidsCanCode: kidscancode.org/godot_recipes/4.x/ui/level_select/index.html 💡 Related Tutorials Suscribe for more exciting video's...
Build Your First Mobile 2D Game using Godot 4
Переглядів 6 тис.7 місяців тому
Learn how to create a mobile 2D game using Godot with this step-by-step tutorial. - DOWNLOAD PROJECT FILE: github.com/JeffersonKadiri/godot-2D-adventure-platformer - GUI ASSET: pzuh.itch.io/free-game-gui - Export for Android: docs.godotengine.org/en/4.0/tutorials/export/exporting_for_android.html - OpenJDK 11: adoptium.net/temurin/releases/?variant=openjdk11 TABLE OF CONTENT 00:00:00 Introduct...
The BASICS of User Interface in Godot - Size and Anchors
Переглядів 62410 місяців тому
Learn how to create a user interface in Godot with this beginner-friendly tutorial. Perfect for those new to game development and the Godot engine! 🔗 Links 🔗 GDScript Reference: docs.godotengine.org/en/stable/tutorials/ui/index.html Multiple Resolutions: docs.godotengine.org/en/stable/tutorials/rendering/multiple_resolutions.html TABLE OF CONTENT 00:00 Introduction Size & Anchors 00:27 Main sc...
Making a Tiny Gardening game in Godot4 - Resources, TileMap, Inventory
Переглядів 11 тис.11 місяців тому
🔗 Links 🔗 Download projects file(GitHub): github.com/JeffersonKadiri/2D-Tiny-Gardening-Game/tree/master/2D Tiny Garden Game TABLE OF CONTENT 00:00:00 Project Preview 00:00:19 What you will learn 00:00:39 Download & Project Setup 00:00:52 Tilemap & Project overview 00:04:05 Setting Up the Project Character 00:06:54 Create the character 00:07:35 Animate the character 00:11:30 Script the characte...
All CollisionObjects in Godot Explained- Godot Tutorial
Переглядів 1,2 тис.Рік тому
In this video, you'll learn Godot's four collision object types to provide both collision detection and response. What's covered 00:00 Godot's four collision object types 00:56 Introduction to the Area node 02:04 The collision layers and masks property 03:21 The Area monitoring and monitorable property 06:21 Using the Area override property 08:16 Introduction to the CharacterBody 09:12 Charact...
AUTOLOADS in Godot - Everything you need to know
Переглядів 1,1 тис.Рік тому
With singletons/autoloads, we can store persistent information across different scenes. What's covered 00:00 What are Autoloads? 00:26 Creating an autoload 02:12 Accessing a Singleton 04:19 Switching scenes with autoload 07:26 Music between scenes 08:10 More on Autoloads 📲 Follow us on • Linkedln - www.linkedin.com/company/venex-source/ 📕 Useful Links 📕 Godot reference on Singletons: docs.godo...
Godot 2D Platformer using Inheritance and Composition
Переглядів 17 тис.Рік тому
In this video, we'll create this awesome adventure platformer game with a controllable player, enemies to stomp on, coins, and much more. 🔗 Links 🔗 Download projects folder(GitHub): github.com/JeffersonKadiri/godot-2D-adventure-platformer TABLE OF CONTENT 00:00:00 Tutorial Preview and Overview 00:00:50 Setting up the godot project 00:01:11 Setting up the project settings Level Setup 00:03:39 H...
MOBILE JOYSTICK in Godot
Переглядів 11 тис.Рік тому
Learn how to implement a mobile joystick in your Godot game with this easy-to-follow tutorial. Enhance your game controls with this simple yet effective feature! 📲 Follow us on • Linkedln - www.linkedin.com/company/venex-source/ 🤝 Credits 🤝 Special thanks to the author for providing the content used in this video. Joystick asset by hannemann: hannemann.itch.io/virtual-joystick-pack-free
Godot Game Notifications: Kills, Chat, Achievements, and More! (feat. @rocket007 )
Переглядів 676Рік тому
Godot Game Notifications: Kills, Chat, Achievements, and More! (feat. @rocket007 )
PARALLAX EFFECT in Godot
Переглядів 2,4 тис.Рік тому
PARALLAX EFFECT in Godot
How to create a reusable drag and drop component- Godot Tutorial
Переглядів 3,9 тис.Рік тому
How to create a reusable drag and drop component- Godot Tutorial
How to Zoom In and Out in Godot
Переглядів 1,1 тис.Рік тому
How to Zoom In and Out in Godot
Tween Camera Position in Godot
Переглядів 1,4 тис.Рік тому
Tween Camera Position in Godot
INPUT REMAPPING for Beginners - Godot Tutorial
Переглядів 960Рік тому
INPUT REMAPPING for Beginners - Godot Tutorial
INHERITANCE for Beginners
Переглядів 2,7 тис.Рік тому
INHERITANCE for Beginners
How to move object or character along a path in Godot
Переглядів 3,5 тис.Рік тому
How to move object or character along a path in Godot
4 Platformer Obstacles Your Game Needs - Godot Tutorial
Переглядів 1,3 тис.Рік тому
4 Platformer Obstacles Your Game Needs - Godot Tutorial
How to make Better Sounding Audio in Godot
Переглядів 2,1 тис.Рік тому
How to make Better Sounding Audio in Godot
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P5 HUD
Переглядів 513Рік тому
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P5 HUD
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P6 Finishing Up
Переглядів 729Рік тому
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P6 Finishing Up
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P4 Spawn Pipes
Переглядів 731Рік тому
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P4 Spawn Pipes
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P3 Pipes
Переглядів 986Рік тому
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P3 Pipes
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P2 Player
Переглядів 1,1 тис.Рік тому
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P2 Player
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P1 Floor
Переглядів 5 тис.Рік тому
Making Flappy Bird in Godot (COMPLETE Beginner Tutorial): P1 Floor
EASY Pong Game in Godot Tutorial(Beginner)
Переглядів 943Рік тому
EASY Pong Game in Godot Tutorial(Beginner)
Simple Countdown Timer in Godot
Переглядів 7 тис.Рік тому
Simple Countdown Timer in Godot

КОМЕНТАРІ

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

    Love the tips promoting other creators in the scene too, really healthy approach to quick tips 😄

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

    sorry for noob question but how do you group enemies so that they share the same shortest path function?

  • @scy6595
    @scy6595 12 днів тому

    why it says Invalid assignment of property or key 'level_num' with value of type 'int' on a base object of type 'Label'

  • @Teankim-q2l
    @Teankim-q2l 14 днів тому

    Just ise c++, duh

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

    baked lighting ⛔ baked lightning ✅

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

    Please how did you get to call create the backwards, forward action. Mine is not working😭

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

    Hey Venex source fellow Nigerian here✋🏽. Im having an error when i call the animated_sprite_2d.play("side") The error says it cannot call non static function "play" on the the class "Animated Sprite" it says inshould make this an instance What is the issue. Im new and it so frustrating🥲

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

    it's called refactoring not cleaning, but ok

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

    very nice, but i need to implement these on my own graphics engine :) for now i have static redering and dynamic rendering, it's to hard to implement everything a keep the project with a good struct, i applied the adapter pattern to my GUI, using a buffered image for static rendering, then for the dynamic camara rendering i am getting stuck ...

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

    is the black dude in yellow from tinto brass movie?

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

    Quick and effective, and I’ve learned new things ! Thanks dude

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

    Ive learned a lot of useful tips in this video, very helpful in creating my inventory system

  • @AltF-ln4yj
    @AltF-ln4yj 2 місяці тому

    I tried this and it does not work.

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

    Will i be able to export this game to iOS?

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

    thank you this was very helpful

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

    How can i prevent touch outside main circle ?

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

      You can calculate the distance: "var distance = event.position.distance_to(knob.global_position)" and don't start process: "if event.pressed and distance < max_distance: set_process(true)"

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

    Ppl talking ab your pronunciation but nobodys talking about how good his editing is-

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

      Exactly! Amazing chanel, and a lot of effort put into those video.

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

    Visibility notifier? Godot doesn’t have frustrum culling by default?

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

      It has, ignore this tip. You dont need it in 4.x anymore

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

    This needs more attention

  • @shadow7-x
    @shadow7-x 3 місяці тому

    My joystick is ready but player not moving reply 😢

  • @159w9w9YT
    @159w9w9YT 3 місяці тому

    Very nice, man! But the UI is squished though.

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

    Good work out there, soldier