godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.44k stars 1.52k forks source link

Update plugins demo to use custom Resources #1061

Open Calinou opened 1 month ago

Calinou commented 1 month ago

Which demo project is affected: https://github.com/godotengine/godot-demo-projects/tree/master/plugins

Description: The Plugins demo currently doesn't rely on custom Resources and uses Nodes instead. This was because of limitations in Godot 3.x that made it impossible to export custom Resources. However, this limitation has been lifted in Godot 4.0, so the demo should be updated to use the new recommended usage patterns.