Problems with Load Scene Additive with Spawn Point

Announcements, support questions, and discussion for Save System for Opsive Character Controllers.
Post Reply
jkaczmar
Posts: 8
Joined: Thu Jun 29, 2023 7:15 pm

Problems with Load Scene Additive with Spawn Point

Post by jkaczmar »

I'm working with UCC/UIS/Quest Machine/PlayMaker and I'm having some problems with Load Scene additive. I have a Master Scene with Player/UI, etc. in it. I'm trying to use Playmaker to call Load Scene Additive with a Spawn Point. It works until I put a Spawn Point in the additive scene I'm trying to load. I've done the following:

1. Added both scenes to build
2. Put empty game object called Player_Start in new scene. I haven't attached any additional components to it, but I don't think I need to based on the manual?

You can see from the error message that it's trying to load a non-existent scene called Level_01@Player_Start that is a concatenation of the scene name and the spawn point name. I'm guesssing it's a small setup thing on my end?
Attachments
Load Scene Error Message.png
Load Scene Error Message.png (199.1 KiB) Viewed 684 times
Player_Start Game Object.png
Player_Start Game Object.png (53.92 KiB) Viewed 684 times
PlayMaker Call.png
PlayMaker Call.png (28.62 KiB) Viewed 684 times
jkaczmar
Posts: 8
Joined: Thu Jun 29, 2023 7:15 pm

Re: Problems with Load Scene Additive with Spawn Point

Post by jkaczmar »

Never mind--saw your tooltip when I went into the PlayMaker code to try to figure out the issue. Didn't realize you could do either Additive or Spawn Point, but not both. I missed the tip when I was setting up the fields in PlayMaker.
Post Reply