Hi all,
I’m in lecture 4.84 of the 3D course and Rick is talking about the Unity Standard Assets package, CrossPlatformInputManager
. Whats the advantage of using this over just the UnityEngine class Input
? (Both classes have the .GetAxis(string)
static method.)