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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
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.