OrigamiDev-Pete / TODO_Manager

Godot plugin that adds a TODO list to the editor dock.
MIT License
360 stars 27 forks source link

Can't find in Godot Asset Library #47

Closed tobydjones closed 2 months ago

tobydjones commented 3 months ago

Godot version:4.2.1

When I start Godot and search in the "Asset Library Projects" tab, I can't find "TODO Manager". I found it in the asset library online and saw it's labelled "3.x" Does that mean it doesn't work with Godot 4, or can you simply update a setting somewhere for it to be available in the asset library in Godot 4?

OrigamiDev-Pete commented 2 months ago

That's interesting that the Godot 3 version is being displayed in the AssetLib because as far as I know it should show plugins that are marked as compatible with your current version. The 3.x version definitely doesn't work for Godot 4; the corresponding version should be 'TODO Manager (Godot 4)'.

I just checked in Godot 4.2.2 and it finds the correct version so perhaps it is a bug in 4.2.1. If you're still encountering the issue, it is also possible to download the plugin from Github directly and place it in your project's addons directory.

tobydjones commented 2 months ago

So, I've finally realised what I did wrong: