You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know if there is a way to have only the overlap and if so how? Like in Unreal, where you can choose how collisions are handled? UE docs
The only way I can see to get something like this right now is to use SpatialQuery::ray_hits, but maybe there's a better way just with body collisions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to know if there is a way to have only the overlap and if so how? Like in Unreal, where you can choose how collisions are handled? UE docs
The only way I can see to get something like this right now is to use
SpatialQuery::ray_hits
, but maybe there's a better way just with body collisions?Beta Was this translation helpful? Give feedback.
All reactions