Godot 4.X
Tag for discussions and questions for Godot 4
Latest engine news:
How to Manage Dynamic Character Portraits in Dialogic 2.0 (Godot Visual Novel)?
- SunVell started
- Hello. Could you please advise how to properly set up a process in a visual novel using Dialogic 2.0 Alpha 16 in Godot? I want the main character’s portrait to change during the game, and I want the g...
How to Transferring 2D dungeon Generation from an Array to actual in-game rooms
- xyz replied
- Right now I made a script that can currently generate an array with one main-path that extends to the end that contains some branches along the way. But the only way to view it right now is by printin...
- L
Any way to write color buffer in CompositorEffect when enabling MSAA?
- Li_hippo replied
- I'm trying to make some post-process with Compositor Effect. However, if my project enables MSAA in Project Settings, directly using RenderSceneBuffersRD.GetColorLayer(0) takes ERROR log with 'Image (...
How to make the texture of a sprite only show when overlapping with terrain ?
- Gabanger started
- I want the player to shoot ink, which has two sprites: one for when it moves through the air, and another for when it hits the surface. I also have a tilemap for the terrain. I'm using Godot 4.4.1
Android: 10-15s Blank Screen Before Boot Splash - Need Native Loading Screen
- whwall replied
- I have a match-3 game that exports and works beautifully on Android. But after the launcher icon displays, there is a 10-15 second blank (black) screen. It feels like the phone is dead. After that per...