BindingRx icon indicating copy to clipboard operation
BindingRx copied to clipboard

A better repo structure and a couple of other fixes

Open starikcetin opened this issue 6 years ago • 1 comments

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.

starikcetin avatar Nov 01 '19 17:11 starikcetin

@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

starikcetin avatar Nov 01 '19 23:11 starikcetin