Quick question, if I’m developing on a PC and using UnityEngine.Windows.Speech for dictation, speech recognition, etc, but I build for iOS, will the speech recognition work?
It will only work on Windows. Most likely it is using native Windows APIs which obviously will not be available outside of Windows.
1 Like