back to my last question rotate an object with keyboard - Questions & Answers - Unity Discussions
now i give my weapon the same direction and that work put it not move in the same direction that i want
i try to use transform.position += transform.forward * Time.deltaTime * movementSpeed;
but it just not moving