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 spaceyjase
User spaceyjase
Recent activity
All questions
All answers
User spaceyjase
Recent activity
All questions
All answers
+1
vote
How to use the animation resources from an animationplayer like a regular resource
answered
Mar 23
in
Engine
animation
resources
animationplayer
import
0
votes
Beginner Question: Using Standard C# classes like List<> or Dictionary<,>
answered
Jan 7
in
Engine
c#
standard
0
votes
[C#] How do you handle State Machine (in code).
answered
Dec 28, 2021
in
Engine
statemachine
c#
0
votes
Doesn't look like my game icon when reporting in godot 3.4 stable
answered
Dec 26, 2021
in
Engine
export
export-template
export-help
+1
vote
Is it possible to have a variable that is a single byte?
answered
Dec 23, 2021
in
Engine
gdscript
variable
type
data
performance
0
votes
checkbox node returned irregular output while running
answered
Dec 21, 2021
in
Engine
gdscript
output
nodes
glitch
0
votes
Doesn't run code when two key pressed
answered
Dec 20, 2021
in
Engine
input
inputevent
2d
0
votes
Build a Resource when starting the game?
answered
Dec 18, 2021
in
Engine
gdscript
resources
buildsystem
–1
vote
How to export NodePath for specific class
answered
Dec 18, 2021
in
Engine
export-variables
nodepath
class
0
votes
Display score after winning game
answered
Dec 15, 2021
in
Engine
gdscript
data
score
0
votes
Project doesn't work
answered
Dec 15, 2021
in
Engine
gdscript
windows
collision
navigation2d
help
0
votes
Ignore first collision?
answered
Dec 13, 2021
in
Engine
gdscript
collision
0
votes
Table isn't working the way I thought it would
answered
Dec 13, 2021
in
Engine
+2
votes
For loops give me an object instead of an integer
answered
Dec 12, 2021
in
Engine
array
0
votes
move_and_slide interactions with other kinematic bodies, and how to alter them
answered
Dec 10, 2021
in
Engine
kinematicbody2d
move_and_slide
+1
vote
Can I/How do I use VSCodium instead of Visual Studio Code?
answered
Dec 10, 2021
in
Engine
visual-studio-code
+1
vote
C# is recommended for godot
answered
Dec 8, 2021
in
Engine
c#
0
votes
Make player bounce off world
answered
Dec 8, 2021
in
Engine
physics
kinematicbody2d
bounce
vector
normal
0
votes
how do i set lable text in godot visual script
answered
Dec 5, 2021
in
Engine
lable
visualscripting
0
votes
Moving towards a point smoothly
answered
Dec 3, 2021
in
Engine
3d
3d-physics
movement
0
votes
Please help me fix this problem: _call_function: Error calling deferred method: 'RigidBody2D
answered
Nov 29, 2021
in
Engine
error
gdscript
–1
vote
Change Main Scene with GDScript
answered
Nov 29, 2021
in
Engine
scene
instance
gdscript-help
scenetree
0
votes
Mute button sounds on all scenes
answered
Nov 28, 2021
in
Engine
audio
mute
audiostreamplayer
button
sound
0
votes
Change file description
answered
Nov 27, 2021
in
Engine
description
export
export-help
properties
0
votes
Is uuid better than a global counter to give each object an unique ID?
answered
Nov 27, 2021
in
Engine
global
counter
uuid
0
votes
How do i make 1 raycast see only 1 scenenode in multiple scenes
answered
Nov 26, 2021
in
Engine
gdscript
raycast
2d
shooting
scene
0
votes
How to delete/remove theme types from a custom theme
answered
Nov 26, 2021
in
Engine
theme
editor
remove
0
votes
how can i make my hitbox follow my mouse direction but wont go beyond my area2d?
answered
Nov 24, 2021
in
Engine
gdscript
area2d
+1
vote
Convert string array to an array
answered
Nov 23, 2021
in
Engine
string
array
convert
gdscript
0
votes
Path to external modules in Godot?
answered
Nov 22, 2021
in
Engine
path
modules
file
+2
votes
How do I use a custom resource that's been saved by ResourceSaver.save?
answered
Nov 22, 2021
in
Engine
resources
gdscript
custom-resources
+1
vote
Player Movement
answered
Nov 20, 2021
in
Engine
movement
gdscript
2d
tween
+1
vote
Can you make 2 different CollisionObject2Ds use the same CollisionShape2D node?
answered
Nov 20, 2021
in
Engine
gdscript
collisionshape2d
collision
collisionshape
0
votes
How to make a KinematicBody/Sprite always be where the finger of the player is?
answered
Nov 18, 2021
in
Engine
gdscript
0
votes
How to disable hover over mouse
answered
Nov 17, 2021
in
Engine
gdscript
button
0
votes
How do I trigger a C# rebuild from an editor plugin?
answered
Nov 16, 2021
in
Engine
c#
editorplugin
build
0
votes
What does this mean?
answered
Nov 12, 2021
in
Engine
output
error
0
votes
How do I use a script on multiple different nodes?
answered
Nov 12, 2021
in
Engine
gdscript
0
votes
How do i stop my character from sliding to the ground when on a slope
answered
Nov 12, 2021
in
Engine
movement
kinematicbody
3d
slopes
move_and_slide
0
votes
Can you customize the mouse to any color?
answered
Nov 11, 2021
in
Engine
mouse
0
votes
How to make a class from gdnative from a plugin, visible in the node list
answered
Nov 10, 2021
in
Engine
gdnative
cpp
editorplugin
0
votes
Can you open the phone's camera from the game to take a photo and upload it to a server?
answered
Nov 9, 2021
in
Engine
httprequest
http-client
phone
input
0
votes
Are nodes inherited from one object or multiple objects?
answered
Nov 8, 2021
in
Engine
inheritance
function