GentleMoa / P6_Spectroscopy

A sixth semester project from students of the Expanded Realities course of study at the h-da Hochschule Darmstadt.
4 stars 0 forks source link

When carrying Interactables, we need to disable the Player collider otherwise the object and the player collider will collide and lead to weird bursts of force, catapulting the user #17

Closed GentleMoa closed 2 years ago

GentleMoa commented 2 years ago

Implemented by Alex via Layers and Physics Matrices.

Player and all interactable objects are on the "Player" layer. Then in project settings, we disable the physics interactions between the layer "Player" and "Player", making collision with two objects of this layer impossible, therefore fixing our problem.