Programming
Learn to code and ask for help with Godot. Talk about networking, encryption, APIs, you name it, it's all programming and it's all here.
Latest engine news:
- K
Invalid get index 'BackgroundLoading' on base (TitleScree,GD), why this happens?
- k-storm-studio-ltd replied
- I got this error: "Invalid get index 'BackgroundLoading' on base (TitleScree,GD)" on this line of code get_tree().get_root().get_node("MainScene2D").BackgroundLoading.load_scene("scene_to_load.tscn") ...
Resources created from a script get some of its variables set to 0 once opened in the inspector
- llHate replied
- I wanted to move from my json data base to resources in order to keep track of metadata like status, durability, exp, etc. So I created to do the job for me. The resources are created and I can open t...