Unity-Technologies / 2d-techdemos

Tech Demos for Unity 2D Features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Git tag for 2d-extras dependency instead of branch.

RyotaMurohoshi opened this issue · comments

2d-extras has git tag to add dependency for 2d-extras Unity Project.

see : Unity-Technologies/2d-extras#152

This 2d-techdemos use master not git tag.

"com.unity.2d.tilemap.extras": "https://github.com/Unity-Technologies/2d-extras.git#master",

So, auto diff will be appear when 2d-extras master is updated.

To avoid this auto diff, I proposed using git tag for 2d-extras dependency.

When I create this PR #19, auto diff is created.

So I want to avoid this auto diff.

In the future, when the package is available on Unity Package Manager, we would change this to use the Unity package available instead of using git to pull the source from the repository. This would also be better for users who do not have or do not use git as well.

I got it.

I close this issue.