Yes, it probably means you made a typo with the case on the path names. Everything with string names or path names is case sensitive. So myScene.tscn
and MyScene.tscn
are not the same. However, debug and release have different behavior, which I think is a bug, but whatever. So please check that the file names are exact in relation to case.