Looking for a simple script to attach to an object making my player jump up.
Thanks <3
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.