playMaker

Author Topic: Basic Level Load[SOLVED]  (Read 2265 times)

mweyna

  • Full Member
  • ***
  • Posts: 242
Basic Level Load[SOLVED]
« on: December 11, 2013, 03:16:35 AM »
So I was trying to create a simple level loader, and having never done this before, was curious as to how to best set this up. Ideally, I want a Menu Scene index.unity, to then load level01.unity. However, when I set up my LOAD LEVEL FSM with the "Load Level" action and proper scene name, nothing happens when the FSM runs to completion. What action or type of setup do I need to it do so it will automatically open Level01.unity and all relative objects when the load is complete?
« Last Edit: December 12, 2013, 06:11:42 AM by jeanfabre »

Mayhem

  • Full Member
  • ***
  • Posts: 171
Re: Basic Level Load
« Reply #1 on: December 11, 2013, 04:51:06 AM »
Did you add the level to your build settings?

mweyna

  • Full Member
  • ***
  • Posts: 242
Re: Basic Level Load
« Reply #2 on: December 11, 2013, 11:21:20 AM »
Yup.

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Basic Level Load
« Reply #3 on: December 11, 2013, 11:45:26 AM »
Don't type the file extension.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

mweyna

  • Full Member
  • ***
  • Posts: 242
Re: Basic Level Load
« Reply #4 on: December 11, 2013, 03:38:08 PM »
That did the trick. Consider this SOLVED. Thanks!