Cannot use "string.Format( @" ... ") method for running Chuck script in C# scripts when running on Android if loading wav files with SndBuf
Doing so will result in "FORTIFY: pthread_mutex_lock called on a destroyed mutex" error from Android and app crashes
Recommend that Chunity apps for Android use "chuck.RunFile("ChuckFile.ck");" method with the Chuck file located inside StreamingAssets folder
Cannot use "string.Format( @" ... ") method for running Chuck script in C# scripts when running on Android if loading wav files with SndBuf
Doing so will result in "FORTIFY: pthread_mutex_lock called on a destroyed mutex" error from Android and app crashes
Recommend that Chunity apps for Android use "chuck.RunFile("ChuckFile.ck");" method with the Chuck file located inside StreamingAssets folder