Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Questions by abelgutierrez99
User abelgutierrez99
Recent activity
All questions
All answers
User abelgutierrez99
Recent activity
All questions
All answers
0
votes
1
answer
ERROR: All memory pool allocations are in use // And Godot seems to use not many memory
asked
Mar 25
in
Engine
godot-engine
error
memory
0
votes
0
answers
Character 3D going up and down unintentionally when over my voxels
asked
Jan 12
in
Engine
3d-physics
0
votes
1
answer
Do something every time an attribute change
asked
Dec 28, 2021
in
Engine
gdscript
0
votes
0
answers
Is there any way to add surfaces to a Mesh?
asked
Dec 2, 2021
in
Engine
gdscript
meshinstance
mesh
surfacetool
0
votes
1
answer
Values of the ternary conditional are not mutually compatible
asked
Sep 24, 2021
in
Engine
if-else
0
votes
1
answer
Area/CollisionShape works in one scene but not in another NOT SOLVED
asked
Sep 10, 2021
in
Engine
area
collisionshape
_input_event
0
votes
0
answers
Struggling with a random walk and Godot
asked
Sep 10, 2021
in
Engine
gdscript
random
+1
vote
1
answer
Godot is not instanciating the child of my node via ".new" but it does when packed scened are used
asked
Sep 7, 2021
in
Engine
gdscript
nodes
add_child
0
votes
0
answers
Why this `Area` `signal` is not detecting my mouse events (input_event)
asked
Aug 3, 2021
in
Engine
gdscript
signal
area
0
votes
0
answers
Why `Mesh.create_trimesh_shape()` creates also a `MeshInstance` (I don't want it)?
asked
Aug 3, 2021
in
Engine
gdscript
mesh
create_trimesh_shape
0
votes
0
answers
StaticBody with Area: two CollisionShapes?
asked
Jul 31, 2021
in
Engine
gdscript
3d-collisions
area
0
votes
1
answer
Problems with UVs in a cube (add UV or Vertex first in SurfaceTool?)
asked
Jul 12, 2021
in
Engine
gdscript
surfacetool
uvs
0
votes
1
answer
How to execute Godot 3.3.2 in Linux Mint?
asked
Jul 3, 2021
in
Engine
linux
+1
vote
1
answer
Is there any way to create your own variable type?
asked
May 8, 2021
in
Engine
script
array
type
0
votes
1
answer
I cannot see the error: remove: Index p_index = 29 is out of bounds (size() = 16)
asked
Apr 13, 2021
in
Engine
gdscript
error
0
votes
1
answer
Why am I getting this error: 'The class 'HexPlanet' couldn't be fully loaded (script error or cyclic dependency)'
asked
Apr 11, 2021
in
Engine
cyclic-dependency
gdscript
error
0
votes
2
answers
Why are this two objects different and making my code failing?
asked
Apr 9, 2021
in
Engine
gdscript
0
votes
1
answer
What does this error mean: All memory pool allocations are in use.
asked
Apr 3, 2021
in
Engine
error
gdscript
+1
vote
1
answer
How to avoid shadowed variables when using _init?
asked
Feb 20, 2021
in
Engine
gdscript
0
votes
1
answer
Why do I get this error: "attempt to call function 'set_surface_material' in base 'null instance' on a null instance"?
asked
Feb 20, 2021
in
Engine
null-instance
error
0
votes
1
answer
New using class_name: I don't get the expected result
asked
Dec 30, 2020
in
Engine
gdscript
class_name
instance
0
votes
1
answer
Error passing a string dictionary key as argument of a function
asked
Dec 29, 2020
in
Engine
dictionary
gdscript
key
0
votes
1
answer
How to change mesh material using code?
asked
Dec 28, 2020
in
Engine
gdscript
material
meshinstance
0
votes
1
answer
How to know if there is a node at some position
asked
Dec 24, 2020
in
Engine
gdscript
control-node
positioning
0
votes
1
answer
How to create a GridMap from GDScript given the MeshLibrary as .tres
asked
Dec 24, 2020
in
Engine
gdscript
3d
gridmap
meshlib
0
votes
1
answer
Invalid set index 'rng' (on base: 'Spatial()') with value of type 'RandomNumerGenerator'
asked
Dec 18, 2020
in
Engine
gdscript
error
spatial
random
0
votes
1
answer
How to rotate the camera with mouse while a mouse key is pressed?
asked
Dec 18, 2020
in
Engine
gdscript
input
camera3d
mouse
0
votes
2
answers
Instantiate a 3d node at a particular position
asked
Dec 13, 2020
in
Engine
gdscript
3d
instance
godot3