ephread / inkgd

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

inkgd not in asset library #1

Closed RobertWalter83 closed 5 years ago

RobertWalter83 commented 5 years ago

Describe the bug I wanted to try out this plugin, but cannot find it in the asset library

To Reproduce I searched for inkgd as well as looking for it in the alphabetically ordered list, no inkgd. image

Environment:

ephread commented 5 years ago

Hey @RobertWalter83, it was only accepted a few minutes/hours ago (yay \o/): https://godotengine.org/asset-library/asset/349

Might be a caching issue on their end, I'll watch this closely, but you may want to try again in a few hours.

RobertWalter83 commented 5 years ago

Wow, didn't know it's that fresh! Congrats!

ephread commented 5 years ago

Thank you! Yeah, it's super new, I released it two days ago!

Upon further investigation, the asset is tagged as Testing, not as Community which is most likely the reason why it doesn't appear in the editor. It might have defaulted to "Testing" because it's tagged with a version below 1.0 though, so I'll have to ask whether it's going to be a problem or not on the Discord.

In the meantime (I should probably put that in the README), you're probably better off downloading the release and importing it through the AssetLib tab.

Don't hesitate to open up issues if there's something missing/unclear in the doc or if you encounter a nasty bug and thanks for your support!

Calinou commented 5 years ago

After approving the asset, I forgot to change the support level from Testing to Community (Testing being the default level when an asset is newly-approved).

I just changed the support level to Community; sorry for the inconvenience.

ephread commented 5 years ago

@Calinou all good, thanks for the swift response!