MaxEsinM
Normal8mo ago
4 replies
MaxEsin

Microphone doesn't work

For some reason one of the clients run into this line and others can't hear it. Why is it happening and how can I fix it?
I have 3 roles - Teacher, Player, Observer. No one can't hear the one who starts as player, but other roles are ok and player can hear other roles. I did find any problems with avatar prefabs, they are pretty similar.

Class name AudioDeviceDataReader. Line 46
// If the next read head will be past the write head position, bail.
if (nextReadHeadPosition >= writeHeadPosition)
return false;
image.png
Was this page helpful?