You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to build using WebGL due to the GenericAudioInput script referring to the Microphone, which WebGL doesn't support.
Example error:
Assets\ThirdParty\Reaktion\Utility\GenericAudioInput.cs(69,40): error CS0103: The name 'Microphone' does not exist in the current context
I've tried #if !UNITY WEBGL code to not use this reference, as well as deleting scripts, but both come back with further errors.
Anyone know how to resolve this?
Thanks.
The text was updated successfully, but these errors were encountered:
Firstly - it's better to use https://github.com/icosa-gallery/open-brush-toolkit for both code and reporting issues. While they are currently identical this repo will never be updated whilst the Open Brush one will be maintained going forward.
In answer to your question - I think we tackled this exact problem for exporting to Styly. See if this helps:
I'm struggling to build using WebGL due to the GenericAudioInput script referring to the Microphone, which WebGL doesn't support.
Example error:
Assets\ThirdParty\Reaktion\Utility\GenericAudioInput.cs(69,40): error CS0103: The name 'Microphone' does not exist in the current context
I've tried #if !UNITY WEBGL code to not use this reference, as well as deleting scripts, but both come back with further errors.
Anyone know how to resolve this?
Thanks.
The text was updated successfully, but these errors were encountered: