- Home /
How can i make level lock and unlock System
i craeted i scene with new ui where u can select levels now i wonder how to create level lock and unlocking system with new ui and to be able to save the data where i come any ideas how can i make it :D
It depends... what criteria do you want to use for the lock/unlock ?
You could use a simple Boolean.
If level01 completed (= true) then unlock level02
when i finish level to be able to continue the next level
how is your level finished? (I mean what do you have to do to complete a level) ?
I'd give you a thumbs up just for sheer cheek....lol
However, have a look at -
https://www.youtube.com/results?search_query=unity3d+level+select
;)
Answer by Digital-Phantom · Apr 10, 2015 at 03:10 PM
Then basically what I suggested.
On completion of your level you have a Boolean = true, then only if that Boolean = true can you unlock the next level
;)
Your answer
Follow this Question
Related Questions
Player Respawn affter 3 scenonds? 1 Answer
I can't create a new scene??? 0 Answers
Changing scene with button android 1 Answer
Android Error 0 Answers
Android Apk + Obb Splitting | Scene is not loading 3 Answers