Search Issue Tracker
Fixed in 5.4.0
Votes
1
Found in
5.1.0p1
Issue ID
705893
Regression
No
SystemInfo.deviceUniqueIdentifier for WebGL returns n/a
-e: see title
-repro:
--build and run a project that calls SystemInfo.deviceUniqueIdentifier
--NOTICE it returns "n/a"
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
ironfiftynine
Oct 05, 2016 02:59
I built a webgl game using Unity 5.4.0f3 and SystemInfo.deviceUniqueIdentifier still returns n/a
BonyYousuf
Nov 11, 2015 14:19
This will never be possible since WebGL uses javascript library and javascript can not access mac address of a device for security reason.