Forum Discussion
MResearch
5 years agoMHCP Member
Oculus Integration's GetLoggedInUser() returns user ID = 0
We use Oculus Integration to source the user's ID, but we observe problematic responses for specific user account's responses from the Oculus SDK.
The implementation itself is minimal to present the issue:
Users.GetLoggedInUser().OnComplete(delegate (Message<User> message){ user = message.Data; });For multiple accounts we would test against internally, which previously worked, we now receive a user with ID = 0, both in Unity Editor and on new and previous builds of the project where they once worked correctly. These accounts on Oculus PC have matching Oculus Quest accounts which do continue to work as intended.
Has this been observed by others? The problem appears to have arose in the last few months.
1 Reply
Replies have been turned off for this discussion
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago