Trending

#GodotTips

Latest posts tagged with #GodotTips on Bluesky

Latest Top
Trending

Posts tagged #GodotTips

Godot Tools: Automatic Audio RNG from Folders Plug-in
Godot Tools: Automatic Audio RNG from Folders Plug-in YouTube video by Grip Fast Gameworks

Our plug-in to AUTOMATE randomized (RNG) audio streams via folders for Godot v4.6.1 is out now on Itch, for the cost of a fancy coffee. #madewithgodot #godotengine #godottips #gamedev #tools #plugin #audio #sfx #indiegamedev #gdscript

youtu.be/pMnqN2stzOc

8 0 1 0
GitHub - cherttov/godot-dev-console: Godot in-game console asset. Godot in-game console asset. Contribute to cherttov/godot-dev-console development by creating an account on GitHub.

Bit grumpy I haven't thought of adding something like this sooner and worked with manual keyboard shortcuts buuut... better late than never!

It's super useful for spawning items, enemies, check save states, and whatever you can think of!

github.com/cherttov/god...

#gamedev #GodotTips #indiedev

9 1 0 0
Post image

In #Godot editor, you can create a new scene from previous copied nodes.

I've totally overlooked that feature until now !

#GodotTips

23 1 2 0
v1.1.0 Update - Yūgen's Terrain Authoring Toolkit
v1.1.0 Update - Yūgen's Terrain Authoring Toolkit YouTube video by Yūgen

Great Terrain Editor for 3D PixelArt and Stylized games. Yūgen did a great v1.0. Me and others are helping bring new feature and optimisations for versions 1.1 and 1.2.
This fits a big gap in Godot for these styles.
#godot #GodotEngine #GodotTips #Gamedev #Indiedev
youtu.be/eyuQTKcYsgM?...

20 4 1 0
Preview
From the godot community on Reddit Explore this post and more from the godot community

Today I learned a nice #GodotTips about flipping an entity in #Godot #GodotEngine

It's better to use rotation = PI and scale.y = -1 instead of scale.x = -1 in some cases
www.reddit.com/r/godot/comm...

6 0 1 0

The rule of thumb in Godot is that if you have to await a frame in _ready or any other callback, you are almost certainly doing something wrong. #GodotTips

10 0 2 0
Preview
Recursive File Browsing Given a directory, recursively browse the files and apply a processing

Small #GodotTips about generic recursive directory browsing. #Godot #GodotEngine

thegodotbarn.com/contribution...

10 4 1 0
Adding UV Shifting Eyes to a Procedural Pixel Art Tentacle in 6min.
Adding UV Shifting Eyes to a Procedural Pixel Art Tentacle in 6min. YouTube video by Smitner

Adding UV Shifting Eyes to a Procedural Pixel Art Tentacle in 6min!

www.youtube.com/watch?v=r_uw...

#Godot #GodotTips #GameDev #PixelArt

21 3 1 1

LIVE LIVE LIVE

Adding UV Shifting Eyes to a Procedural Pixel Art Tentacle in 6min.

video: www.youtube.com/@Smitner
MIT src: github.com/Smitner-Stud...

#GodotTips #Godot #GameDev #PixelArt

11 1 0 0
Godot TileMapLayer3D New Version (v0.4.0) - Many new features
Godot TileMapLayer3D New Version (v0.4.0) - Many new features YouTube video by DanTrz GameDev

New v0.4.0 is out! 🔹 BOX & PRISM Mesh Depth (3D tiles) 🔹 SpriteMesh Integration🔹 Backface Painting🔹 Better Chunk System and Performance🔹 Better UV mapping
#godot #GodotEngine #GodotTips #Gamedev #Indiedev
www.youtube.com/watch?v=IUJL...

7 1 0 0
Godot Character Customization Tutorial #8: Save & Load Character
Godot Character Customization Tutorial #8: Save & Load Character YouTube video by Richard Gameworks

Don't lose your progress! 💾🔒

Part 8 of the Godot Character Customization tutorial is LIVE!

Learn how to save and load character data using JSON file storage.

Watch here: youtu.be/rEc0Ibs3Kmk

#GodotEngine #GodotTips #GameDev #MadeWithGodot #BuildInPublic #SaveGame #LoadGame #Character

9 2 1 0
Godot Character Customization Tutorial #7: Player Movement
Godot Character Customization Tutorial #7: Player Movement YouTube video by Richard Gameworks

Time to get moving! 🏃‍♂️💨

Part 7 of the Godot Character Customization tutorial is LIVE!

Learn how to handle input vectors and sync animations to move your customized character around the scene.

Watch here: youtu.be/VPiFvyk50Vs

#GodotEngine #GodotTips #GameDev #MadeWithGodot #BuildInPublic

16 3 0 0
Video

Godot 4 C# devs!! I forked the official Godot-Tools to add:
- ✅ Drag & Drop nodes to create [Export] and references
- ✅ Live Scene Tree & Inspector debug in VS Code
- ✅ Auto-refresh while debugging

Link: github.com/DanTrz/godot...

#godot #GodotEngine #GodotTips #Gamedev #Indiedev #csharp

40 8 2 0
Godot Character Customization Tutorial #6: Add Name Label
Godot Character Customization Tutorial #6: Add Name Label YouTube video by Richard Gameworks

Give your character an identity! 🏷️✍️

Part 6 of the Godot Character Creator tutorial is LIVE!

We are adding a Name Label. Learn how to use a LineEdit to display a custom name above your character's head.

Watch here: youtu.be/uUF7ADI3Z-o

#GodotEngine #GodotTips #GameUI #MadeWithGodot #BuildInPublic

7 2 1 0
Godot 4 Character Creator Tutorial #5: Randomize Character
Godot 4 Character Creator Tutorial #5: Randomize Character YouTube video by Richard Gameworks

Feeling lucky? 🎲✨

Part 5 of the Godot Character Creator tutorial is LIVE!

We are adding a Randomize Button. Learn how to instantly select random options for every customization panel.

Watch here: youtu.be/yuW58Rm7enA

#GodotEngine #GodotTips #GameUI #MadeWithGodot #BuildInPublic

7 1 0 0
Preview
Resource with class_name template Resource with class_name template. GitHub Gist: instantly share code, notes, and snippets.

#GodotTips If you use Godot and create resources, you'll find you often want to add a class_name to them to make them easier to use. Here's a quick template to do that automatically for you, putting the name you give the .gd file for the resource as the class_name.
gist.github.com/WolfgangSenf...

8 0 1 0
TileMapLayer3D - Tutorial Auto tiling overview (Audio fixed)
TileMapLayer3D - Tutorial Auto tiling overview (Audio fixed) YouTube video by DanTrz GameDev

TileMapLayer3D Plugin now with Auto-tiling. Took some work, but stable now.
✅ Paint 3D levels from 2D tileset
✅ Area painting & erasing
✅ Auto-Tiling
✅ Full undo/redo
✅ Collision support
✅ Export your level or assets
#godot #GodotEngine #GodotTips #Gamedev #Indiedev
www.youtube.com/watch?v=Zmxg...

55 8 2 0
Godot 4 Character Creator Tutorial #4: Change Equipment
Godot 4 Character Creator Tutorial #4: Change Equipment YouTube video by Richard Game Works

Time to gear up! ⚔️🛡️

Part 4 of the Godot Character Creator tutorial is LIVE!

We are taking customization to the next level by building a system to swap Armor and Weapons dynamically during runtime.

Watch here: youtu.be/3VU6zlqstNA

#GodotEngine #GodotTips #GameUI #MadeWithGodot #BuildInPublic

6 1 0 0
Post image

If you want to monitor your #godot code quality when using gdscript, you can use gdradon which will give you a cyclomatic complexity indicator for each methods of your script
This tool is part of github.com/Scony/godot-...

#GodotTips #gamedev

18 2 0 0
TileMapLayer3D Plugin - Intro
TileMapLayer3D Plugin - Intro YouTube video by DanTrz GameDev

My Plugin TileMapLayer3D is available for free. This allows the use of 2D Tiles (or any Texture) to create 3D levels. This was made for my own 2.5D Pixel Art project, and it's heavily inspired by Crocotile workflow. #godot #GodotEngine #GodotTips #Gamedev #Indiedev
www.youtube.com/watch?v=Ogpy...

95 19 1 1
Video

Today I learned you can create your own BBCode markup to use with a RichTextLabel with #godot #GodotTips
I will create a dedicated [highlight] tag to avoid exporting this code into my po files:
[color={{Constants.DIALOG_HIGHLIGHT_COLOR}}]red flowers[/color]

docs.godotengine.org/en/latest/tu...

17 0 2 0
Post image

I'm using @trytalo.com in order to implement a leaderboard in #AlixRPG with Steam syncing
Documentation is well written, support via Discord is very fast, Godot addon is complete with multiple examples, prices are fair
What is it missing?
#GodotEngine #gdscript #indiegamedev #GodotTips #gamedev

17 4 0 0
Video

Godot quick tip. You can have custom icons for your nodes / global classes. Just add [GlobalClass, Icon("res://path.svg")] to your calss declaration.
For GDScript the syntax is @icon("res://path.svg") with class_name.

#GodotEngine #indiedev #gamedev #GodotTips

38 6 1 0
Preview
Monitor Layout UI Users can have multiple monitors. Here is a custom UI node to display their layout.

Have you wondered how to do a monitor layout / selection screen in #godot - look no further!
thegodotbarn.com/contribution...

#indiegamedev #godottips

15 3 1 0
Post image

Coming soon at @thegodotbarn.com , ultra-simple small terrain generation (based on FastNoise). Script + Shader. This example is a 128x128 terrain with a bicubic Bezier interpolation vertex shader to smooth. #GodotEngine #gdscript #glsl #indiegamedev #GodotTips

23 5 1 1
Post image Post image Post image

Hey #godottips, remember: if you have a texture with normal and specular maps for lighting and result is just dark gray even with a light, your light's height is probably too low for the maps' generated height. 🌠

6 1 1 0

Been working with the #GodotSteam addon for #GodotEngine and noticed that one of my very frequent tips regarding properly utilizing your project settings in Godot is particularly helpful. Here's a #GodotTips thread on how.

8 3 2 0
Video

Have you ever wonder how to draw textures in Godot?

I've just made a new tutorial on how to make your very own paint system. Check it out!

www.youtube.com/@octodemy

#Godot #GodotTips

22 4 1 0
https://gripfastgameworks.itch.io/auto-collisionpolygon2d-from-animatedsprite2d

https://gripfastgameworks.itch.io/auto-collisionpolygon2d-from-animatedsprite2d

https://gripfastgameworks.itch.io/godot-video-preview-editor

https://gripfastgameworks.itch.io/godot-video-preview-editor

Our easy to use #Godot Tools (with more coming soon) now have a dedicated playlist, even with fancy thumbnails. 😁

YouTube: www.youtube.com/watch?v=VfCd...

Itch: gripfastgameworks.itch.io

Spend a few bucks, save hours. GPLv3.

#godottips #gamedev #gdscript #indiegamedev #solodev #godotengine

10 0 0 0
Preview
Godot Download Made Easy – Get The Launcher | Godot Launcher Easily download and manage Godot Engine versions with Godot Launcher. One simple tool to install and run any Godot version. Free, open source, and cross-platform.

Glad to see someone made a Unity Hub equivalent for Godot which is really helpful for when you have to manage multiple projects in different versions!
godotlauncher.org/download/

#GodotTips #gamedev #indiedev

33 8 5 0