BoardGame Player won't stop moving on the second lap
Greetings. I'm following tutorials from Unity, which I really like. Last one I found was a Simple Board Game from here (http://classes.design.ucla.edu/Winter11/157B/?page_id=34). Now, there's a...
View ArticleTurns-based game.
Hello. Read most of questions but didn't find an answer yet. I'm making a Tic-Tac-Toe game. For One player I just use yield waitforseconds, and random O pops up in the empty cell. But I'd' love to make...
View ArticleSpawns do not appear after install
Hi, community. Really confusing issue. Spawning works just fine in Unity, but when I install the game in my phone - only first spawn appears and that's it. Can't make'em spawn. Help.
View ArticleMaterial keeps unloading
Hi guys. My bullet prefab has a material assigned. After I Test-Play the game its material resets to none. Have to reassign it each time before new Play-test. Any ideas? function Fire() { var...
View ArticleHow to exclude elements from int[]
I'm using Mathf.Min within int[] variable. Is there a way to find minimum, but more than 0? And second question: How to exclude all elements that are "0" from my array (or whatever it's called when...
View ArticleUnity 5 audio play
Unity 5 requires () reference now. Added that, nothing difficult. What happens is SFX overlaps the music playing. No sfx sound heard, but music's pitch bends for 0.5 seconds. (I have 2 objects in a...
View ArticleModify txt file on a server
Hello. Many posts and everything is complicated, so my question is simple: How can I upload a String into my text file on the server? Say, I have my text file on the server containing "Hi, friend!"....
View ArticleReturn consumable purchase false
The question is simple: how do I set consumable to consumed state right after it's purchased to let people purchase another same product. Google has something about it, but I don't understand their...
View Articleimplicit downcast from object to int when using Array
Nobody ever answered that question, though many "answers" were marked as Best Answer. The question is: WHY does that error pop. var enemyName: String[]; function Start() { var myArray = new Array();...
View ArticleBoardGame Player won't stop moving on the second lap
Greetings. I'm following tutorials from Unity, which I really like. Last one I found was a Simple Board Game from here (http://classes.design.ucla.edu/Winter11/157B/?page_id=34). Now, there's a...
View ArticleTurns-based game.
Hello. Read most of questions but didn't find an answer yet. I'm making a Tic-Tac-Toe game. For One player I just use yield waitforseconds, and random O pops up in the empty cell. But I'd' love to make...
View ArticleSpawns do not appear after install
Hi, community. Really confusing issue. Spawning works just fine in Unity, but when I install the game in my phone - only first spawn appears and that's it. Can't make'em spawn. Help.
View ArticleMaterial keeps unloading
Hi guys. My bullet prefab has a material assigned. After I Test-Play the game its material resets to none. Have to reassign it each time before new Play-test. Any ideas? function Fire() { var...
View ArticleHow to exclude elements from int[]
I'm using Mathf.Min within int[] variable. Is there a way to find minimum, but more than 0? And second question: How to exclude all elements that are "0" from my array (or whatever it's called when...
View ArticleUnity 5 audio play
Unity 5 requires () reference now. Added that, nothing difficult. What happens is SFX overlaps the music playing. No sfx sound heard, but music's pitch bends for 0.5 seconds. (I have 2 objects in a...
View ArticleModify txt file on a server
Hello. Many posts and everything is complicated, so my question is simple: How can I upload a String into my text file on the server? Say, I have my text file on the server containing "Hi, friend!"....
View ArticleReturn consumable purchase false
The question is simple: how do I set consumable to consumed state right after it's purchased to let people purchase another same product. Google has something about it, but I don't understand their...
View Articleimplicit downcast from object to int when using Array
Nobody ever answered that question, though many "answers" were marked as Best Answer. The question is: WHY does that error pop. var enemyName: String[]; function Start() { var myArray = new Array();...
View ArticleBoardGame Player won't stop moving on the second lap
Greetings. I'm following tutorials from Unity, which I really like. Last one I found was a Simple Board Game from here (http://classes.design.ucla.edu/Winter11/157B/?page_id=34). Now, there's a...
View ArticleTurns-based game.
Hello. Read most of questions but didn't find an answer yet. I'm making a Tic-Tac-Toe game. For One player I just use yield waitforseconds, and random O pops up in the empty cell. But I'd' love to make...
View Article