Hey guys,
So, I’ve got a game going in C# that I’m trying to convert to work with Android. I want to setup something similar to the Dual Joysticks prefab in the mobile Standard Assets, but it refuses to communicate with my player controller script. I’m assuming this is because the prefab script is in JS.
Has anyone written something similar in C#, or found a way to make RightJoystick/LeftJoystick work in conjunction with a C# script?