moving dialog trigger
-
- Posts: 4
- Joined: Sat Dec 09, 2023 4:21 am
moving dialog trigger
Hello, I have a question about the possible actions that can occur when the player runs into an object. Is it possible to change the position of a model by a trigger enter action? Fading in and out works. I plan to move a trigger to another position to continue the discussion there. Can you give me a tip?
Re: moving dialog trigger
Hi,
Yes, you can use a Dialogue System Trigger with a MoveTo() sequencer command. For example, to move the player to match the position of a GameObject named "Destination" when the player enters a trigger collider, set it up like this:
Yes, you can use a Dialogue System Trigger with a MoveTo() sequencer command. For example, to move the player to match the position of a GameObject named "Destination" when the player enters a trigger collider, set it up like this:
-
- Posts: 4
- Joined: Sat Dec 09, 2023 4:21 am
Re: moving dialog trigger
Thanks for the fast help. It works fine and i come in my projekt foreward now.