ta-david-yu / 2D-Platformer-Hunter

A 2D Platformer Controller in Unity
MIT License
333 stars 40 forks source link

Fix missing using #7

Closed Team-on closed 3 years ago

Team-on commented 3 years ago

Assets\Samples\PlaygroundSamples\Scripts\Module\BasicDashModule.cs(37,16): error CS0246: The type or namespace name 'EasingFunction' could not be found (are you missing a using directive or an assembly reference?)

ta-david-yu commented 3 years ago

Hey! Thank you for the contribution. Since this is my first time that someone has ever contributed to my project, I am not sure if I am doing this properly. But could you maybe rename your branch to "bugfix/missing-using-util-namespace-fix" and then rebase your branch to the latest master branch?

Team-on commented 3 years ago

Renamed branch and create new PR. https://github.com/ta-david-yu/2D-Platformer-Hunter/pull/8