#Is it possible to get this code working in Godot 4.3?

1 messages · Page 1 of 1 (latest)

terse gale
#

Is it possible to get this script working in Godot 4.3? I've wrote what they have in the video and stuff suggested in the comments but for me it seems to break on the transition part of the code. Any help or substitutes would be greatly appreciated since I've been stumped by this for hours.
https://youtu.be/8Lj3pUYuVe8

In this tutorial, I show you to smoothly transition from one camera to another, both in 2D and 3D and under 5 minutes, let's go!

🎓 Learn how to make JUICY games 👇
https://www.udemy.com/course/learn-how-to-make-a-game-juicy-in-godot-4/?referralCode=1652C74B848551E05DAE

✨ Get it on the Asset Lib
https://godotengine.org/asset-library/asset/1574

...

▶ Play video
warm forge
#

It should be! However, there are notable changes between the version of Godot used in this video and 4.3. For one, Tweens are no longer nodes in godot, instead they are called in code now. Additionally, a lot of the syntax used has changed a TON since. Instead of trying to convert this tutorial, I'd either mess around with tweens on my own OR I highly recommend checking out the asset https://phantom-camera.dev/ .