godot4 Questions
2
Solved
After exporting my project to Android a directory named .godot/exported appeared in the root of my Godot project. It seems to contain some cache for the resources I have exported.
Problem is, autof...
1
Solved
I have a panel with a StyleBox applied in "theme overrides".
How do I programmatically change its background color?
4
Solved
I have exported the web version of my Godot 4, it is in a folder on my local drive.
Because of the SharedArrayBuffer dependency I can not just double-click in the index.html file. If I do so I see ...
Quagmire asked 1/8, 2023 at 15:19
3
Solved
Previously, in Godot 3.1 I had something like this to wait for a Tween animation to finish:
await current_screen.tween.tween_completed
Where the tween was a node of the current_screen. Now, as I un...
Handy asked 5/8, 2023 at 13:48
2
Solved
Consider a control that behaves as a decorator to user provided controls, like a window frame. I want my control to have all the common logic of the window (title bar, draggable window borders, but...
1
Solved
I exported the godot project to HTML5 and after uploading to itch.io I got the error Error The following features required to run Godot projects on the Web are missing: Cross Origin Isolation - Che...
1
Solved
I'm creating a game using Godot Engine and I can't figure out how to create a wall to prevent a player from walking out of the screen.
The player is able to walk out of the screen window. How do I ...
1
© 2022 - 2024 — McMap. All rights reserved.