I’m trying to recreate same feature inside Unity like in this reference video:
Basically, I have game objects that I’m moving with mouse movement (no rigid bodies), once I detect wall, I want to apply the normal vector to affect the direction and stop moving the game object through walls.
What is the best way to create this?
Thanks!