modesttree / Projeny

A project and package manager for Unity
MIT License
693 stars 87 forks source link

Add support for the lumin platform #84

Closed decden closed 6 years ago

decden commented 6 years ago

There is currently a technical preview build of Unity with support for the lumin SDK. I would like to add it as one of the supported platforms of projeny. Since the lumin target is not yet part of BuildTarget in the standard Unity distribution, I used reflection in order to see if the platform is available.

svermeulen commented 6 years ago

Thanks

decden commented 6 years ago

Thank you for merging my changes! I was just wondering if you could make a new release which included these changes?