Hello I have a question.
I have a game sequence as follows
-
My game starts with a car driving (for 15 secs) until it reaches its destination then the car crashes. After that the player gets out of the car and starts discovering the environment.
-
The player triggers a certain point and is attacked by the enemy
-
The player kills the enemy and the gate opens
My question is, if I want to skip all of those beginning scene steps and jump to the point where the car is already crashed on the destination, the enemy is dead and the gate opens so that I can continue editing my game then how do I directly reach there?
Also for example, if the GTA developers want to edit the 10th mission of the game without playing from the beginning then how would they do?
I have tried Scene management but I was unable to succeed. I have a large map and loading that map on every scene is slow.
Please help me!