Need help with my script.
Hello everyone hope everything's fine. :) this is my script using UnityEngine; using System.Collections; public class Rigidbodyforce : MonoBehaviour { // Use this for initialization void Start () { }...
View ArticleHow to play a song when a key is pressed down within a trigger? Trying to...
Hello Unity Community! Im in need of some help. Im trying to make it so when you enter a trigger (An object with a trigger) and press a Key (Would like it to be "E") to turn the song on. and you can...
View Articleinfinite runner HELP
this is my code but there a 2 problems that wont let me start. the problems are; Assets/Sample Assets/2D/Scripts/PlatformerCharacter2D.cs(90,76): error CS1526: A new expression requires () or [] after...
View ArticleChange the volume of the music menu
Hello, first of all sorry for my bad english ... Now, I'm recreating the Slender by a youtuber and the person who is creating not put music on the menu, I decided to get but when I go to Options and...
View Articlefailed to initialize graphics
I m newly buy Laptop toshiba C50D-A 40012 with integrated graphic card and i installed OS windows 7, 64 bit and i install -Unity3d 4.3.2f1 version and open unity3d this error is occurred "failed to...
View ArticleHelp for basic board game but for me it's hard..
I'm new to unity, today is my first time to use it I have make one game.. it's a board game from anime named phibrain.. i only need a few things to do but i don't know how : 1. Make a legal move, now...
View ArticleERROR unity expected. insert a semicolon at the end
everytime i get this error and really dont know how to fix it i tried many things but keeps coming up the scirpt is this #pragma strict Var X : float; function Start () { //Gathering normal object...
View ArticleBlock Collision Sliding off
I made an earlier question but I think i found the problem. but you guys are more experienced then i am so I'm just going to give the script for it. using UnityEngine; using System.Collections; public...
View Articlethe scene doesn't exsit in the toolbar
1-there is no anything except the {{game}} and the {[hierarchy}}. 2-the {{scene}} is not exist in the toolbar.
View ArticleAnimation + Scripting = I Don't Understand (Help)
Hello! I am going to get straight to the point. I do not understand some things related to animating and scripting that have to do with each other. I am still rather new, but I just cannot even wrap my...
View ArticleCreated game but need to be next to folder
i created a unity game and posted it on indiedb and i test downloaded it and when i clicked on the game an error poped up that said "There should be 'The_Ganzfild_Effet_Part_1_Data' folder next to the...
View ArticleSecond attempt at fixing broken code, yet it still does the same thing.
this is the code and the previous question http://answers.unity3d.com/questions/868285/soo-wierd-clamp-doesnt-work-when-moving-and-goes-p.html using UnityEngine; using System.Collections; public class...
View ArticleComplete noob - Angry Bots Asset Errors
Hello, I am completely new to Unity and I recently attempted to install and run the Angry Bots project. Upon opening the project scene files every time I attempt to run the game I am given the...
View ArticleNeed help with door opening and closing script/animation
So I have a problem I created an animation for my door and that went successfully and my script works just fine. But in my script it opens and closes the door all in one button push. How would I fix...
View ArticleMoney System
I have a money script but I cant figure out how to update the amount of money? here is my money script var money : int = 100; var GUImoney : GUIText; function AddMoney(amount :int){ money += amount;...
View ArticleNeed help with my script.
Hello everyone hope everything's fine. :) this is my script using UnityEngine; using System.Collections; public class Rigidbodyforce : MonoBehaviour { // Use this for initialization void Start () { }...
View ArticleHow to play a song when a key is pressed down within a trigger? Trying to...
Hello Unity Community! Im in need of some help. Im trying to make it so when you enter a trigger (An object with a trigger) and press a Key (Would like it to be "E") to turn the song on. and you can...
View Articleinfinite runner HELP
this is my code but there a 2 problems that wont let me start. the problems are; Assets/Sample Assets/2D/Scripts/PlatformerCharacter2D.cs(90,76): error CS1526: A new expression requires () or [] after...
View ArticleChange the volume of the music menu
Hello, first of all sorry for my bad english ... Now, I'm recreating the Slender by a youtuber and the person who is creating not put music on the menu, I decided to get but when I go to Options and...
View Articlefailed to initialize graphics
I m newly buy Laptop toshiba C50D-A 40012 with integrated graphic card and i installed OS windows 7, 64 bit and i install -Unity3d 4.3.2f1 version and open unity3d this error is occurred "failed to...
View Article