Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
aaronu7's avatar
aaronu7
Explorer
1 year ago
Solved

v65 LoadSceneFromDevice now auto spawns the interior (actors)

It appears as of v65 the nodes LoadSceneFromDeviceAsync and LoadSceneFromDevice both automatically trigger SpawnActors (SpawnInterior in v64).
 
Does anyone know if there is any way to disable this? I'm getting some glitches and would rather continue to control both tasks separately (Load the scene data and then spawn the scene actors later).  
 
I'm running UE5.3.2 with the v65 plugins for MetaXR and MRUK - I'm testing on a Quest2.
  • Hi,

    did you try to set 'Spawn Mode' to None in the anchor actor spawner? This disables automatic spawning when the scene loads

3 Replies

Replies have been turned off for this discussion
  • Not yet, I've had to roll my project back to using v64... this is a breaking change for me at the moment.

  • flexww's avatar
    flexww
    Honored Guest

    Hi,

    did you try to set 'Spawn Mode' to None in the anchor actor spawner? This disables automatic spawning when the scene loads