Unity-Technologies / UnityPlayground

A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
MIT License
856 stars 163 forks source link

ObjectShooter only shoots things on the up Y axis #6

Closed ciro-unity closed 7 years ago

ciro-unity commented 7 years ago

ObjectShooter only shoots things on the up Y axis, requiring a bit of hierarchy work (parent a sub-object, rotate it) to have something shoot in another direction.

Suggestion: it would be better if the user could decide the axis to shoot from directly in the component.