Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Recent activity by siska
User siska
Recent activity
All questions
All answers
User siska
Recent activity
All questions
All answers
1
answer
variable casting error ?
commented
May 11, 2022
in
Engine
gdscript
2
answers
Invalid set index 'visible' (on base 'null instance') with value of type 'bool'
answered
Apr 7, 2022
in
Engine
null-instance
invalid-set-index
error
1
answer
How to change a variable value in Static GDScript?
answered
Apr 7, 2022
in
Engine
gdscript
variable
2
answers
confusion about animationplayer methods & animation process mode
answer edited
Mar 29, 2022
in
Engine
gdscript
animationplayer
3d
1
answer
Is a Node an object instance of the script it is attached to, or simply a separate object?
answered
Jan 7, 2022
in
Engine
inheritance
objects
node
script
extends
1
answer
viewport camera offset (3d) ?
commented
Feb 18, 2021
in
Engine
camera
viewport
rendering
1
answer
Texturing in Blender or in Godot?
answered
Feb 18, 2021
in
Engine
texture
materials
blender
3d
model
2
answers
How can I import a .csv or .txt file?
commented
Jan 4, 2020
in
Engine
filesystem
godot3
csv
import
1
answer
get_tree().set_paused(true) delays input processing but does not ignore it ?!
answer selected
Jul 29, 2019
in
Engine
godot3-1
gdscript
pause
4
answers
How to have CollisionObject2D._input_event() only trigger for the topmost collision object?
answer edited
Jun 7, 2019
in
Engine
collisionobject2d
input_event
_input_event
area2d
set_input_as_handled
0
answers
Node doesn't process when tree is paused when pause mode is set to process
commented
May 29, 2019
in
Engine
gdscript
1
answer
TextureButton won't allow PNG mask
commented
May 28, 2019
in
Engine
0
answers
use 'call_deferred()' everywhere ???
edited
May 7, 2019
in
Engine
gdscript
godot3-1
0
answers
error Resumed after yield, but class instance is gone
commented
May 7, 2019
in
Engine
gdscript
error
signal
yield
godot3-1
2
answers
Is there a way to see if a script is attached to a node ?
commented
May 6, 2019
in
Engine
editor
script
godot3
1
answer
Transform.basis seems wrong way around ?
commented
Mar 13, 2019
in
Engine
3d
rotation
transform
1
answer
Why is viewport texture smaller than game screen ?
answer selected
Feb 20, 2019
in
Engine
texture
-
viewport
2d
1
answer
Safe to reference sceneTree nodes in _init() ?
answer selected
Feb 20, 2019
in
Engine
gdscript
scenetree
get_node
_init
2
answers
smooth circle with draw_circle() ?
commented
Feb 12, 2019
in
Engine
2d
_draw