Skip to content

Asset retargeting has some hard coded lines for the mixed reality toolkit #92

Description

Asset retargeting does some file/assembly lookup that assumes the assembly will be named with Microsoft.MixedReality.*:

else if (type.Namespace == null || !type.Namespace.Contains("Microsoft.MixedReality.Toolkit"))

To support a wider variety of projects for asset retargeting, this should be fixed to use something more generic. Given these commands are typically called from powershell scripts it may benefit from having an argument that is the file prefix/suffix

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions