A better repo structure and a couple of other fixes
Hi,
I made the following changes:
- created a unity project
- moved source files to Packages folder
- fixed dependencies to point to git repositories
- version bump
- use guid option in asmdef
This configuration (the repo being a whole unity project) makes it easier for development. To publish a version under this configuration, I use this tool: git-upm-publisher.
git-upm-publisher currently requires a couple manual setup steps. I will try to make it streamlined with an installer script.
I will convert this draft to an actual pull request when it is done. I will give you a mention to let you know then.
Cheers.
@k0dep
I released git-upm-publisher on pypi. Give it a try and let me know if you are comfortable using it. If so, you can just merge this PR and release your new version with it (I already bumped the version in package.json for you).
Then you can just develop, bump the version, and release the new version using git-upm-publisher.
Also, about git urls in dependencies, take a look at this: https://github.com/mob-sakai/GitDependencyResolverForUnity