Hi everyone,
I cant figure out how to make unlockables, for exact unclock levels, can someone help me?
What have you done?
Basically all you need to do is control access to the unlockable via a boolean. When the conditions for unlock are met, you just set the value to true (unlocked = true , for example) and you save these using playerprefs.
K.
Tahnks