Empty project, using only the code provided on http://docs.unity3d.com/Manual/iphone-joystick.html
If I touch any button (mapped or not-mapped to do anything) I get tons of these warnings, shown in the Xcode debug window.
> warning - conversion from 64 bit to 32> bit integral value requested within> nsportcoder, but the 64 bit value> 12266222681536141194 cannot be> represented by a 32 bit value
I can get the controller interact with the game, but I'm worried about all these warnings.
I've tested with Unity 4.x and Unity 5.x, with same results.
↧