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"
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
- "Unexpected exception System.DllNotFoundException" error thrown in the Console window when creating a project with 2D (URP) Template
- [Backport] [XR SDK] [HDRP] XRSettings.gameViewRenderMode does not change Game View Render Mode
- [Backport] [Android][Vulkan] Crash on Samsung Note8 while running gfx tests
- [Backport] Wrong sorting for "GC Alloc" column in Show Related Objects panel of Profiler Window
- [Backport] [iOS] Unfreed allocation errors thrown in Console when executing Build And Run with iOS platform
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.