Hi,
I am getting 1 and sometimes 2 frames of blur or strange popping when transitioning with Cut. I noticed that this is sometimes related to the complexity of the view it is cutting to but everything is moving at 70fps so this seems a bit unlikely. I am concerned that it has something to do with how I am scripting the changes.
I am using something like:
cur.cameras[active].SetActive(true);
cur.cameras[oldCam].SetActive(false);
oldCam = active;
This seems straightforward and fine. I am using 2017.3 and I am fairly confident that my components are correctly setup.