Thanks for the feedback! I didn't have enough time to implement audio so that's on me 😅
Duong Vu
31
Posts
10
Followers
1
Following
A member registered Sep 28, 2016 · View creator page →
Creator of
Recent community posts
Thank you for your feedback! There are some design decisions that I would have to make to turn this prototype into a real game, you really gave me some food for thought there.
The bullets curving is actually pretty easy, there is a function in Unity that lets you move an object along its local axis (in this case the forward direction). All I have to do is slowly rotate the bullet as it is flying through the air so that its final rotation is the same as the wind's direction. I tried to avoid physics and rigidbody as much as possible.