Hey there,
Recently I wanted to start building an android - pc crossover. It was working fine until I started using a script that would rotate the players arm. The script works just fine on PC, but when i switch over to android, It gives me these (http://imgur.com/7gnD65h) errors. I got into MonoDevelop, debug and it tests fine, but that same errors are there. The code is this:
var rotationOffset : int = 0;
function Update ()
{
object_pos = Vector3.transform;
mouse_pos =...
Weird error comes into console when i switch the platform over to android
Recently I wanted to start building an android - pc crossover. It was working fine until I started using a script that would rotate the players arm. The script works just fine on PC, but when i switch over to android, It gives me these (http://imgur.com/7gnD65h) errors. I got into MonoDevelop, debug and it tests fine, but that same errors are there. The code is this:
var rotationOffset : int = 0;
function Update ()
{
object_pos = Vector3.transform;
mouse_pos =...
Weird error comes into console when i switch the platform over to android