microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

Why isn't this a unity plugin/package? #63

Open KangTheTerrible opened 2 years ago

KangTheTerrible commented 2 years ago

Hi there, I was in the process of importing/extracting this unitypackage but noticed it was importing directly into assets. Would it be possible to upgrade this so that it works like most modern unity packages using the package manager and imports into the packages folder? This results in a much cleaner and more maintainable deployment. I've already done the effort locally and will probably fork this in the meantime.

Thanks,

Rami

payzer commented 2 years ago

It's a really good suggestion and perhaps we can do another version that is built to work with the package manager. Thank you for raising it.

The reason we use the asset model is our minimum supported version is 2017, which doesn't have full package manager support.

rksouthee commented 10 months ago

Has there been any update on this? Is 2017 still a minimum supported version?

Would be nice if we could use the Packages folder rather than importing directly in to the Assets folder