Building an fps game for the android/ios, the following two errors appeared when trying to compile the code:
Assets/ZombieScripts/FemZombiev1_AI.js(183,29): BCE0051: Operator ‘*’ cannot be used with a left hand side of type ‘UnityEngine.Vector3’ and a right hand side of type ‘Object’.
Assets/ZombieScripts/FemZombiev1_AI.js(186,39): BCE0051: Operator ‘*’ cannot be used with a left hand side of type ‘Object’ and a right hand side of type ‘float’.
Am i right to understand that this error relates to the calling of the object within the script? All variables are defined within the same script, and compiled correctly for the web versions.
Or if not, can anyone direct me on what the issue is, and ideas on how to fix it,