Skip to content
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

Installing for Unity #161

Open
atnegrete opened this issue Jun 18, 2024 · 1 comment
Open

Installing for Unity #161

atnegrete opened this issue Jun 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@atnegrete
Copy link

Bug report

Describe the bug

I get this error after running the nuget command inside my Assets folder. nuget install supabase-csharp -OutputDirectory ./ -Framework netstandard2.0

Assembly 'Assets/Custom/Supabase/Microsoft.IdentityModel.Tokens.7.0.3/lib/net8.0/Microsoft.IdentityModel.Tokens.dll' will not be loaded due to errors:
Unable to resolve reference 'System.Security.Cryptography'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.

System information

  • OS: Win 11

If I delete Microsoft.IdentityModel.Tokens.7.0.3 it causes other errors, which is odd since it's not a "required" library according to this https://github.com/supabase-community/supabase-csharp/wiki/Unity ?

@atnegrete atnegrete added the bug Something isn't working label Jun 18, 2024
@MhouneyLH
Copy link

I just installed NuGetForUnity and installed the c#-client with it. It worked pretty well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants