Hello, very nice, the controls make the game very funny. Did you program the camera yourself? If it's the case you need to use in the script of the camera's movements LateUpdate() and not Update()(explanations here). I am not sure to see what" Update" you use however. I have learned that you want to do more levels: promising.
Viewing post in BLOCKS jam comments
Indeed, I programmed the camera. But, I am not sure, it will do any better if I were to use LateUpdate. I made the camera as an individual dynamic object (flying physical body) with seeking behavior, instead of fixing its position behind the players, that's why it follows up the players and doesn't stick to them(even in TPP).
And I really need to work on free view camera motion.