Godot Help
If you are looking to ask a question about or need help with an issue using the Godot game engine. Please don't forget to mark the "Best Answer" if a solution is posted.
Latest engine news:
- I
Saving a Typed Array and Loading it as a Typed Array using FileAccess
- ItsMeAlec replied
- I am trying to save an Array[Switch] to a file using store_var() and FileAccess. However, when loading it back it comes back as an untyped Array. ## Saves switches to the file specified in SAVE_PATH f...

I don't get why : BitMap "grow_mask" method leads to on out-of-bounds error
- cDesoto started
- Hi! I am working on a .gd color outlining script for AnimatedSprite3D and Sprite3D (what the hell is a sHaDeR ?!). What it does is: on _ready() checks the Sprite3D texture then, if necessary, duplicat...