loopier / animatron

Animatron for Godot 4.x <
15 stars 1 forks source link

add SpoutLibrary.dll as a build dependency #57

Closed cappelnord closed 3 weeks ago

cappelnord commented 3 weeks ago

Currently exporting Animatron for Windows will not copy SpoutLibrary.dll into the same folder and Spout will not work. Adding the dependency will fix the issue.

Documentation on dependencies is scarce - this works but I am personally not quite sure what/why there are the empty strings here.

GitHub issue about missing documentation in Godot: https://github.com/godotengine/godot-docs/issues/9462 Redit thread with an example of dependencies that this solution is based on: https://www.reddit.com/r/godot/comments/17vii0e/gdextension_dependencies_section/

totalgee commented 3 weeks ago

Thanks! Merging to main and develop now!