Hi,
I’m using the Starter Assets First Person Controller
and I want to add other inputs, such as pressing the Y
key to perform another action.
I’ve looked at several videos, but I don’t see anything on the proper way to do this. I assume you would copy code from say "jump"
in StarterAssetsInputs.cs
, but then would you update the FirstPersonController.cs
script directly, which ideally I’d like to avoid, or create a new script? What code is needed?
Thanks for your time.