Unity Editor Freeze with Photon Mic Type
Unity 2018.3.5 OSX Editor freezes on clicking play, the second time when the selected microphone type is photon. This issue is observed in the Photon Demo Voice UI project as well. No issues are observed when switching to Unity Microphone type.
0
Comments
Thank you for choosing Photon!
Do you have Recorder.ReactOnSystemChanged enabled (true)?
What about Recorder.SkipDeviceChangeChecks?
Recorder.ReactOnSystemChanged is unchecked
As for Recorder.SkipDeviceChangeChecks, I can't seem to find that field
My PhotonServerSetting Version is Pun 2.15
In the Photon Voice 2 Change Log The latest entry is of, v2.13 (February 03rd, 2020)
Thanks for the heads up.
However, there should be no compile errors when importing or updating Voice.
Could you try importing Voice latest in a new fresh clean empty project?
public interface ISyncAudioOut<T> : IAudioOut<T>
{
int PlaySamplePos { get; set; }
void Pause();
void UnPause();
}