↧
Answer by santi5655
i have the same problem, when i test the game in the unity editor it works good, but when i build the game it doesn't work. That sound is attached to a video file that i am using as a texture, but it...
View ArticleAnswer by santi5655
here is an easy example for doing this var passwordEnterString : String; var correctPassword : String; function Update() { if(correctPassword in passwordEnterString) passwordEnterString = "correct"; }
View ArticleAnswer by santi5655
check out this https://www.assetstore.unity3d.com/en/#!/content/83490
View Article