Hello all,
I have spent a good deal of time scouring this site, google, etc. for the answer to my question and have been unable to find the solution.
He is the issue, similar to others, I created a script, that when you click the left mouse button it utilized Transform.Translate(Vector3.forward * movementSpeed * Time.deltaTime,Camera.main.transform); where movementSpeed is a simple variable containing a float.
I then added this script (which uses NO Static Variables) to a GameObject, in this case a simple cube.
Everything was going along smoothly. Then, I right clicked the Cube and clicked Duplicate. I did this twice (for a total of three). When I click on any of the objects all of them move.
There have been similar questions asked but none of them were solutions for me.
Thank you all in advance for any help you can provide.