You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I'm happy to announce that Easy Charts is now completely supported on Godot 4.x.
I had surgery which prevented me from working and staying focused, so please forgive the long wait. My condition is improving without any problems, and today I decided to spend some time on the project to update it, as I am on sick leave and will still have some days off work.
Migration
Talking about the update, if you were already using the latest version for Godot 3.x, there are no changes whatsoever on the exposed APIs.
If you have a 3.x Godot Engine's project, I would suggest to:
Create a copy of your project (copy and paste the whole folder)
Remove the addons/easy-charts folder, still leaving all of your scripts referring to the addon classes. Everything will be fixed in later steps.
Open the cloned 3.x project in the 4.x editor, and let the editor convert your project (or convert it through the command line. Follow the official guide!!)
Double check that everything was converted correctly. Don't care about issues related to Easy Charts missing
Close the project and Godot.
Download the new version of Easy Charts on the master branch as done for any other plugin.
Now open again your project from Godot Engine 4.x editor.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Today I'm happy to announce that Easy Charts is now completely supported on Godot 4.x.
I had surgery which prevented me from working and staying focused, so please forgive the long wait. My condition is improving without any problems, and today I decided to spend some time on the project to update it, as I am on sick leave and will still have some days off work.
Migration
Talking about the update, if you were already using the latest version for Godot 3.x, there are no changes whatsoever on the exposed APIs.
If you have a 3.x Godot Engine's project, I would suggest to:
addons/easy-charts
folder, still leaving all of your scripts referring to the addon classes. Everything will be fixed in later steps.Full Changelog: v05.02.23...v15.05.2023
This discussion was created from the release 🎊 4.x support is here!.
Beta Was this translation helpful? Give feedback.
All reactions