Help: Testing a scene from a certain time onwards

Hi,

I am currently working on a VR project that involves the viewer moving along a set fixed path whilst multiple animations happen around them. The length of this experience is around 4 minutes.

Currently whenever I want to preview the whole scene I have to start from the beginning - this is slowing down my work process.

Is there a way to start/preview a scene from a certain time onwards? An example would be I am working animating a section 90 seconds in, and it would be really helpful to start previewing the scene at the 80 second mark and not the beginning.

Thank you in advance,
Dan

You could use a simple script with Time.TimeScale to speed up the time until you arrive at where you want it to be.

1 Like

Hi DroidifyDevs, many thanks for pointing me in the right direction.