max1mum_d3ath@lemmy.worldOPtoGodot@programming.dev•Has anyone had luck upgrading a project from 4.0 to 4.1?English
2·
1 year agoIt shouldn’t be too difficult to redo, especially if I use the original tscn content for reference. It’s the main menu UI and the only error I saw was related to textures I’m using for the buttons. I have a sneaking suspicion that it could be the TextureAtlas I created for the UI. I hadn’t thought of launching from command line, that’s a good idea!
I ended up resolving this by manually editing the scene files and removing references to PackedScenes in certain scripts. I had seen mention of 4.x having issues with cyclically referenced scenes, so that’s likely the issue.