Hello,
Sorry for the late reply.
I wasn’t able to replicate this issue in the last version of Slate (there was indeed a bug in some previous versions, but just to ensure that the OnEnter is called every time and you can work towards your project, please open up the SubCutscene.cs file and in it’s OnEnter method, add cutscene.Sample(0) at the first line, like so:
1
2
3
4
5
6
7
8
9
protectedoverridevoidOnEnter(){
cutscene.Sample(0);
if(cutscene.cameraTrack!=null){
wasCamTrackActive=cutscene.cameraTrack.isActive;
cutscene.cameraTrack.isActive=false;
}
}
Please let me know if everything works correctly after applying this change.
Thanks.
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.