I am working on a unity project and want to use Sodium for cryptography (public key sealed box). The problem is, when I install any library (and I've tried many), the library appears in the assembly references section for a few seconds and then disappears. Consequently, I have been unable to use it.
The error looks like this:
The type or namespace name 'NSec' could not be found (are you missing a using directive or an assembly reference?
Also I've used many different libraries but they just don't work.