IOS first person controller?

Hey unity, well I’m making a parkour game, and I would like to make it on IOS, I’ve currently just set it up as a first person controller for
computer and a respawn script and stuff to jump on, but can you please tell me an ios first person controller script?

Thanks

You can use the first person controller prefab in the character controls provided by Unity. However, you need to be careful of how you put the prefab into your project. You need to drag the controller into the hierarchy section rather than directly into your project, then move the First Person Controls that are a child of that prefab. If this confused you, you can read this, it helped me understand how to do it.

Thanks this helped