my controller is not recognized!!!

malikmalik Posts: 8Member
my controller is not recognized!!!

this is my video work, please tell me where is the wrong?

http://www.youtube.com/watch?v=4Rpez6zLcQk




----------------------------------------------------------------

Show Unity Input Example

This example scene maps known controllers to a virtual 3d controller.
That said, you may have an unrecognized controller that you are testing
while doing development. If your controller is not recognized, let us
know by posting in the developer forums. In the example, as you press a
controller button, the axis or button will highlight on the virtual
control. As you move your physical controller axis, the virtual
controller axis will move. The scene has an instance of the controller
model, and the example OuyaShowUnityInput script. The attached script
has meta references to the specific controller parts to control the
highlighting and movement. Each button and axis has a MeshRenderer
component which is used to access the material and change the color.
From the MeshRenderer component, the transform can be accessed to rotate
the thumbsticks and triggers. The axis and button values are provided
from the Unity Input API, where the OUYA SDK obtains the proper mappings
for the controller.

The OUYA Bluetooth controller, PS2/3 controllers, and XBOX
wired/wireless controllers all work while testing in the Unity3d Editor.
The same controllers will also work connected to the OUYA console.





Comments

Sign In or Register to comment.