Search found 2 matches

by CptButtHurt
Sat Feb 08, 2025 1:25 pm
Forum: Dialogue System for Unity
Topic: Horror FPS Kit/Dialog System problem.
Replies: 3
Views: 2926

Re: Horror FPS Kit/Dialog System problem.

Hi, With Horror FPS Kit, you may not need to use a Selector or Proximity Selector. You can use HFPSK's interaction system and configure it to call Dialogue System Triggers' OnUse() methods. Try removing the Selector / Proximity Selector. Enabling or disabling the Dialogue System's New Input System ...
by CptButtHurt
Sat Feb 08, 2025 3:37 am
Forum: Dialogue System for Unity
Topic: Horror FPS Kit/Dialog System problem.
Replies: 3
Views: 2926

Horror FPS Kit/Dialog System problem.

Just started using Dialog System. I have this (probably idiotic) question: I have an old Horror FPS Kit being used in a test scene. It uses New Input package system. As a result, when I add a test NPC and set everything up by creating a simple dialog as in the tutorial, (option OnUse) Variant two: -...