Sequence navigation not possible on Hololens 2 hardware, but works using Preview.
- April 6, 2021
- 1 reply
- 1490 views
Hi.
Attached below is a simple use case that demonstrates the problem. In it, using preview, you can see the model navigating sequences. However, on the Hololens 2, the model doesn't show up in its default sequence (set by the setSection function, which returns, by default, the first sequence of the model), and is also not navigating through sequences with the help of the buttons.
Pretty much what is going on here is that I have a JSON object that specifies the sequence files inside an array, so it can be iterated in the experience. The iteration through this array is done by the forwardSection and backSection functions. Once the buttons are pressed, forwardSection/backSection is called, with setSection being called afterwards with the proper argument (the next/previous sequence number).
Has anyone encountered this before or knows what could be the reason why? Any help is appreciated.
Thank you!

