Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0a1
Issue ID
782859
Regression
Yes
[DeveloperAnalytics] UserID is set to "anonymous" for signed in user
For same session UserID is send as 'anonymous' and ID for signed in user.
To repro:
0. The issue is floating, so you'll need to try for several times.
1. Run Unity as signed in User.
2. Open project.
2.1 Note UserID in SessionInfo event.
2.2 Note UserID in EditorStartups event.
2.3 Note UserID in ProjectSnapshot event.
3. Open another project.
3.1 Repeat 2.1-2.3
4. Close Unity.
4.1 Note UserID in SessionInfo event.
Actual result: In some of this events UserID would be set to anonymous, for other - as ID. All other data is correct.
Expected result: User ID is set always as ID, if the user is signed into Unity.
Appears from 5.5, did not find it in 5.4.0b12.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment