Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Answers by eons
User eons
Recent activity
All questions
All answers
User eons
Recent activity
All questions
All answers
+1
vote
Does the Godot engine track users?
answered
Dec 17, 2019
in
Engine
0
votes
I want the variable charge to rest to 100 when the player is standing on the object charger
answered
Nov 10, 2019
in
Engine
+1
vote
THEMES - Font changes makes theme usage a broken mess for me, help! How can I have multiple fonts in the same theme?
answered
Nov 2, 2019
in
Engine
gdscript
font
theme
0
votes
Performance problem from too many nodes
answered
Oct 13, 2019
in
Engine
+1
vote
several questions please
answered
Sep 24, 2019
in
Engine
0
votes
Log custom values in debugger's monitor plots
answered
Aug 18, 2019
in
Engine
debug
debugger
monitor
plot
graph
0
votes
resizability issue
answered
Jul 23, 2019
in
Engine
resizing
0
votes
How do I edit easing for an animation in 3.1.1? The pencil on the bottom right does not show.
answered
Jun 26, 2019
in
Engine
0
votes
How to correctly identify node paths to child nodes of instanced scenes?
answered
Jun 5, 2019
in
Engine
gdscript
instances
node
0
votes
Delete an item from a 2D array
answered
May 26, 2019
in
Engine
2d
array
0
votes
get_tree().get_current_scene() is returning null
answered
May 23, 2019
in
Engine
gdscript
get_tree
changing-scenes
null
+1
vote
Cannot convert from Object to Object?!
answered
May 19, 2019
in
Engine
gdscript
error
godot3-1
load
object
+3
votes
Area2D mouse entered does not fire when Control node present in the same scene
answered
May 12, 2019
in
Engine
area2d
control
+2
votes
How can I move the player from one tilemap to another?
answered
May 5, 2019
in
Engine
tilemaps
change-scene
scenetree
add_child
grid
+1
vote
what purpose of double yield(get_tree(), "idle_frame") ?
answered
May 4, 2019
in
Engine
yield
gdscript
get_tree
idle_frame
0
votes
is difference between is_key_pressed and is_action_pressed only the difference keycode and inputmap?
answered
May 4, 2019
in
Engine
+1
vote
Most basic way to write and save data to a file.
answered
Apr 13, 2019
in
Engine
write-file
create-file
save-dictionaries
save-arrays
+1
vote
get_name doesn't autocomplete
answered
Apr 7, 2019
in
Engine
godot3-1
autocomplete
+2
votes
For card game (trading card game) every unique card should be as different scenes?
answered
Apr 6, 2019
in
Engine
cards
card-game
tcg
0
votes
How can I disable an Area2d the second time my player goes over it?
answered
Apr 6, 2019
in
Engine
0
votes
with zoom, some sprites partially disappear
answered
Mar 15, 2019
in
Engine
sprite
godot3
2d
+3
votes
A way to "offset" a 2D tiling texture in, for example, a TextureRect to create a scrolling texture.
answered
Mar 15, 2019
in
Engine
control
texturerect
texture
tiling
godot3
0
votes
Does HTML5 GLES2 run on iOS and Mac?
answered
Feb 24, 2019
in
Engine
export
mac
html5
ios
gles2
0
votes
How to check for collision when instancing an object
answered
Feb 24, 2019
in
Engine
gdscript
collision
instance
godot3
get_overlapping_bodies
+1
vote
Prevent Platform Character changing jump direction when in the air
answered
Feb 24, 2019
in
Engine
mario
platform
jump
0
votes
Unable to make this code run 3 times
answered
Jan 13, 2019
in
Engine
+1
vote
Does Godot export unused assets?
answered
Jan 12, 2019
in
Engine
0
votes
How to do Delaunay triangulation?
answered
Jan 6, 2019
in
Engine
delaunay
gdscript
godot3-1
+2
votes
How to merge completed games into one?
answered
Jan 2, 2019
in
Engine
godot3-0
selection-screen
selection
fullscreen
+5
votes
When a scene is instanced through code, how can I connect its signal to another scene?
answered
Dec 28, 2018
in
Engine
signal
instance
godot3-0
gdscript
+1
vote
Choosing min and target SDKs used to compile Android APK file
answered
Dec 27, 2018
in
Engine
export
android
compile
sdk
api
0
votes
How to use (3D) KinematicBody's "move_and_slide" to move the object forward?
answered
Dec 23, 2018
in
Engine
movement
godot3
3d
kinematicbody
move_and_slide
0
votes
Get gravity vector
answered
Dec 22, 2018
in
Engine
gravity
physics
+2
votes
Wont Jump When Runing Left
answered
Dec 20, 2018
in
Engine
gdscript
+1
vote
How is Godot's hierarchy of nodes?
answered
Dec 8, 2018
in
Engine
godot3-0
gdscript
hierarchy
+3
votes
How can I do to work with GameJolt API on Godot?
answered
Nov 26, 2018
in
Engine
godot3-0
gdscript
godot3
multiplayer
api
0
votes
how to apply a shader to a group of nodes ?
answered
Nov 25, 2018
in
Engine
shader
godot3-1
+1
vote
CollisionShape2D does not follow UI
answered
Nov 25, 2018
in
Engine
parent-node
gdscript
multitouch
touchscreen
android
+1
vote
Organize a project
answered
Nov 25, 2018
in
Engine
gdscript
godot3-0
project
organization
0
votes
AR game leap magic
answered
Nov 19, 2018
in
Engine
ar
3d-physics
3d
mmo
0
votes
how do i import a picture?
answered
Nov 18, 2018
in
Engine
godot3-0
png
filter
import
+1
vote
Tileset corner collision issue
answered
Nov 16, 2018
in
Engine
collision
tilemap
rigidbody2d
+1
vote
Is it possible for Area2D collission detection without being detected by collider Area2D?
answered
Nov 16, 2018
in
Engine
area2d
get_overlapping_area
collision_layer
0
votes
Unable to refer to object after saving
answered
Nov 15, 2018
in
Engine
godot3-0
saving
loading
+2
votes
Is it possible to tween global_position.x and global_position.y separately?
answered
Nov 13, 2018
in
Engine
tween
position
gdscript
godot3
+3
votes
How to spawn a scene at a specific location?
answered
Nov 12, 2018
in
Engine
godot3-0
0
votes
Is GLESE2 compatible with all major devices and platforms?
answered
Oct 16, 2018
in
Engine
0
votes
What is a clipped camera for?
answered
Oct 2, 2018
in
Engine
godot3-1
camera
3d
0
votes
What is the function for nullifying an input?
answered
Sep 25, 2018
in
Engine
kinematicbody2d
input
Page:
1
2
3
4
...
10
next »