Just a quick one as I don't use physics too often.
I've set my player up with platform behaviour. The physics objects move around as expected. I seem to be unable to push physics objects though unless I also give the player the physics behaviour, which has weird results. I assume there is a way to do this without giving the player the physics behaviour.
What's the usual way for allowing the player to push objects, do you have to simulate it yourself with object move x,y on player touch etc? Or are all the cool kids adding the physics behaviour to the player?