Daily Discussion - Jun 20th, 2023

https://programming.dev/post/114445

Daily Discussion - Jun 20th, 2023 - programming.dev

Welcome to the Daily Discussion! This is a place where you can do general chat in the community for things that might not deserve their own post

Do you think there's any chance for advance converter of Godot 3 projects to 4? I spent long time converting methods and still shitton of stuff in pet project is so broken I just switched back to 3.

I think you might be out of luck. Even C# projects use a different semantic with dotnet6.

I spent a good long while reimporting resource references and rewriting code.

It was totally worth it tho!

Right, thanks for answering. I may just redo my pet project then, my logic seems easier to move than 3D controller stuff which I actually used a template for.
Man, scenes with animations in them are what suck for me.