Are there any multi-scene tutorials?
-
- Posts: 2
- Joined: Sat Sep 29, 2018 5:24 pm
Are there any multi-scene tutorials?
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.
Re: Are there any multi-scene tutorials?
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.
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.