Question by
Tatanan · Aug 28, 2015 at 02:27 PM ·
webplayercompatibilitymutex
Webplayer subset Mutex
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?
Comment
Your answer
