I do not know how to make it work with the in built input system as I cannot figure out how to download the cross platform input (which i think may be outdated). If someone could help me I would be very greatful
Hi MythMaster,
Which version of Unity do you use? If the CrossPlatformInput asset does not work for you, use Unity’s build-in Input class. We don’t do anything special with CrossPlatformInput anyway.
Did this help?
See also:
- Forum User Guides : How to mark a topic as solved
I use 2019.4.18f1 but how do I implement the built-in input
For example, when Rick uses CrossPlatformInput.GetAxis, you use Input.GetAxis. You do not have to use a specific namespace at the top of your class.
1 Like
Thank you very much!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.