Godot Version
4.4.1
Question
Not-Important-Pretext: So i started programming 3 weeks ago, because i had an idea, and wanted to check out how hard it would be to realise it. Turns out super hard, and most of the time something breaks out of nowhere, or it works for no reason (looking at you subviewports). With close to no knowledge or expertise in gamedevelopment i managed to create a simple basic game in th Editor …
Important-stuff: When i export my game (3D to winEXE), stuff is just missing. Mainly from one specific node (meteorite spawner), with some specific objects (the meteorites).
I checked the Errormessages, and came to the conclusion, that i have to redo the whole thing … and i accept that. BUT i dont want to do that again if possible, so can anyone tell me why theese specific items are not loaded? (I have like 60+ scenes but just these are broken). Did I do something wrong? How can i circumvent this kind of problem?
tl;dr why scenes not loading?
Godot Engine v4.4.1.stable.official.49a5bc7b6 - https://godotengine.org
Vulkan 1.3.280 - Forward+ - Using Device #0: NVIDIA - NVIDIA GeForce RTX 2060
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_2.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:8)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_3.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:9)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_4.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:10)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_5.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:11)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_6.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:12)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_7.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:13)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_8.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:14)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_9.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:15)
SCRIPT ERROR: Parse Error: Preload file “res://Scenes/Meteorite_1_10.tscn” does not exist.
at: GDScript::reload (res://Scripts/meteor_1_spawner.gd:16)
ERROR: Failed to load script “res://Scripts/meteor_1_spawner.gd” with error “Parse error”.
at: load (modules/gdscript/gdscript.cpp:3022)