ProximitySelector Using Child's Box Collider

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
PayasoPrince
Posts: 104
Joined: Thu Jan 27, 2022 6:47 pm

ProximitySelector Using Child's Box Collider

Post by PayasoPrince »

Hello,

I need to move my Player's box collider from the parent gameobect to one of its children.
Is it possible to use the box collider on a child as the ProximitySelector?
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: ProximitySelector Using Child's Box Collider

Post by Tony Li »

Hi,

Yes. Move the Proximity Selector to the child, and assign the main player GameObject to its Actor Transform field.
Post Reply