Guillemsc / GTweensGodot

C# tweening library for Godot 4.x
MIT License
180 stars 6 forks source link

Improve NuGet installation steps #5

Open Guillemsc opened 1 year ago

Guillemsc commented 1 year ago

Right now, the library depends on the context node for updating tweens. This node needs to be setup with Autoload, which is fine for installation with the release, but when installing with NuGet, this script is not avaliable on the Godot autoload system.

Because of that, the installation steps requiere the manual creation of a script, which will call the library internals, for being able to hook it to the Autoload system.

Ideally this step would be removed, and the installation more straightforward.