-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Install the MemoryPack.Unity package by referencing the git URL An error has been reported #358
Comments
PreserveAttribute is exists in Core. |
Thank you for your reply. Because I'm using the latest version MemoryPack, Unity doesn't support C# advanced syntax |
So you're saying you haven't installed it? |
this is happening with MessagePack too, I guess because Core/Shims etc doesn't have a package.json nor the package.json in MemoryPack.Unity includes the dependencies. |
Oh, I see, I'll take a look at the dependency. |
asmdef references |
Yes but in order for that to work you need to have the DLL included on UPM source somehow, I suggest making a package.json for core module, and further dependencies because of that. But honestly using nuget for unity is good enough for fixing this. Just decided to comment because installs via UPM only won't work. |
In the end, is it okay to say that the error is occurring because you are not following the instructions, even though NuGetForUnity says to add the dll first? |
Install the MemoryPack.Unity package by referencing the git URL
https://github.com/Cysharp/MemoryPack.git?path=src/MemoryPack.Unity/Assets/MemoryPack.Unity
The text was updated successfully, but these errors were encountered: