Very cool game! How do you make a smooth scrolling camera like this in unity?
The camera script is similar to the once from brackeys tutorial, but I changed it to be 2D. The key to the smoothness is the Lerp function.
The camera script is similar to the once from brackeys tutorial, but I changed it to be 2D. The key to the smoothness is the Lerp function.