How to remove a package on Unity iPhone?

Hi,

I downloaded a package to test out some function on my projects. It added loads of folders. Now after testing it, I decided not to use it. Is there a way to remove the package including the created folders?

Thanks.

-Hakimo

There's no "uninstall" process, but what's stopping you from just deleting all those assets?

With packages like this that scatter all over the place it might be useful to you to create an empty project, import the package, put all of the contents of that package into a new directory and then create a new package from that. There might be some exceptions if scripts need to be in a certain directory but I have found that re-packaging in this way can save on some major headaches when you need to remove a package.

Unity Package Uninstaller