Hey, I have a Problem with custom Resources and after searching around I only found this post, which explains exactly my Problem: https://forum.godotengine.org/t/customresource-not-able-to-save-another-customresource-that-also-has-it-saved-as-a-variable/69650
My source code: https://github.com/Arbee4ever/Train-Game/tree/rewrite
Example Savefile with broken references to custom Resource (all null variables): https://github.com/Arbee4ever/Train-Game/blob/rewrite/network.tres
Godot Version 4.2.2 Question So I am trying to have 2 different Custom Resources save references of each other, where both have access to each other. When I try to save when both have each other to save, it saves as null and gives me this error: “Resource was not pre cached for the resource section, bug?” When I changed everything so it only...