- Home /
Is Unity not compatible with this library?
I am trying to import a DLL from a VS project and I'm "using System.Text.Json." When i drop the build dll in my Assets folder i get the following error. Is Unity not compatible with this lib?
Unable to resolve reference 'System.Text.Json'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Comment