Godot Engine
Rules
About
Featured Projects
Toggle forum theme
Sign Up
Log In
Godot 4.X
Tag for discussions and questions for Godot 4
Latest engine news:
Start a Discussion
Godot 4.X
All Discussions
Tags
Forum News
Projects
Resources
Tutorials
Godot Help
Business
Community
Professional Trade
Non-Godot Projects
Godot 4.X
Godot 3.X
Free
More...
Latest
Latest
Top
Newest
Oldest
resource_local_to_scene and make_unique
Godot Help
Godot 4.X
while-free-
replied
May 12, 2024
Hey guys I've got some custom Resource class. It is used to hold the data for some custom editor property. Everything is working as expected in the inspector, and when there is only one instance of th...
16
16 replies
N
How to get the sprite animation to run in debug mode in Godot 4.2.2
Godot Help
New to Godot
2D
Godot 4.X
Jesusemora
replied
May 11, 2024
Hey new to Godot here, The sprite animation runs in the editor mode, but the same animation does not run in the debug window. Could someone please help to figure out how to get the animation to run in...
1
1 reply
Godot and all my projects aren't playing any audio at all ?
Godot Help
Audio
Godot 4.X
Stable
buzzbuzz20xx
replied
May 11, 2024
i wanted to code this afternoon but for some reason my game didn't have any sound when i tried debugging it, i was like "huh weird my PC just needs to be restarted or something !" but it's been a few ...
3
3 replies
T
How do i check what scene my player is on?
Godot Help
New to Godot
2D
Godot 4.X
wyattbiker
replied
May 11, 2024
Hello Godot forums! i am a beginner at Godot and i am trying to check as a player what scene it is on. this is my implementation extends CharacterBody2D func _ready(): var CURSCNDIR = str(get_tree().g...
3
3 replies
Organising my Game Development Journey
Godot Help
Question
Godot 4.X
kuligs2
replied
May 11, 2024
So I currently make a No Tutorial 8 movement game. There is a circle that eats other circles and gets larger basically. I want to document my journey and I started journaling about it in Obsidian. Eve...
1
1 reply
T
How to check if player enters a scene. as the player
Godot Help
New to Godot
2D
Godot 4.X
kuligs2
replied
May 10, 2024
I am tryna check if my player has entered a specific level and i want to selt a camera border to that specific level
3
3 replies
V
Is there a double precision build I can download?
Godot Help
Godot 4.X
xyz
replied
May 9, 2024
Hello, I am making an astronomical app, and the lack of double precision arithmetic is not allowing me to get the high precision results I need. I know Godot can be compiled with the double precision ...
26
26 replies
Make constant linear velocity follow object's rotation
Godot Help
3D
Physics
Godot 4.X
max_godot
replied
May 9, 2024
I have an object that has a constant velocity of 1 m/s on the x-axis If I now rotate the object by 90 deg on the y-axis I have to adjust the constant velocity to -1 m/s on the z-axis and set the x-axi...
2
2 replies
S
XRFeatures Passthrough Export Property
Godot Help
AR
XR
Godot 4.X
Shawn_Kariman
started
May 9, 2024
I am trying to make a very simple AR game I have everything sorted out and I can remote debug on to a meta quest headset but the thing is it is just showing up as a blank window. I think it is a passt...
0
0 replies
Help with byte/object conversion sent over RPC
Godot Help
Programming
GDScript
Godot 4.X
kuligs2
replied
May 9, 2024
Hello again. I cant seem to understand what is going wrong here. Godot 4.3. I was happy to announce that converting object to bytes an back worked for the RPC but it does not. Problem is this. extends...
3
3 replies
A
AR Godot 4 (ANDROID)
Godot Help
AR
Question
Godot 4.X
alshim
started
May 9, 2024
Hi just wanna ask if there's anyone who already managed to build a project about AR in android? or is it still not possible for GODOT for now?
0
0 replies
Notify a Node that a signal is being triggered.
Godot Help
Godot 4.X
Jesusemora
replied
May 8, 2024
I am a complete beginner in Godot and I try to make a no-tutorial top-down 2D game where the player interacts with food and if he collides with them he gets bigger. The player is a CharacterBody2D and...
2
2 replies
G
Custom resource won't instantiate when assigned to scene
Godot Help
GDScript
Question
Godot 4.X
Goofy
replied
May 8, 2024
Hi there, I am working on an fps project in which the Character can throw objects. I have created a state management system for anything that would be throwable as shown below: Then I have create a re...
4
4 replies
J
How to reset automatic script loading
Godot Help
GDScript
Godot 4.X
JiuMengD
replied
May 8, 2024
I have set up an A script to automatically load. A has attributes b and c. After a period of time, the values of b and c have changed. I would like to reset the A script to restore attributes b and c ...
6
6 replies
U
Cannot open godot webapp from android webview
Godot Help
Godot 4.X
uselessOFF
replied
May 8, 2024
I have set up absolutely everything, and my domain allows you to access the application and everything works great in the desktop browser - thanks for this opportunity! But as soon as I try to open th...
2
2 replies
Thots about creating code/resources for 4.2 or 4.3?
Community
Godot Engine Chat
Godot 4.X
Free
xyz
replied
May 8, 2024
Given that godot is moving forward, im kinda creating test scripts scenes to learn how godot works and how to achieve things, but it seems that approach in one version does not translates to an approa...
3
3 replies
Godot Steam Error { "status": 1, "verbal": "No SteamClient021" }
Godot Help
2D
GDScript
Godot 4.X
connor_jade_0199
started
May 8, 2024
Is anyone working with Godot Steam? I'm getting these errors: Even though Steam is working in the background still it shows this error please help.....
0
0 replies
D
draw_circle() stripped
Godot Help
2D
GDScript
Godot 4.X
dazmaul
replied
May 7, 2024
Hi, Any ideas on how would I go about dynamically drawing a circle which was patterned/striped? I have created a simple node which overrides the _draw method and draws a circle which also has a proper...
2
2 replies
C
tile data always returns as "<Object#null>"
Godot Help
2D
Godot 4.X
rxw1
replied
May 7, 2024
Hi, when I get data from a tile in the tile map using get_cell_tile_data() it always returns with <object#null>. there is definitely a tile in the position I specified, but for some reason it does not...
2
2 replies
Reparenting units to hexes of the GameMap
Godot Help
3D
Programming
Godot 4.X
xyz
replied
May 7, 2024
I'm curious how taxing this would be on the system this is? Basically I want to make Civilization but in an RTS format, so units moving from one hex to another would need to be reparented, grabbing th...
7
7 replies
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Godot 4.X
Tag for discussions and questions for Godot 4
resource_local_to_scene and make_unique
How to get the sprite animation to run in debug mode in Godot 4.2.2
Godot and all my projects aren't playing any audio at all ?
How do i check what scene my player is on?
Organising my Game Development Journey
How to check if player enters a scene. as the player
Is there a double precision build I can download?
Make constant linear velocity follow object's rotation
XRFeatures Passthrough Export Property
Help with byte/object conversion sent over RPC
AR Godot 4 (ANDROID)
Notify a Node that a signal is being triggered.
Custom resource won't instantiate when assigned to scene
How to reset automatic script loading
Cannot open godot webapp from android webview
Thots about creating code/resources for 4.2 or 4.3?
Godot Steam Error { "status": 1, "verbal": "No SteamClient021" }
draw_circle() stripped
tile data always returns as "<Object#null>"
Reparenting units to hexes of the GameMap
« Previous Page
Next Page »