New to Godot Questions
1
My UI isn't showing where it is relative to the camera in the editor. Is there a setting or some way to arrange the UI relative to the main camera in the editor without having to guess and check where...
Geese asked 21/12, 2023 at 2:44
4
Hey, everyone!
This is my first time with Godot. I'm in Windows 11, Godot 4.2.1. The first time a ran the programm it went well, but the second time and every subsequent time all the characters in th...
Intermittent asked 19/12, 2023 at 23:41
1
Recce which C# code I write in Godot4 always gives an error
What do you write and what is the error?
Mythomania asked 20/12, 2023 at 8:56
4
I am following the basic tutorial to https://docs.godotengine.org/it/4.x/getting_started/step_by_step/signals.html#complete-script with the only difference being that the button toggles the ability t...
Occasional asked 14/12, 2023 at 19:11
4
So, slopes already work perfectly dure to godot 4's characterbody system, but i have a problem. I want the player to go into a new state when they are crouching and on a slope, but i have no idea how....
Brainwork asked 19/2, 2023 at 0:21
3
Is there a way to get a list of supported computer resolutions? Previously, I could get an array of supported resolutions in Unreal Engine. I don’t want to enter them manually.
Implosion asked 18/12, 2023 at 5:28
3
For my game, which is first person, I want to be able to play the game with the Joystick.
I have a issue:
I want to add camera movement for gamepad but what I did is not working properly.
Cesspool asked 17/12, 2023 at 13:4
4
I'm trying to implement a sub state machine in my animation tree. I want to trigger the animation inside, but it is always failing
Can you help me please ?
Also, is my code good or not ?
Neuburger asked 15/12, 2023 at 16:36
1
=
This is my code for thrust, you then move in the direction your facing.
Whenever i go to test this my ship flies way too fast and speedily and it doesn't fit with the game at all, there's no weight ...
Ladyinwaiting asked 16/12, 2023 at 19:6
1
Hello,
I'm a new and self learned with coding and programming, and currently i'm trying to learn godot.
I'm installing the joystick asset from the lib =
https://godotengine.org/asset-library/asset/1...
Multifarious asked 16/12, 2023 at 12:28
5
hello everyone, there you go,
I downloaded the basic version of godot (without C#)
I run the exe: Godot_v4.2.1-stable_win64.exe
I have the interface to create a new project,
I name my project, go find...
Emelina asked 14/12, 2023 at 13:20
4
Solved
I don't want use: node.GetChild(0).GetChild(0).GetChild(0).GetChild(0).GetChild(0).Name
This form of code is not professional.
Thanks.
Radiobiology asked 14/12, 2023 at 7:48
2
Help me with the code please, Godot 4, MSAA simply doesn't give an error, but on the other hand it has no effect. This is a slide button:
func _on_msaa_value_changed(value):
match value:
0:
Ren...
Crankpin asked 11/12, 2023 at 21:25
5
Hey all! I'm just getting started with Godot and I have a quick question about animating sprites using an animation tree. I'm trying to get my character sprite to play different movement animations ba...
Gaff asked 8/12, 2023 at 3:25
2
I accidentally closed the script files window in the script editor. Now I can't find how to reopen it.
How do I reopen it?
Lovato asked 12/12, 2023 at 2:25
3
Solved
I keep trying to use it but an error says that the node does not contain a definition for it.
Hearty asked 11/12, 2023 at 16:34
2
Solved
When I import pixel art into godot, it comes out distorted. Pay attention to the center of the sprite to see what im saying.
Im using arch linux. If you need more information I will be happy to provi...
Leigha asked 9/12, 2023 at 23:31
14
I'm trying to make sure that my 'Hearts' counter is able to update, however when I try to load the game all I get is this error
Invalid get index 'self' (on base: 'Node (stats.gd)').
Here is my code ...
Crissycrist asked 8/12, 2023 at 21:51
8
I'm currently exploring the material overlay property as a potential solution to a goal in my game. As I understand, this is a relatively new feature added to Godot and I'm not seeing any tutorials on...
Illomened asked 8/12, 2023 at 5:14
1
Greeneyed
for node in hand_block.get_children():
node.visible = false
hand_block.get_node(slot_item.item_name).visible = true
Portuguese asked 9/12, 2023 at 11:17
16
Hi everybody,
is there a way to "centralize" this exported variable dropdown?
i mean a way to write the long list just once then read from there
@export_enum("Morlako", "Reception", "Room01", "Room...
Leotaleotard asked 7/12, 2023 at 14:24
5
So i have the floor:
also i have a block:
I have a bullet:
bullet code:
const SPEED = 5.0
@onready var bullet = $bullet_base
@onready var raycast = $RayCast3D
@onready var particles = $GPUPartic...
Lymphosarcoma asked 8/12, 2023 at 16:16
8
Beginner GODOT. Learning the basics and messing around with the engine to learn. I'm trying something out and feel like maybe I'm going about it the wrong way. Here is essentially what I'm trying to d...
Zootoxin asked 7/12, 2023 at 21:33
4
Hi How's Godot for Mobile Development and Monetization IOS and Android, and more specifically for 2d or 2.5d?
I've heard Godot is great but can be tricky for exporting onto specific problems so I'm c...
Apostles asked 22/10, 2023 at 16:29
4
Solved
I'm having trouble with line spacing in a leaderboard I'm making in a little 2D platformer game.
Hanschen asked 7/12, 2023 at 9:25
© 2022 - 2024 — McMap. All rights reserved.