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

No namespace for PlatformerMotor2D and MovingPlatformMotor2D #64

Open h-shokri opened 7 years ago

h-shokri commented 7 years ago

You have a namespace for your scripts and that's good. But you didn't include PlatformerMotor2Dand MovingPlatformMotor2Dinto that namespace. Is there any reason behind that?