In my game, I have a system to check if a path_2.tres file exists. And in the editor, it returns true like it should. But when I export the game, it returns false because the file name in the exported version is path_2.tres.remap. I don’t know how to fix this.