Resumed function ‘beginRound()’ after await, but script is gone. Godot Await Error
I’m experiencing an error with await
being triggered multiple times inside a loop.
How to get global rotation of object without limits using Godot
I need to get a global rotation of an object without the limitation of -180 and 180 degrees. I need the global rotation to be able to be obtained from minus infinite to infinite
How to get global rotation of object without limits using Godot
I need to get a global rotation of an object without the limitation of -180 and 180 degrees. I need the global rotation to be able to be obtained from minus infinite to infinite
How to import class from one script into another?
For example i have in scriptA.gd class:
How to import class from one script into another?
For example i have in scriptA.gd class:
How to calculate Transform3D given position, rotation and scale?
I’m trying to mimic a 3D transformation in a 2D environment and hence am trying to do the 3D part of the calculations myself
How to calculate Transform3D given position, rotation and scale?
I’m trying to mimic a 3D transformation in a 2D environment and hence am trying to do the 3D part of the calculations myself
How to fix Grid Tilemap to fit specific area – Scripts and Images provided
Godot Version 4.2.2
Player in GODOT 4 spawns with weapon already visible
Every time the player spawns in the starting position, the weapon is in hand. Only when I press my attack does the weapon disappear.
Escape Block Textures Not Loading After Leaving First Room
Godot Version: v4.2.stable.official [46dc27791] I am trying to have an escape block with a TextureRect that has two different textures–an animated one where it’s awake and an inanimate one where it’s asleep. The textures for my escape blocks display properly on the first room (only if the player just started–no changing scenes beforehand) and appear […]