-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebGL build issue #1
Comments
See MicRoutines.js in the Deployment folder. |
The demo worked for me with some changes specifically in WebGL template. There were changes in Unity 2020.1 to the webgl loader I followed this guideline in section Add WebGL template You now can create your custom WebGL template and set it in PlayerSettings, unity instance config is loaded internally now, you can initialize and store unity instance using onSuccess callback of the promise @Reavenk great idea with the fcmpointer, thanks for the research |
do you have a new reference demo ? |
After build and run to WebGL format, when pressed "Recode button" the borswer show an error alert. It says - "An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was: ReferenceError: StartMic is not defined"
function unityFramework(Module) {
var Module=typeof Module!=="undefined"?Module:{};
The text was updated successfully, but these errors were encountered: