Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chrisfromwork opened this issue Dec 19, 2019 · 0 comments

Comments

@chrisfromwork
Copy link
Contributor

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

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

No branches or pull requests

2 participants