The script isn't executed properly. Sometimes I load something and call a test function but it doesn't seem to load the scripts. I tried the ready function. I've spent a long time debugging. Some scenes don't even seem to load fully using resourceloader load_interactive.
I am trying to use resourcequeue and using that load each stage. There is a config file telling it what to load and then it loads each stage with the resources and a given ID (a feature I added so you can get preloaded resources either by I'd or file path). I don't know if this is overkill but I saw pck files but the resourcequeue seems to do the trick.
There is probably an error in the scene but no error message. Sometimes I think it shows random syntax errors even when I try and run the project.
I think my main problem is that I cannot see were things go wrong and things go wrong too often and it means I either cannot load a particular scene at all or when it does load I can't call a function. It doesn't seem to be a placeholder either.