MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
407 stars 110 forks source link

[FEATURE REQUEST] Allow moving the MRTK settings asset #922

Open Schroedingers-Cat opened 2 months ago

Schroedingers-Cat commented 2 months ago

Describe the problem

MRTK3 is adding visual noise to the Unity Assets root directory by placing its MRTKSettings.asset file in the MRTK.Generated directory. Moving this directory will break building causing an error that no profile has been defined for the current platform. The error is wrong and misleading because MRTK3 expects the MRTKSettings.asset at a specific location in the Assets directory.

Describe the solution you'd like

Previous versions of the MRTK (e.g. MRTK 2.8) had no problem moving the MRTK.Generated directory to a different place. It would be great if you could bring this back.

Describe alternatives you've considered

Moving the directory myself but that causes a build issue.

AMollis commented 1 month ago

@keveleigh will investigate a fix to address this request.