-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dependency Error #5
Comments
Apologies for insufficient initial info, I already was installing it via NuGet for Unity, and still getting this issue. |
See if installing System.Text.Json 9 changes anything. |
Immediately results in a broken assembly error on AssetRipper.Mining.PredefinedAssets, and trying to run the json factory anyways gives a Also tried System.Text.Json versions 8.0.5 and 8.0.0, but both of those just resulted in the same error about the CompilerServices.Unsafe library. |
Is your project targeting .NET Framework or .NET Standard? |
.NET Standard |
With the other development priorities on my plate, I do not currently have time to investigate this. I'll probably look into it during the week after Christmas. |
Got it, I completely understand, I've been in the same position myself. If I had one suggestion for a potential quick fix, it'd be to upgrade the text.json version up to 9 and then recompile it and push it as a NuGet update. Don't feel obligated to try this right now though. I completely understand being in development priority hell. Edit: I'm an idiot, the missing projects are just subprojects of the main repo, I'll try recompiling it myself. |
Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1
May be related to why System.Text.Json 8.0.4 is flagged as having a high vulnerability.
The current Unity version I'm working with is 2019.3.15f1
The latest release of this has worked for me in the past in Unity 2021.3.28f1, but changing the project version of my current one to that still results in the same assembly error.
The text was updated successfully, but these errors were encountered: