Question by
sachaallen01 · Dec 06, 2019 at 07:26 PM ·
uiscripting beginner
I want to have a UI only pop up when you press the player button or when you open up the Unity executables.
I have a temp login page for this game I'm making which is just a ui image that pops up 1st being at the bottom of the heirachy. However when I move scenes in the player mode as soon as I come back to the main one the login page shows up again
Comment
Answer by Cuttlas-U · Dec 07, 2019 at 05:11 PM
hey; u can save a value with PlayerPrefs and check it in your code so each time if there is a value u can dissactive the ui object;
Your answer
Follow this Question
Related Questions
How To input text from a button? 1 Answer
Image UI not enabling C# SOLVED 1 Answer
Delaying The Execution Of A Method Until A Condition Is Met 1 Answer
UI Text Not Updating 1 Answer