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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.