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!
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!