Hello,
I'm trying Unity and I'm getting stuck. I have a UI which I want to persist over several scenes.
The main scene has the canvas. I then load another scene aka level. I created a level manager code that's called. It's reloads the main scene but destroy the UI before it does.
The problem I am having is a game controller which is not destroyed. Cannot locate the new canvas items. So, all the UI related references are missing and cannot be set. I'm stuck.
Any help is appreciated....
Need help with the UI
I'm trying Unity and I'm getting stuck. I have a UI which I want to persist over several scenes.
The main scene has the canvas. I then load another scene aka level. I created a level manager code that's called. It's reloads the main scene but destroy the UI before it does.
The problem I am having is a game controller which is not destroyed. Cannot locate the new canvas items. So, all the UI related references are missing and cannot be set. I'm stuck.
Any help is appreciated....
Need help with the UI