[sequencer] find objects and actor accross scene possible ?
Posted: Sat Nov 14, 2020 8:34 pm
Hello ! Im digging into sequences and wanted something really simple like :
This dialogue is triggered from an NPC that is not the player. The player has a dialogue actor component and is set to "Player".
However the Player is on different scene (DontDestroyOnLoad) from the NPC (SceneA).
I tried a lot of thing (this was very helpful btw, https://www.pixelcrushers.com/phpbb/vie ... 274#p20274) however it seems i cannot manage to ever find an object that is on another scene. It work fine when both object are in the same scene (SceneA).
Am i missing something ?
thanks, and sorry for spamming with questions !
Code: Select all
LookAt(Player,1)
However the Player is on different scene (DontDestroyOnLoad) from the NPC (SceneA).
I tried a lot of thing (this was very helpful btw, https://www.pixelcrushers.com/phpbb/vie ... 274#p20274) however it seems i cannot manage to ever find an object that is on another scene. It work fine when both object are in the same scene (SceneA).
Am i missing something ?
thanks, and sorry for spamming with questions !