XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
307 stars 34 forks source link

TryGetService should not log an error when not found #904

Closed FejZa closed 2 years ago

FejZa commented 2 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

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.

FejZa commented 2 years ago

Closed, there is a parameter showLogs I wasn't aware of.