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?
Problems with Load Scene Additive with Spawn Point
Problems with Load Scene Additive with Spawn Point
- Attachments
-
- Load Scene Error Message.png (199.1 KiB) Viewed 682 times
-
- Player_Start Game Object.png (53.92 KiB) Viewed 682 times
-
- PlayMaker Call.png (28.62 KiB) Viewed 682 times
Re: Problems with Load Scene Additive with Spawn Point
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.