Triggers with clones not firing
Hi! Learning Unity I made a little asteroid killing game. It starts with one asteroid and at some point, it instantiates a clone of it so there are two in screen. I used this to check collision with...
View ArticleObjects don't move when building in flash
Hi everyone! I made a little game where bullets are supposed to destroy asteroids. It works inthe Editor but when I try to build it in flash the bullets don't move or collide with the asteroids. Anyone...
View ArticleColor changing animation
I have a 2D enemy sprite with two animations, EnemyIdle and EnemyWalk. When he is hit, I want him to change his colour to red and back to white which can happen in any of the 2 animations. Is there a...
View ArticleDefault Android Keyboard.
When I click on an InputField, Android shows the Default Keyboard. Is there a way to make it show the NumPad Keyboard by default without using TouchScreenKeyboard.Open() ? Thanks.
View Article