Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Feature Request: Runtime APIs to get the version of each XRTK module in use #648

@FejZa

Description

@FejZa

XRTK - Mixed Reality Toolkit Feature Request

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; }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions