Hi, I'm quite new to unity and I am making a little game where you can shoot to the left and to the right with the arrow keys. I made the projectile go to the right with this line. `projectileInstanceRight.AddForce(rightSpawnLoc.right * power);`
I want to do the same to the left but ".left" doesn't exist. What's the reason it doesn't exist and how can I make it go to the left?
↧