Hey all, ive stripped an old game i've built and trying to convert it to Android
But when i try to run the bare project i get a bunch of BCE0019 errors;
BulletObjectCopy.transform.position
BulletObjectCopy.rigidbody.AddForce(transform.forward * BulletSpeed * 100);
camera.main.GetComponent("LevelController").LevelStatus = 1;
etc...
The .transform, .rigidbody, .LevelStatus etc being the problems..
is this todo with the dynamic typing? i dont understand what this means because im fairly new to scripting.
Thanks for any help. Matty