GUI text Messages does not show and points counter do not stop at its...
In my game the Player has to collect apples (like Penelope collects Orbs). Everything is working OK except that the the counter of apples (should stop in 5) that continues adding apples and the warning...
View ArticleEvery 0.5 sec there is a 10% chance of a target spawning.
I need help with this. I'm super new to Unity and scripting and I need to make it so a game has about 5 different colored targets (all worth different points) that must have a 10% chance of spawning...
View ArticleTouchscreen on GameObjects
Hello, I'm working on a 2D game. You have to tap over falling stars to get points. The stars are all the same GameObject that is instanciated by a generator at the top of the screen. I need to raise...
View ArticlePoints system for unity
Hello, I am looking for advice for a points system. I have tried a couple things but they aren't working very well at all. First of all I am trying to create a planet system, when you hit a planet an...
View ArticleCoin Pickup system carry int into void
So I'm trying to make it so when I touch a **coin** (Sprite, It's a 2D game) it gets destroyed and i get a point up, but the problem is, that it says that *score* does not exist in the *current...
View Articleusing points tracker on video - like UK driving hazard perception test
I am a total beginner and want to make a simple game, just like the [UK driving hazard perception test][1]. I need the user to earn points by clicking during the correct times of an educational video....
View ArticleScoring only one or zero in one InputField?
Hello Good old Unity community! My problem is that I don't know how to score only zero or one point in one InputField. I have loads of inputFields in one scene. If the player answers correct he gets...
View ArticleImplementing multiple choice question into game
I have the base game complete and now I want to implement a point system with multiple choice questions. The game is a basic 2 player tank game, but I want the loser to answer a question from a pool of...
View ArticlePong Pong Game
I have created the basics, one racket on each side, the ball that bounces correct and walls around the map, everything there works fine but I got a problem, I really dont know how to make a button in...
View ArticleSubtract Points when click button.
hi there, i am fallowing the unity tutorial on how to roll a ball ( im very new on this) i was able to do it everything, but in my practice i create a button that make the ball roll and score points....
View ArticleHow do I make a score system?
I do the tutorial score manager but when I do everything it does not work. PLEASE HELP. Here's the Enemy Health - using System.Collections; using UnityEngine; public class EnemyHealthManager :...
View ArticleGUI text Messages does not show and points counter do not stop at its...
In my game the Player has to collect apples (like Penelope collects Orbs). Everything is working OK except that the the counter of apples (should stop in 5) that continues adding apples and the warning...
View ArticleEvery 0.5 sec there is a 10% chance of a target spawning.
I need help with this. I'm super new to Unity and scripting and I need to make it so a game has about 5 different colored targets (all worth different points) that must have a 10% chance of spawning...
View ArticleTouchscreen on GameObjects
Hello, I'm working on a 2D game. You have to tap over falling stars to get points. The stars are all the same GameObject that is instanciated by a generator at the top of the screen. I need to raise...
View ArticlePoints system for unity
Hello, I am looking for advice for a points system. I have tried a couple things but they aren't working very well at all. First of all I am trying to create a planet system, when you hit a planet an...
View ArticleCoin Pickup system carry int into void
So I'm trying to make it so when I touch a **coin** (Sprite, It's a 2D game) it gets destroyed and i get a point up, but the problem is, that it says that *score* does not exist in the *current...
View Articleusing points tracker on video - like UK driving hazard perception test
I am a total beginner and want to make a simple game, just like the [UK driving hazard perception test][1]. I need the user to earn points by clicking during the correct times of an educational video....
View ArticleScoring only one or zero in one InputField?
Hello Good old Unity community! My problem is that I don't know how to score only zero or one point in one InputField. I have loads of inputFields in one scene. If the player answers correct he gets...
View ArticleImplementing multiple choice question into game
I have the base game complete and now I want to implement a point system with multiple choice questions. The game is a basic 2 player tank game, but I want the loser to answer a question from a pool of...
View ArticlePong Pong Game
I have created the basics, one racket on each side, the ball that bounces correct and walls around the map, everything there works fine but I got a problem, I really dont know how to make a button in...
View Article