Use blue and red cameras for 2 views.
I don't know how many people know how to do this, so I wanted to share how I use both the primary(blue) and secondary(red) cameras for 2 game camera views on Trials and Skill games.
Normally the primary camera is used for Trials and Skill games. The secondary camera is used on Local and Online MP or SX tracks. You can use the secondary camera instead of the primary camera for Trials and Skill games by selecting *Use Secondary Camera* on the rider or bike properties.
You can also use both for 2 camera views with help from a simple logic.
Tools needed:
1 button trigger (1 not in use)
1 State Event
2 Set Value Events
1 Variable Data Source
First start with the button trigger. Enable should be on. On Press, send the impulse to the State Event.
Now open the State Event properties. Enable should be on. Reset at checkpoint restart should be on. Set the type as Toggle, and the targets to both Set Value Events. Select Event/Filter and send the impulse to 1 Set Value Event.
Open the properties of the Set Value Event that received the impulse from the State Event. Enable should be on. The type is Set, the value at 0.00, set the target as the Variable Data Source. Select Event/Filter and send the impulse to the next Set Value Event.
Open the properties of the 2nd Set Value Event. Enable should be off. The type as Set, with the value at 1.00, set target as the same Variable Data Source as before.
Now to the Variable Data Source. Value set to 0.00, turn off Reset at checkpoint restart and also turn off Reset on full restart. Interpolate also turned off.
Finally select the rider and bike together and open properties. Highlight *Use Secondary Camera* and press the button required to Pick Value Object and choose the Variable Data Source.
Now test track, press your button trigger and it will toggle cameras with each press. If you reset to checkpoint or full restart, the camera view will stay, and not switch back to default on resets.
Have fun and enjoy 😉