unityscript - Detection of userAgents that do/do not support Unity3d Plugin -
the unity3d web player plugin supported explorer, firefox, safari, mozilla, netscape, , camino on windows or osx.
via javascript, best method determining whether users configuration supported, can alert them appropriate message? there plugin out there might support case well? i'm looking easier solution combing through properties manually , testing on different devices myself.
thanks in advance!
since unity uses npapi (for non-ie browser support), should work in every browser. don't list chrome, example, unity works in chrome. there's no reason shouldn't work in gecko- , webkit-based browsers, make of rest.
so before deploy code this, consider whether want show alert annoy vast majority of users see no reason. if concerned users whom unity won't work, blacklist of browsers (or users) encounter problems better solution.
Comments
Post a Comment