now i have another problem.
I want to make a very easy and basic login scene for this medical log thing.
like a password field, where you need to type the right password to load the next scene.
ive come this far:
password to load a level
I want to make a very easy and basic login scene for this medical log thing.
like a password field, where you need to type the right password to load the next scene.
ive come this far:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public string passwordToEdit = "Cinderella";
- {
- }...