Godot 4.X
Tag for discussions and questions for Godot 4
Latest engine news:
Is there a colorspace adjustment for texture() function calls within a shader?
- steelyglint replied
- I'm trying to sample from a a color noise texture as part of my vertex shader to make trees move in the wind. I make calls to the texture() function within the vertex shader, with the idea of using a ...
TLS handshake error: -27648 using godot client and godot server StreamPeerTLS
- TTaykAH replied
- Hello! Using godot v4.3, I am trying to use TLS to implement secure authentication in game server, so both client and server are mine. Handling TCP connections provided by the StreamPeerTCP (connect_t...
This is how to use AnimationTree State Machine transitions with expressions
- AdilDevStuff replied
- So, this will be a quick tutorial on how to use the Expression field in State Machine transitions. It is an incredibly powerful tool, but the knowledge on how to use it is missing in the docs at the m...
- W
-0,5 offset on y-axis I can’t get rid off in GridMap
- winters_riveting_archives started
- I’m trying to make a Townscaper-like game using the GridMap (or rather the WFCMapGenerator plugin by pietru2004 from GitHub that extends the GridMap). Right now I’m working on removing cell_items via ...
- M
Import plugin does not work, even when copying example code from docs
- martinbean started
- Godot Version 4.1.3 Question I’m going crazy here. I’m trying to create a basic importer plugin. My _import method, I’ve literally just copy-and-pasted an example from the Godot docs to create a MeshI...