When using Web Player, exactly on the code
new Mutex(false);
I get an exception
> MethodAccessException: Attempt to access a private/protected method failed.
However, according to http://docs.unity3d.com/410/Documentation/ScriptReference/MonoCompatibility.html this method is
Mutex (Boolean initiallyOwned)
available for Web Player.
Do you know which is the problem and how to fix it?
↧