james7132 / DanmakU

An open source Danmaku development kit for Unity3D.
https://danmaku.jamessliu.com/
MIT License
238 stars 50 forks source link

Use Unity's Vector2.Scale #27

Closed FlaShG closed 6 years ago

FlaShG commented 6 years ago

When cloning this repository, these two calls to the extension method "Vector2.Hadamard2" created compilation errors. Since they do exactly the same as Vector2.Scale anyway, this update replaces the calls.