microsoft / OpenXR-MixedReality

OpenXR samples and preview headers for HoloLens and Windows Mixed Reality developers familiar with Visual Studio
https://aka.ms/openxr
MIT License
335 stars 95 forks source link

Disabling WMR transition effect #119

Closed maluoi closed 1 year ago

maluoi commented 1 year ago

Hey everyone! Hope you all are doing well :)

StereoKit apps load really fast! Faster than the transition effect the the WMR runtime plays when an app starts up! It would be nice if we could disable this effect, or significantly speed it up, or something.

In particular, when doing development I often use dotnet watch for fast iteration. Most changes will "just work" and hot reload while the app is still running, but "rude edits" will cause the app to rebuild and restart. When this happens, probably 90% of the time spent is just waiting for the load effect to finish. This could drastically improve iteration time for SK devs when working with the WMR runtime.

If you'd prefer this sort of feedback in another forum, just let me know where is best!

mbucchia-msft commented 1 year ago

Unfortunately Nick, that transition is implemented by the Mixed Reality Portal, and it is not something that OpenXR for WMR can control or remove.

maluoi commented 1 year ago

Oh no! Okay, so Feedback tool then I suppose? 😂