ivan-resetnikov / grappling-hook-3d

This is a simple, yet customizable tool that makes it very easy to implement a grappling hook in your 3D FPS game.
MIT License
24 stars 0 forks source link

Conflicts with default installation structure #2

Closed levidavidmurray closed 2 months ago

levidavidmurray commented 9 months ago

This addon looks super useful! Can't wait to give it a shot.

I just wanted to point out that it looks like the default installation structure is the entire project folder. I've never made a custom addon so I'm not sure of the solution. Maybe the plugin config subfolder isn't configured correctly?

image

In any case, thanks for this!

ivan-resetnikov commented 9 months ago

Yes, that's an issue I noticed myself before. I'm going to look at other people's add-on repo's structure, and figure out the solution.

ivan-resetnikov commented 2 months ago

It seems that Godot does not have any metadata file format similar to .gitignore to specify files and directories that will be ignored during an install from the AssetLibrary in the engine. I will mark this a closed until this feature comes.

The solution for now would be to un-check the files that you do not want to come with the install.