So This is my problem, I am making a proto platformer 2.5D (battletoad, TnmT, Castle Crasher)
I used base Platformer behavior control. (not 8 direction). I move the platform under the player on the Y to move the player verticaly. (It work really fine)
The problem is, If I put more player, Each platform will interact with player. (I dont even think about the mess it will be with mobs.)
So my question is 'Is it possible to make collision affect only 1 player and be disable for other ?(like each player as is own platform to collision with without being affect by other.)'