-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenUPM support. Unity Package Manager #108
Comments
I have set this up already - https://openupm.com/packages/com.rsg.promise/ Published from my personal account because I no longer work for RSG and I'd prefer to keep the main repo set up as a regular Visual Studio project anyway. While many people use the library in Unity there are also people who use the Nuget package in regular .NET projects, so restructuring the main branch to be a package isn't ideal. Migrating from my personal repo to a separate branch in the main repo would be a good idea but I wouldn't really like to do that without having some kid of process to automate it. Building, copying the DLL, checking out a different branch and committing it is a kind of complicated process to have to do manually all the time. Something like what gh-pages does where it can automatically copy build artifacts to a different branch for you would be ideal. |
Brilliant! Don't why I didn't see that. My bad 😄 |
I'll update the readme with a link to the package so that it's easier to find in future 👍 |
Hi there, it would be great if RSG Promise could be apart of OpenUPM
It will also solve dependency issue mentioned in issue #76
However, it maybe need to be a new branch as that focuses on UPM structure while master branch still supporting plan .NET projects?
The text was updated successfully, but these errors were encountered: