Hi - I’m trying to run the Unity profiler with a WebGL build. Apparently this is currently unsupported on Chrome so I’ve tried to use FireFox (44) only to get this error at startup in the dev console:
SyntaxError: missing ; before statement
this is related to UnityLoader.js, specifically these lines:
var browser = (function(){
var ua= navigator.userAgent, tem,
M= ua.match(/(opera|chrome|safari|firefox|msie|trident(?=/))/?\s*(\d+)/i) || [ ];
Is there any way for me to fix this locally? Thanks!