I Want to change some effects on my game if its running on mobile.
Using Browser.Platform seems to be the best way to detect mobile.
I wanted some values for most common platforms. Like Mac, Windows, Linux, iOS, Android. But I don't know what value they're going to return.
For Windows it returns Win32 (Maybe Win64 on 64bits OS).
I can check that for iphone(maybe ipod,ipad return different values), but and the other systems like Android, I don't own it, and don't know the exact return value.
Does anyone have the Browser.Platform values for most common systems?
thx