Reset the Time.time back to 0.0?
Hi I have a zombie like game and has a few scenes a title, the game, instructions, and scene after you died. In the game i have an extremely simple timer script that shows how long you have survived...
View ArticleHow to create a path with the mouse cursor?
I know my title wasn't that clear but I will make up for that here. I want to kind of draw a line with the mouse cursor and then a game object will follow that line that you just drew. I want to make a...
View ArticleTexture's Alpha is not Transparent when I use it as a GUI.label
I have two textures that I have checked "Alpha is Transparent". When I put it on a regular cube and change the Shader to Transparent/Diffuse the alpha is transparent but I want too use it as a...
View Articlerigidbody.AddForce(transform.forward * 5000)
I am making a simple first person game. I created a simple move script that i would build upon. I am using the MouseLook script from the character controller package. I am using rigidbody.AddForce to...
View ArticleRigidbody slowly moves
My player in my game has a rigidbody attatched to him. I use the AddForce function to move him around. I also have a terrain set up. My drag variable of the rigidbody is set to 4 and it has a mass of...
View Articlerigidbody problem
Hey, I am making a pokemon like game but you actually play and battle with the pokemon in the world. I control the pokemon with rigidbody.AddForce. That works perfectly. The problem comes when I bump...
View ArticleJava Lists
I am making a pokemon like game where you can catch pokemon in the wild. I have everything down to where a boolean is true if I caught it. I want to then if that boolean is true to add the caught...
View ArticleCollision/Collider Issue?
I am making a simple 2d platforming game. I should also mention I am still using Unity 4. I wanted to use the character controller for my players jump and have a separate move script. I did this...
View Article