You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
TryGetService(..) should not log an error when the service is not found, compared to GetService. When using the try pattern, the developer is aware it might not exist and thus it not being there, is not an error.
The text was updated successfully, but these errors were encountered:
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
TryGetService(..)
should not log an error when the service is not found, compared toGetService
. When using the try pattern, the developer is aware it might not exist and thus it not being there, is not an error.The text was updated successfully, but these errors were encountered: