I’m using a camera cut on a level sequencer. It’s working on the editor or the develop build. But, It’s not working on the shipping build.
on the editor: camA->camB->camC
on the shipping build: camB->camB->camC
Do you have advice?
I’m using a camera cut on a level sequencer. It’s working on the editor or the develop build. But, It’s not working on the shipping build.
on the editor: camA->camB->camC
on the shipping build: camB->camB->camC
Do you have advice?
I changed the section range start of the camA to 0020 from 0000. Then the camB section appeared whose section range is 0000 ~ 0020.
I changed the section range start of the camB to 0010 from 0000. Noting appeared.
What happen?
I changed the binding camera to camA from camB on this new camB section. The bug is fixed.