New to Godot Questions

2

Solved

So I need to make my ship make sounds, atleast if it's moving, but I have absolutely no idea as to how to go about that. Should I put the play() in physics process or _ready? If the former is true, ho...
Newfoundland asked 27/11, 2023 at 14:57

3

In my scene with the root node named Parent there is a child scene called ItemParent. From the ItemParent scene I want to emit a signal under certain conditions to the Parent node. The function that ...
Greenfinch asked 27/11, 2023 at 7:31

6

Hello, everyone, I have this really simple camera script which moves the camera as player moves its mouse (duh) but this thing is I found out in the internet that there is this lerp() function that ca...
Demp asked 27/11, 2023 at 14:8

1

So I messed with the "bind count" under skin on an object in my character model. Next thing I know it put him lying down in his a-pose as if he's become detached from the rig. I've tried closing and ...
Concenter asked 27/11, 2023 at 3:5

1

Hi, I'm sort of new to Godot and am having trouble with a small issue. There's a subviewport in my level which displays the view of a camera, when I test it straight through the level, the subviewport...
Tosch asked 25/11, 2023 at 23:13

4

Solved

Hi. I want to make the control in the scrolling game concurrently by keyboard and mouse (click and move). But the mouse control don`t work properly. The character move to the edges (left-right) of the...
Peery asked 19/11, 2023 at 7:27

6

So i'm trying to make a 3D mesh library to use as a tilemap to build levels with. I understand that every MeshInstance3D in the tilemap scene will be used to create a tile when exporting to a mesh lib...
Garrido asked 24/11, 2023 at 18:42

5

Beginner to Godot here and just learning the ropes. The issue I'm having is that adding/editing nodes in my scene is causing my engine to freeze and crash. Tried running from the terminal with verbos...
Nth asked 23/11, 2023 at 3:19

4

Hi there, completely new to godot, taking my first babysteps. I've done development in unity before and have to unlearn a few things. Recreated the tutorial game squash the creeps so I'm not totally c...
Vadose asked 23/11, 2023 at 16:28

1

Hi all! Just wondering, is there a way to get mesh data from a raycast(3D)? I heard there are 8uv channels now and maybe some extra data channels. I'd love to know how to use them but I haven't been...
Ursala asked 23/11, 2023 at 8:29

2

I've got an if statement that is not playing ball. This seems really straightforward, but when I run the scene, the if statement never loops. It also doesn't revert to the else statement or throw up a...
Shouse asked 23/11, 2023 at 8:31

1

So I have two classes one called Alien that extends from class Area3D and one called ShieldAlied that extends form the base Alien Script, however when I try to run my game, it crashes with error "Scri...
Mathildemathis asked 22/11, 2023 at 22:7

5

Hi everyone Im new to Godot and game development and have never done localization before. I did some research and found that I can use csv or gettext for localization in Godot. The majority of tutori...
Gasholder asked 21/11, 2023 at 13:27

8

Hello, I am just starting out with Godot, coming from GMS2. I have been reading some tutorials on how to make state machines as I am a big fan of them. I followed a tutorial at this link and the game...
Land asked 20/11, 2023 at 23:2

7

Hello, this is my first post so take it easy. I got some problems that I dont know how to solve. Starting from the very beggining. I have 2 scenes, one is just a test world as seem below: And my ...
Joselyn asked 20/11, 2023 at 11:8

4

I'm no coder, and at times I'm confused with the underlying concepts of object programming. I have a function that spawns a scene as a child of the main scene: func spawn_location(location): curren...
Christophe asked 19/11, 2023 at 9:38

4

Solved

Imagine Mega Man running, and then he starts shooting while running, it goes seamlessly and the run cycle does not restart. How do you do that? Is there a way to tell the next animation to start, not ...
Simla asked 20/11, 2023 at 8:22

1

I used Godot engine 4.2 RC.1 mono version with .NET 7 try to export my project on android. The game displayed 40 frames on my Samsung Galaxy A12. I took another test on Samsung Galaxy A70, But get the...
Buckler asked 20/11, 2023 at 5:18

2

Tell me how to put a project from blender in Godot?
Fork asked 19/11, 2023 at 14:34

5

Solved

Hello! I'm a beginner and i got stuck on my project trying to smooth the movement of my character using the lerp function. I read the documentation again and made a new simple project with one simple...
Pointillism asked 16/11, 2023 at 19:54

2

Solved

I was able to export projects under 4.1.2. I installed 4.1.3 and tried to export my project today and it failed with. Failed to copy export template. I've looked at the documentation and watched a few...
Endorsement asked 17/11, 2023 at 23:26

2

Solved

What is the difference between the AssetLib in the Godot Editor and https://godotengine.org/asset-library/asset? The documentation leads me to believe they are one in the same. They're available to...
Bister asked 17/11, 2023 at 19:44

5

So, i have a problem with my terrain in which i need to include a mesh to make the collision that i want to add to my terrain match it's form, which is a little complex, and a simple mesh as a box or ...
Arcboutant asked 15/11, 2023 at 23:20

3

Solved

I don't understand why I got this error: No overload for 'playAudioSound' matches delegate 'Tween.StepFinishedEventHandler' Maybe this is a bug?
Airsick asked 17/11, 2023 at 13:16

12

Explanation: I made a music on/off button in 1 scene of my project, but in other scenes the music is not heard. In fact, the question is how to make music play in all scenes, but the on/off button onl...
Umbilicus asked 16/11, 2023 at 20:36

© 2022 - 2024 — McMap. All rights reserved.