ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
305 stars 33 forks source link

v0.4.0 not available on the Godot Assets Library #52

Closed Lertsenem closed 2 years ago

Lertsenem commented 2 years ago

Describe the bug The doc describes how to use the 0.4.0 version, with an InkPlayer node. The available version on the GAL is 0.3.0 which does not seem to work in the same way.

To Reproduce Install the plugin through the GAL. Try to follow the doc at https://inkgd.readthedocs.io/. Confusion ensues. :]

Expected behavior The latest stable & documented version should match the one available on readthedoc. Especially so because the docs recommend installing the plugin through the GAL.

ephread commented 2 years ago

Hey @Lertsenem, it's been submitted to the Asset Library, but it's pending review. Sorry for the inconvenience.

https://godotengine.org/asset-library/asset/edit/4913

Lertsenem commented 2 years ago

Ok, no problems! Thanks for clarifying that! Maybe a disclaimer in the README about this could help?

ephread commented 2 years ago

Ok, no problems! Thanks for clarifying that!

Cheers, I hope the review will happen soon enough.

This is a rare mishap. There are massive changes between 0.3.0 and 0.4.0 and 0.4.0 is the first version to take advantage of ReadTheDocs. The transition should be much smoother in the future.

Maybe a disclaimer in the README about this could help?

Good idea! Fortunately, since the README points to the latest version of the doc, I've added a note in Installation.

ephread commented 2 years ago

Closing because 0.4.1 is now available on the Asset Library.