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 Inces
User Inces
Recent activity
All questions
All answers
User Inces
Recent activity
All questions
All answers
+1
vote
Emit more particles during the particles lifetime
answered
Sep 25, 2022
in
Engine
particles2d
+1
vote
Child node is null, seems to be called before it is made
answered
Sep 24, 2022
in
Engine
gdscript
nodes
hierarchy
+2
votes
how do you signal an area is entered when the area is in a different scene?
answered
Sep 24, 2022
in
Engine
area2d
gdscript
signals
0
votes
Cloning at a certain position in 3D
answered
Sep 23, 2022
in
Engine
3d
gdscript
clone
buildsystem
position
0
votes
How to apply a temporary change to an object's local / relative position?
answered
Sep 23, 2022
in
Engine
position
positioning
vector3
gdscript
0
votes
How to fix the enemy bug
answered
Sep 22, 2022
in
Engine
gdscript
error
2d
statemachine
+1
vote
names of dictionary keys creating errors
answered
Sep 21, 2022
in
Engine
gdscript
dictionary
godot
+1
vote
invalid get index on base dictionary
answered
Sep 20, 2022
in
Engine
error
dictionary
gdscript
invalid
0
votes
Is using tilemaps in instantiated scenes inefficient?
answered
Sep 19, 2022
in
Engine
2d
tilemap
instances
memory
performance
+1
vote
why when i change one variable value in resource, the other variable also change?
answered
Sep 18, 2022
in
Engine
gdscript
resource
variable
0
votes
How to fix particle delay when starting
answered
Sep 17, 2022
in
Engine
particles2d
0
votes
How to Tween the vertices of a Polygon2D
answered
Sep 17, 2022
in
Engine
tween
polygon2d
gdscript
animation
0
votes
can you make a list of items for "optionbutton" with sprites?
answered
Sep 17, 2022
in
Engine
0
votes
How to place a scene in specific position
answered
Sep 17, 2022
in
Engine
scene
position
cards
gdscript
0
votes
make screen flash red
answered
Sep 16, 2022
in
Engine
3d
+2
votes
Changing shader property for one object makes it to all
answered
Sep 16, 2022
in
Engine
shaders
autoload
+1
vote
How to subtract from a value repeatedly over a certain amount of time.
answered
Sep 15, 2022
in
Engine
variables
gdscript-help
godot4
0
votes
how to add a wait time or pause between 2 frames of animation?
answered
Sep 15, 2022
in
Engine
jump
animation
gdscript
2d
timer
+1
vote
Is the deafult value on a exported drop down list broken?
answered
Sep 13, 2022
in
Engine
gdscript
export
variables
0
votes
Changes to Sprite via shader don't carry over to animations
answered
Sep 12, 2022
in
Engine
shader
animationplayer
animationtree
animation-blending
sprite
+1
vote
nodes stay in the same place after moved to a parent in different position
answered
Sep 12, 2022
in
Engine
+1
vote
Shared Dictionary causes duplicate items
answered
Sep 12, 2022
in
Engine
gdscript
dictionary
duplicate
gui
inventory
0
votes
How to go through an array of images one after another in GDScript
answered
Sep 12, 2022
in
Engine
gdscript
array
0
votes
twisting textures during animation
answered
Sep 12, 2022
in
Engine
animation
animationplayer
3d
texture
+1
vote
How to know if the player is moving forward or backward in a 3d game?
answered
Sep 11, 2022
in
Engine
direction
kinematicbody3d
vector3
+1
vote
How to do enemy knockback in a 3D game?
answered
Sep 11, 2022
in
Engine
3d
gdscript
velocity
knockback
vector3
+1
vote
Animation Player does not reset after scene change, but only from one scene?
answered
Sep 11, 2022
in
Engine
animation
scene
change
animationplayer
0
votes
Tool Script throwing ERR_ALREADY_IN_USE when run
answered
Sep 11, 2022
in
Engine
gdscript
editor
tool-mode
+1
vote
How can I import an object with multiple meshes into godot from blender
answered
Sep 11, 2022
in
Engine
mesh
blender
+1
vote
Is there a better way than this to do unlocks in a video game?
answered
Sep 11, 2022
in
Engine
gdscript
programming
efficiency
system
0
votes
Basic Timer Questions
answered
Sep 9, 2022
in
Engine
timer
2d
gdscript
+1
vote
When a RigidBody2D bounces off another surface, how can I make the sprite face in the direction of the bounce?
answered
Sep 6, 2022
in
Engine
rigidbody2d
physics
2d
bounce
0
votes
How to associate a shader variable to an specific object?
answered
Sep 5, 2022
in
Engine
shader
mask
+1
vote
Changing the monitoring property on a child node via function call
answered
Sep 4, 2022
in
Engine
monitoring
access
child
node
0
votes
Rigidbody Won't Move Position Specifically when Triggered By Enter_Body
answered
Sep 4, 2022
in
Engine
gdscript
rigidbody3d
area
body_entered
translation
0
votes
create a wait pause function between 2 different animations
answered
Sep 4, 2022
in
Engine
0
votes
moving MeshInstance3D after time
answered
Sep 4, 2022
in
Engine
3d
gdscript
meshinstance
translation
0
votes
problem with reloading or changing the scene from code
answered
Sep 4, 2022
in
Engine
gdscript
reload_current_scene
+1
vote
How can i move a single point of a polygon2d in code?
answered
Sep 4, 2022
in
Engine
gdscript
polygon2d
positioning
change
0
votes
Custom component creation using a base component
answered
Sep 3, 2022
in
Engine
custom-type
node
0
votes
how to draw vision cone?
answered
Sep 2, 2022
in
Engine
scene
gdscript
+1
vote
[Debug] Monitor a collision shape
answered
Sep 2, 2022
in
Engine
debug
animation
animationplayer
collision
monitor
0
votes
Is it possible to pause, which stops the physics2dServer, but then enable collision detection on 1 area2D node?
answered
Sep 2, 2022
in
Engine
gdscript
0
votes
error (6,1): The setter function isn't defined.
answered
Sep 2, 2022
in
Engine
gdscript
error
setget
0
votes
How do I get my button to move
answered
Sep 2, 2022
in
Engine
gdscript
movement
position2d
button
0
votes
How do I turn a shader on and off via gdscript on a sprite?
answered
Sep 2, 2022
in
Engine
shader
gdscript
0
votes
How can I accelerate in the same direction as the rocket ?
answered
Sep 2, 2022
in
Engine
gdscript
rotation
kinematicbody3d
kinematicbody
0
votes
How to tell if a vehicle is going forwards or backwards?
answered
Sep 2, 2022
in
Engine
vehicle
3d-physics
+1
vote
want punch animation to interrupt walk animation
answered
Aug 31, 2022
in
Engine
punch
animation
input
0
votes
How to pause all scripts except one in a node
answered
Aug 29, 2022
in
Engine
gdscript
pause
Page:
« prev
1
2
3
4
5
...
12
next »