Vector2 Referencing Vector3..?? Is there a way for me to make a reference of Vector3 to Vector2...? I'm thinking to make a laser like ammo that will shoot out from the space ship, though I'm thinking to draw the ammo first before the space ship so that it's seems like coming from the spaceship but actually it's under the space ship model... I need to follow where space ship is located (for the ammo), that's why I'm trying to look for solution if I can reference the Vector3 to Vector2.. I'm using Vector2 because I use String of "|" as the laser. Basically it's a font that will be the laser of the space ship.. Thanx for the help |