# rotating my object seemed very janky when doing it in update so I figured it'd be smoother in fixedupdate with the consistant update intervals
# I'm trying to rotate my player object which has a rigidbody attached to it hence there are physics involved
# so i figured fixedupdate would be better suited since most physics-related stuff generally goes in there