673 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
35
views
Godot 4.5: Godotx-Firebase fails to detect google-services.json
I'm developing a game in Godot4.5, and need to implement Firebase push notifications using the Godotx-Firebase plugin. However, I'm running into an issue where the plugin fails to read my google-...
-1
votes
0
answers
73
views
How do I make an in-app purchase a consumable in Godot 4.5?
I am using Godot 4.5 with the GodotGooglePlayBilling 3.1.0 Release for my android game app. I was able to make the in-app purchase work with connecting to the Google Play Store. I was also able to buy ...
0
votes
0
answers
26
views
How to scale text dynamically?
Godot Version
v4.5.1.stable.official [f62fdbde1]
Question
I have a Label node "DisplayWord" that shows the word the user typed. Therefore it could be anything from 'Cat' to 'Asphyxiation'.
I ...
Best practices
0
votes
2
replies
59
views
Godot for web: multiple pck, one engine init?
Question
I’m re-developing an old website where there was flash games in it. I redeveloped some games, all under godot, and I rebuilt Godot from source to disable unwanted modules (like 3D physics for ...
Best practices
1
vote
1
replies
61
views
How do I detect collision with control node in Godot?
my card scene tree
I want to make a card game where player can stack cards on top of each other (like Solitaire or Stacklands). I have a control node as the root node and Sprite2D as the child node. ...
Best practices
1
vote
1
replies
81
views
Exporting a pair of values as a minimum/maximum
I'm writing a script in GDScript; I'd like to export a pair of values, e.g min_height and max_height. Obviously, I want min_height <= max_height.
Is there a way to enforce that relationship in the ...
1
vote
1
answer
79
views
How to reset sequence playback index in Godot AudioStreamRandomizer
I am using an AudioStreamRandomizer with playback mode = Sequential to play a few dozen sound files. When I play the audio stream, I get the next sound in the sequence, but the starting index is ...
0
votes
0
answers
56
views
Rendering issue with procedural world generation in Godot 4
I have a really weird issue with rendering chunks in my Godot 4 (4.3.1) world generation implementation, when zooming really close, some chunks start to disappear (but they are still 100% loaded, ...
0
votes
1
answer
116
views
How do I add more enemies in my Godot project?
I'm working on my school project about my first top down shooting game. Anyway after I did my project by following a tutorial from youtube I desire to add more enemies. But I've no idea how to do it?
...
1
vote
0
answers
72
views
System.AccessViolationException occurs when running a C# Godot unit test for Node2D object
I am building a card game using Godot 4.5, with C#. I am trying to unit test a Card object that inherits from Node2D, but when I attempt to run the test, I get the following exception:
Exception has ...
0
votes
0
answers
89
views
RenderingServer cannot access global shader params
in Godot 4.4.1 I'm trying to access shader variables in code to do some math for my game. However, Even though I have set these shader parameters in global/shaders in project settings they don't show....
0
votes
1
answer
135
views
Input from combined 2D and Control nodes
In Godot 4.5, I have an Area2D with a CollisionPolygon2D to make a complex-ish shape on screen clickable, and also update mouse pointer when entered/exited (arrow to hand and vice versa). This works ...
jakub's user avatar
- 5,174
0
votes
0
answers
67
views
Godot apksigner error - all 'apksigner' tools failed to execute
When exporting the project to Godot 4.2.2 for Android, I encountered the error: [Code signing] All 'apksigner' tools located in the Android SDK 'build-tools' directory failed to execute. Please check ...
1
vote
0
answers
69
views
Jittery movement in tilebased Pokemon-like movement system
I tried creating a tilebased movement system in Godot similar Pokemon, however I get jittery effects after a while of moving around
Here is my Player Script handling inputs and state transitions:
...
0
votes
0
answers
116
views
GODOT Pixel font has extra pixel of spacing
I am making a pixel mobile game, and using a 3x5 pixel font. But Godot is adding a pixel of spacing around and I cant figure out why. Is this something to do with the font, or is there a Godot setting ...