Hi,
I have been trying to create my first game, completely with blocks as it is very simple, but I have ran into a major problem with my Character Controller on my player game object. I have a wall of small cubes which can be knocked over by moving into them with the player game object (which is just a simple cube) but for some reason the wall is only knocked down when the player has a Rigidbody component yet does not knock the wall down when the player has a Character Controller component attached instead. I need to use a character controller because it makes scripting my player game objects behaviour much easier to code and works a lot better. Also, I found it would be easier to use a character controller on my enemy game objects too but the player will not collide with them either. They will not even collide with each other.
If anybody knows how to fix both these problems it would be much appreciated.
Many Thanks,
Tommy Eaves