cjddmut / Unity-2D-Platformer-Controller

A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support.
MIT License
868 stars 163 forks source link

Throwing #56

Open DendronAnimats opened 8 years ago

DendronAnimats commented 8 years ago

Hi, I would like the player to be able to throw something like a ball at something. Is this possible in Unity 5+?

RussellBloxwich commented 7 years ago

Yes, its very possible. Initialize a new object with a starting vector.