Are there any multi-scene tutorials?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
vectorxstudios
Posts: 2
Joined: Sat Sep 29, 2018 5:24 pm

Are there any multi-scene tutorials?

Post by vectorxstudios »

My Player object is in a Base Scene and all of the NPCs they interact with are in scenes which are dynamically loaded. Are there any tutorials showing how to make this work? I've tried adding Actor objects to the Player and several other things but am really just flying blind.
User avatar
Tony Li
Posts: 22057
Joined: Thu Jul 18, 2013 1:27 pm

Re: Are there any multi-scene tutorials?

Post by Tony Li »

Hi,

This tutorial still applies: Interaction Tutorial

If your Dialogue System Trigger is set to OnUse or OnTriggerEnter and if you leave the Start Conversation action's Conversation Actor field unassigned, it will use whatever GameObject triggered it (i.e., the player).

If your Dialogue System Trigger is set to OnStart or similar in which a specific GameObject isn't triggering it, add a Dialogue Actor component to your player, and select the Player actor from the dropdown. Assuming your conversation involves the Player actor, it will find your player GameObject.
Post Reply