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 kidscancode
This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
User kidscancode
Recent activity
All questions
All answers
User kidscancode
Recent activity
All questions
All answers
+2
votes
Can we have functions with the same name in different scripts? (GDScript)
answered
Jun 20, 2021
in
Engine
gdscript
+1
vote
Should I start a mobile game project in Godot ?
answered
Jun 20, 2021
in
Engine
android
mobile
ads
godot
0
votes
i keep getting this eror message position (on base : ' null instance')
answered
Jun 17, 2021
in
Engine
null-instance
error
gdscript
0
votes
the gravity of the game accumulates ... I would like to know how to solve the problem
answered
Jun 12, 2021
in
Engine
gdscript
godot3
0
votes
How would I put a slight delay on a Camera2d?
answered
Jun 12, 2021
in
Engine
gdscript
2d
camera2d
help
0
votes
how do I enable and disable the interpolated camera by using a button?
answered
Jun 12, 2021
in
Engine
+1
vote
How do i check if a process is true?
answered
Jun 12, 2021
in
Engine
gdscript
_process
gdscript-help
check
0
votes
Unexpected Token: if:
answered
Jun 6, 2021
in
Engine
unexpected
token
–11
votes
Signal connect invalid argument
answered
Jun 5, 2021
in
Engine
gdscript
error
–7
votes
onready unexpected identifier
answered
Jun 5, 2021
in
Engine
gdscript
error
+1
vote
Changing child variables from the parent without them being reset
answered
Jun 5, 2021
in
Engine
parent
child-node
variables
gdscript
+1
vote
How do I declare the "Randomiser" Method?
answered
Jun 5, 2021
in
Engine
gdscript
random
error
+1
vote
How can call a function on two nodes stored in array?
answered
Jun 4, 2021
in
Engine
gdscript
error
array
+3
votes
Does GDScript support all python features and how can I get around it?
answered
Jun 4, 2021
in
Engine
gdscript
python
for-loop
+1
vote
Unexpected token: Identifier:position
answered
Jun 4, 2021
in
Engine
error
token
identifier
+1
vote
How to make a random number in gdscript
answered
Jun 2, 2021
in
Engine
gdscript
random
0
votes
Set_pos() & get_pos()
answered
Jun 2, 2021
in
Engine
get_pos
set_pos
error
gdscript
+1
vote
How to recieving signals from coded instances of scenes?
answered
May 31, 2021
in
Engine
receiving-signals
gdscript
signals
scene
0
votes
The shape of CollisionShape2D is shared between seperate instances of the same scene
answered
May 27, 2021
in
Engine
collisionshape2d
+1
vote
Is there a way to create texture from CollisionPolygon2D?
answered
May 21, 2021
in
Engine
+1
vote
How to Detect what Tile I am standing on
answered
May 18, 2021
in
Engine
gdscript
tilemap
_on_area_body_enter
area
+2
votes
Dynamically add meshes to RigidBody
answered
May 16, 2021
in
Engine
3d-physics
dynamic
rigidbody3d
+4
votes
how can I set a start position for a sprite in godot?
answered
May 14, 2021
in
Engine
+1
vote
"Your first game" tutorial problems
answered
May 11, 2021
in
Engine
tutorial
first-game
+1
vote
Setting the position of ANY node in gdscript
answered
May 4, 2021
in
Engine
0
votes
2d Animation - AnimationPlayer with Individual Images
answered
May 1, 2021
in
Engine
animationplayer
sprite
animation
+2
votes
Gravity doesn't seem to work on my kinematic body, why?
answered
May 1, 2021
in
Engine
kinematicbody2d
gdscript
gravity
2d
+5
votes
How do i make games without code, but visual script is confusing?
answered
Apr 29, 2021
in
Engine
godot3-2
visualscript
gdscript
gdnative
code
+2
votes
Accessing Child Nodes: Signals, or Functions?
answered
Apr 23, 2021
in
Engine
signal
function
child-node
0
votes
Should I set physics process to false when not in use?
answered
Apr 14, 2021
in
Engine
optimization
0
votes
error- "invalid get index ‘position’ (on base: ‘viewport’)."
answered
Apr 12, 2021
in
Engine
error
null-instance
gdscript
godot3-1
+1
vote
attempt to call 'get_value' in base 'null instance' on a null instance
answered
Apr 9, 2021
in
Engine
error
null-instance
+1
vote
Escape key in combination with up and left is not detected
answered
Apr 8, 2021
in
Engine
input
+1
vote
What does this code mean? Godot Rpg Question
answered
Apr 1, 2021
in
Engine
gdscript
question
gdscript-help
+1
vote
How can i use "look_at" properly?
answered
Mar 30, 2021
in
Engine
gdscript
look_at
enemy
rotation
2d
+2
votes
_gui_input(event) being called twice for same keystroke on TextEdit node
answered
Mar 27, 2021
in
Engine
inputevent
gui_input
gui
gdscript
+1
vote
I am looking for a 3D game engine to create 3D games without programming you know someone?
answered
Mar 24, 2021
in
Engine
helpme
+2
votes
Can I learn GDScript without any experience in Python?
answered
Mar 24, 2021
in
Engine
gdscript
+1
vote
Invalid set index 'flip_h' (on base: 'null instance') with value of type 'bool'. This is the error,this is the code:
answered
Mar 20, 2021
in
Engine
+1
vote
RigidBody2D moves too fast when being pushed, despite high weight and friction
answered
Mar 20, 2021
in
Engine
rigidbody2d
kinematicbody2d
collision
physics
0
votes
Invalid get index 'position' _on base:'PathFollow2D'
answered
Mar 20, 2021
in
Engine
pathfollow2d
error
+1
vote
.instance() not working
answered
Mar 17, 2021
in
Engine
error
gdscript
instancing
0
votes
How do get the collisionshape of a TileMap
answered
Mar 13, 2021
in
Engine
+1
vote
how to fix error (8,1)
answered
Mar 12, 2021
in
Engine
error
0
votes
How to fix unexpected indentation?
answered
Mar 9, 2021
in
Engine
gdscript
game
0
votes
How to make a sprite disappear after seconds
answered
Mar 7, 2021
in
Engine
gdscript
sprite
+1
vote
How to set data on node after preloading scene
answered
Mar 6, 2021
in
Engine
gdscript-instance-class
gdscript
scene
preload
+1
vote
Godot 4.0 for Mac OS keeps crashing
answered
Mar 4, 2021
in
Engine
crashes
macos
godot-engine
github
source
Page:
« prev
1
2
3
4
5
6
...
23
next »