I tried adding a dll to assets/plugins. This dll, Universal.Common.Serialization.dll, has .Net Standard 2.0 as a dependency and since Unity uses .Net 2.0 as a default I thought it would be okay. But I get the following error:
Unable to resolve reference 'Universal.Common.Net.Http'. Is the assembly missing or incompatible with the current platform?
Is there any way to resolve this error in Unity?
↧