Makes readme and license available in addons folder.
This improves the asset lib import, because only the addons folder will be shown.
Readme, project.godot and license would normally clash either way. The only thing I'm not sure about is my solution to making the readme available in the addons directory.
Hides readme.md, project.godot and LICENSE on export as recommended by godot: https://docs.godotengine.org/en/latest/community/asset_library/submitting_to_assetlib.html#recommendations
Makes readme and license available in addons folder.
This improves the asset lib import, because only the addons folder will be shown.
Readme, project.godot and license would normally clash either way. The only thing I'm not sure about is my solution to making the readme available in the addons directory.