Is it possible to simulate a collision between a player and a block?
What I want to do is stop the player from moving when he hits a certain collider object, as if he has just hit a block. This is so I can switch whether this virtual block is solid. I can't use real blocks and layers for this because I want it to be individual for player 1 and player 2. I want it to act like a cloud block.


