Odd issue where a character slides around the ground after equipping a weapon

MetaG

New member
Not sure what to search for exactly for this one. Have a strange behavior where when my character equips a weapon he slides around without a way to stop it besides unequipping the weapon. There aren't any error messages given. Any ideas where I'm going wrong?

Example:
Thanks!
 
That looks like a collision issue with the collider. Make sure your weapons layers are set to the SubCharacter layer.
 
That was it. I had had to change the layers because there was another asset that had taken the defaults, but hadn't changed anything on the pickup yet. Thank you!
 
Top