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 was archived by the owner on Aug 11, 2024. It is now read-only.
Is your feature request related to a problem? Please describe
For testing and debugging as well informative purposes there should be a convenient way for developers to get the version in use for each XRTK module active when the application is running, e.g.
XRTK.Core v0.2.0
XRTK.SDK v0.2.0
...
How would you classify your suggestion
Usability / Configuration
Dev Tools
Describe the solution you'd like
I can imagine this being an API of MixedRealityToolkit itself, e.g.
public string[] MixedRealityToolkit.Versions { get; private set; }