Closed maurb closed 10 months ago
When trying to change the "Camera Movement" in the render pipeline before calling Create LevelSequences, I get this error:
LogPython: Error: Cannot find LevelSequence camera template: /Game/Bedlam/CameraMovement/LS_Camera_Pan LogPython: Error: LevelSequence generation failed. Total time: 1.0s LogPython: Error: Traceback (most recent call last): LogPython: Error: File "F:/UE/UE_5.0/Engine/Binaries/Win64/create_level_sequences_csv.py", line 732, in <module> LogPython: Error: sys.exit(1) LogPython: Error: SystemExit: 1
The issue seems to be that there are no other Camera Movement Templates except for the static camera. Where can I get the other templates?
You need to create those LevelSequence templates yourself. See #9 for details.
Thank you!
When trying to change the "Camera Movement" in the render pipeline before calling Create LevelSequences, I get this error:
The issue seems to be that there are no other Camera Movement Templates except for the static camera. Where can I get the other templates?