Page 1 of 1

question about proximity selector

Posted: Tue Jul 03, 2018 11:51 am
by claudius_I
Hello

why need a npc with rigid body to work?
i try without this, but don't worked

Re: question about proximity selector

Posted: Tue Jul 03, 2018 2:20 pm
by Tony Li
A rigidbody isn't required unless you're using OnTriggerEnter or OnTriggerExit. This is a Unity requirement, not a Dialogue System requirement.

If you're not using OnTriggerEnter or OnTriggerExit, please let me know the scenario in which you need a rigidbody.