2D Game Progress Report

  Plane Rotation Movement: Initially, we used the Unity physics engine to do the rotation movement, adding centripetal force to the plane. However, only using the “add force” method makes the movement hard to control when put into practice. So we found a simpler and easy-to-understand way — applying the transform function to do the … Continue reading 2D Game Progress Report