I'm attempting to get the "Option 2: Adding the event to the town scene" completed but I'm missing something. The Option 1 method works fine. I deleted that and tried the Option 2 method and while the scene loads all I get is the camera pointed at the general location where I placed the empty GameObject. The player is not spawned.

I've deleted and recreated the GameObject a couple times to no avail.

image

image

I may be missing something obvious but would appreciate any assistance.

As a follow-up question: Is there addendum to the current tutorials to cover changes in the software since the tutorials were posted? Thanks.
  • edited June 2017
    The setup looks correct, and works on my end (did a quick test). My best guess is that you have some other event running that's potentially blocking this event. Try enabling In Blocked Control and check if there's any other event in the scene that could block this event (if both are blocking events).

    The tutorials are usually updated when settings change.
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thank you for the prompt response. I restarted the tutorial and think I determined the issue--the empty GameObject must be a child of the spawn point. Makes perfect sense in hindsight.

    Cheers.
  • Hm, no, that isn't a requirement at all - you can have the empty game object (or any other game object) with the event interaction anywhere in the scene, being on its own or a child object.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.