microsoft / MixedReality-SceneUnderstanding-Samples

MIT License
52 stars 20 forks source link

Call to StartDisplay() in the Scene Understanding Manager needs to be Awaitable #3

Closed jorgonz closed 3 years ago

jorgonz commented 3 years ago

Currently the Start Display function in the Scene Understanding Manager component is not awaitable, the only way to do things after the scene has finished loading is to subscribe to the 'OnLoadFinished' callback.