Playing different sequence is not working on HoloLens
Hello,
I am trying to change the 'sequence' property of my 3Dmodel using JS for a HoloLens experience.
On the preview everything is ok, but on the Hololens itself the sequence is not switching.
The sequence itself is called "sequence" ("l-Creo 3D - sequence.pvi").
I tryed several approaches to reach the sequence:
$scope.setWidgetProp('staticModel', 'sequence', "app/resources/Uploaded/l-Creo 3D - sequence.pvi");
$scope.setWidgetProp('staticModel', 'sequence', "Uploaded/l-Creo 3D - sequence.pvi");
$scope.setWidgetProp('staticModel', 'sequence', "l-Creo 3D - sequence.pvi");
The interesting thing is, that all of these above is working in the preview.
But not with the HoloLens eventually.
I am using Creo Illustrate 4.2 and a single PVZ file is uploaded to the application resources in Studio.
Any help will be much appreciated.
Thanks!

