nicholas-maltbie / ProjectCage

Project for Game Jam 2021 with IGDA with other students at UC. Working Title: Project Cage
Other
1 stars 0 forks source link

Fix throwable objects getting immediately caught by client-only players. #37

Closed swiimii closed 3 years ago

swiimii commented 3 years ago

Seems to be caused by an authority error. Network players are spawning objects, but the objects are spawned in the wrong location and given no velocity.

swiimii commented 3 years ago

Could also be that the item is hitting the Trigger Collider for the Panda

nicholas-maltbie commented 3 years ago

Also for server only players

nicholas-maltbie commented 3 years ago

Resolved for by adding cooldown