Page 1 of 1

Are there any multi-scene tutorials?

Posted: Tue Oct 02, 2018 12:37 pm
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.

Re: Are there any multi-scene tutorials?

Posted: Tue Oct 02, 2018 3:52 pm
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.