-
Notifications
You must be signed in to change notification settings - Fork 35
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
[Enhancement] Add to Unity Package Manager (UPM) #29
Comments
I, too, would love to have this as a Unity package. Considering there is no reply to this, and no updates to the package in quite some time, I figure it is a long shot, but should this ever become a Unity package, it would be great to also add it to OpenUPM. https://openupm.com/ Thanks, |
I actually submitted it once but it was turned down for lack of
documentation. I could try again I suppose. Any of you are welcome to do
so as well.
…On Fri, Sep 18, 2020 at 2:43 PM MostHated ***@***.***> wrote:
I, too, would love to have this as a Unity package. Considering there is
no reply to this, and no updates to the package in quite some time, I
figure it is a long shot, but should this ever become a Unity package, it
would be great to also add it to OpenUPM. https://openupm.com/
Thanks,
-MH
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD3XZRNP7ZD6EY3LS5BCBTSGOZ5HANCNFSM4M6ZAXOQ>
.
|
I have not submitted anything to them myself, but I believe the majority of it goes by the repo having a Unity package manifest and the appropriate tags on the repo itself for versioning and categorization. On a side note, is there anything specific you have to do to get this working with Unity? Upon trying to bring it in after building, pretty much every other Unity package ends up failing to load: I looked through the wiki, but I didn't see anything specific on it, just that it was compatible. --- Edit, I just brought in the files themselves from the base package and see that I am missing Span<>, which I thought should be supported as part of C# 8 if I am not mistaken, but I dig deeper to see whats going on. |
Ohh, you might need to yank out span, or grab a version from before span was added. Don't know if unity supports that yet. |
How might I go about getting a version without span? Is there a specific commit I would have to grab? Normally I would check through the the "Releases" tab but it doesn't seem to be available on the repo. I apologize, most of my C# experience over the last few years has revolves around Unity and as such I am not super familiar with nuget packages, do they include the source files when you download them? I typically prefer to use that and then create assembly definition files for them when I can to keep things consistent. |
I would also be interested in this! FYI @MostHated the steps to install this package as a dll from nuget:
For implementing this feature, it might be good to take a look at as a first step https://github.com/xoofx/UnityNuGet rather than OpenUPM? |
Unity doesn't have nuget. Unity has only UPM. Which have feature: "Add plugin via git".
Add packages to Unity project is more comfortably then via sources from zip
This tutorial may be helpful for add compatibility for UPM
https://www.patreon.com/posts/25070968
The text was updated successfully, but these errors were encountered: