- Home /
how to get the browser user agent in unity webgl?
How can I get the browser user agent in unity webgl game?
thanks.
Comment
Answer by Schubkraft · Jul 27, 2015 at 10:13 AM
You can get the agent via non-Unity JS from your page and then pass that on to Unity. See http://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html
Your answer
Follow this Question
Related Questions
Webgl build disables mouse wheel scroll on webpage. 4 Answers
WebGL: Scroll Camera 0 Answers
webgl app is not working in browser 0 Answers
Build to WEBGL: IL2CPP NullReferenceException in browser 0 Answers