How can I make my FPS character automatically jump when stepping on a collider?

Looking for a simple script to attach to an object making my player jump up.

Thanks <3

Check trigger examples: you need a Jump() function in your player controller and objects with Trigger Colliders that will call your jump function everytime you hit the trigger.