microsoft / MixedRealityToolkit-Unreal

The Mixed Reality Toolkit for Unreal provides a set of components and features to accelerate Mixed Reality app development with Unreal.
MIT License
137 stars 20 forks source link

AppManifest files to launch custom app with appuri #16

Closed bvaibhav1 closed 2 years ago

bvaibhav1 commented 2 years ago

Not sure if this is the correct place; posting anyways.

Where do we access the AppManifest file for ue4 to modify hololens appuri extension.

luis-valverde-ms commented 2 years ago

I've never done it myself but it seems that you can add information to the manifest via a [/Script/HoloLensPlatformEditor.HoloLensTargetSettings] section in a .INI file. See for example HoloLensEngine.ini in UX Tools. More details here. Let me know how it goes.

bvaibhav1 commented 2 years ago

Thank you for the quick revert and giving a starting point. I assume i will need to modify the generator to add the desired parameters.

bvaibhav1 commented 2 years ago

Thank you for this! Worked like a charm. Ended up modifying the manifest generator.