Hi,
I got one question here, I guess maybe some others also met such problem before.
In online multiple players game, of couse your player should use character controller, but how about other remote players?
I want to also use character controller, cause then I can just transfer âmove directionâ between server/client, if use dedicated tranform and quat data, seems too much data.
But now question is, this solution induce that two player will collide with each other. Thatâs not good.
So here is my question, is there any way I can let one character controller or other counterpart(to use move) just collide with the world but not with the other player?
I think, (not sure) that if you position the character controllers in different layers, maybe they are not going to collide.
not sure tho, havent tested it ever, but its a good insight for you to try
Physics.IgnoreCollision is your friend