playMaker

Author Topic: Having trouble reloading my scene.  (Read 1353 times)

PalmParadise

  • Playmaker Newbie
  • *
  • Posts: 6
Having trouble reloading my scene.
« on: March 18, 2018, 06:51:45 AM »
I'm making a pretty simple top-down shooter, which so far only has one level which I use for testing. I have been working on the UI recently which includes a "Restart" button which appears on death. I have used UGUI Button on click event to send an event to another state which contains the Restart Level function. However, when I click this restart button, I am simply presented with a black screen with my restart button on top of it. What am I doing wrong here?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Having trouble reloading my scene.
« Reply #1 on: March 19, 2018, 05:33:51 PM »
Hi.
It is possible that the lights are changed ( a know unity bug, when reloading/restarting)
But this should only happen when you play in editor.

You can try making a build (any platform) and see if it happens then.