Search Unity

LevelStatus problem with Copper

Discussion in 'Editor & General Support' started by BeauDaniel, Mar 24, 2014.

  1. BeauDaniel

    BeauDaniel

    Joined:
    Mar 25, 2013
    Posts:
    4
    I'm attempting to build a project using the 2DGameplay Tutorial project as a base. I've striped out most of the assets other than Lerpz and put in my own objects (floors, ceilings, walls, etc) and everything was working just fine until I tried adding an enemy. I decided to use the 'copper' enemy found in 3D Platform Tutorial. I exported the Copper from the object project folder and all of the scripts and sounds that went with it and imported them to my project just fine BUT.....

    I attached the Enemy Police Guy script to the Copper gameObject just fine but I can't get the Level State Machine to show the level status script (levelstatus). The LevelStatus popup window opens just fine but all I see is 'none' and no 'level'. What am I doing wrong?