BtheDestroyer / GodotVCamera

"Virtual Camera" addon inspired by Cinemachine for Unity
MIT License
46 stars 4 forks source link

Port to Godot 4 #32

Open kochich opened 1 year ago

kochich commented 1 year ago

This PR makes the VCamera plugin work in Godot 4. All of the scripts and example scenes were first run through Godot's own automatic conversion, then manually edited to make sure the plugin runs without errors.

The behavior of the plugin was not changed, verified by comparing the example scenes between the current version of the plugin running in Godot 3.5.2 and this ported version running on 4.0.2, which both produced seemingly identical output.

(I'm aware the plugin was originally made for 3.4, so if anything broke between 3.4 and 3.5, at the very least it remains broken in exactly the same way in 4.0 with this port.)