Missing CharacterController.gd script
3ddelano opened this issue · 1 comments
3ddelano commented
Unable to enable the plugin because the script Character/Scripts/CharacterController.gd
doesnt exist when the plugin.gd file tries to preload it.
KennethOshiro commented
Hi, thanks for catching that. The original CharacterController.gd script was replaced, so I corrected the plugin script to reflect this.
I've submitted a pull request so this should be fixed once it gets merged in.
You can also clone the old-version branch if you want to see the original code that got removed.