Assets/Scripts/PlayerController.cs(11,48): error CS0103: The name...
I am new to programming and I am getting this error when I try to enter Playmode, can a kind soul please tell me what I am doing wrong/how to fix it? thanks in advance! using UnityEngine; using...
View ArticleCannot accessing text in InputField Array
here is some of my code public InputField[] names = new InputField[4]; playerParty[count] = createCharacterData(names[i].text.text, (int)(sliMember[i].value), getClassToggle(tgMember[i])); and i got...
View ArticleReference Data Model from State Machine not working, error CS0103
I'm working on a state machine and trying to reference a data model in the state machine itself, but having some problems. private TrafficLight target; void Start () { target = gameObject.GetComponent...
View ArticleGames Services Plugin Windows Error "does not contain a definition"
Hi i'm trying to set up the Google Games Services plugin for unity this one: https://github.com/playgameservices/play-games-plugin-for-unity So far i manage to set everything on the developer...
View ArticleUCE0001: ';' expected.
I am completely stumped on this error. Please tell me what I am doing wrong in this script. The error says I need to place a semi-colon at the end, but I already have. I have in fact saved the script,...
View ArticleNullReferenceException
Hi. I am completely lost on this, and I've been trying to find a previously answered question, but none of them really fits my application. I am not entirely sure how I'm getting this error. I am...
View ArticleError in changing color from sendmessage
okay, so i want to make an object alternate between appearing and disappearing, so i made a code like this: s = GetComponent (); void SetVisibility (bool b) { if(b)s.color=new Color(1f,1f,1f,1f);...
View ArticleNSIS error ?
Hello, When i download Unity and i try to opening it it's popup a screen that says "Installer integrit cgeck gas failed. Common causes include incomplete download and damaged media. Contact the...
View ArticleHow do i fix the NSIS error ?
Hello, How do i fix the NSIS error, i have try all at http://nsis.sourceforge.net/Why_do_I_get_NSIS_Error so what i'm going to do ? Windows 7 Unity 4.6.0
View Article500 internal error server
why is it that whenn i try to run unity i get a error that says 500 internal error server what does this mean? how do i fix it please!!
View ArticleI am now having an "internal compiler error" that sometimes appears as a...
I am trying to test an infinite platformer of mine but when I do I am told this: Internal compiler error. See the console log for more information. output was:Assets/Sample Assets/Cross Platform...
View ArticleHow to make keystore debugging ?
Hi I made singing keystore for unity but build apk not working. How to fix "Install Parse Failed - Inconsistent Certificates" error ? im used BlueStacks similator. what i do now ? Please.
View ArticleRaycastHit CS0165 Error
Hey I get this error every time but I don't know why: "Assets/Scripts/PickUp/BranchPickUp.cs(20,20): error CS0165: Use of unassigned local variable `hit'" And here is script: using System.Collections;...
View ArticleMaterial doesn't have a texture property '_MainTex' UnityEditor.DockArea:OnGUI()
I got this error after I lightmapping my scene, and I don't think the lightmapping works because it's just blank for me Here's the screenshot ![alt text][1] [1]: http://i.imgur.com/LROCTBe.png EDIT :...
View ArticleError Building Player: Win32Exception. No solution works
I'm trying to compile an android game on my 64bit Windows 7 and I keep getting this error. > Error building Player: Win32Exception:>...
View ArticleHow do i fix a Compiler error
Heyho Unity Community, i got a problem.... I started Unity the first time and what happened? Yeah the compiler couldnt execute and anything else (i dont understand). ![alt text][1] [1]:...
View ArticleUnexpected "{" and parsing error (roll a ball tutorial)
I've been doing the "Roll a ball" tutorial, and i thought i had done everything as it needed to be. But it keeps nagging me about 3 errors. If anyone please can explain to me what i've done wrong, i'd...
View ArticleRaycast error
Please help me it doesn't show eny errors but it doesn't work. here is script: using UnityEngine; using System.Collections; public class RockPickUp : MonoBehaviour { void Update () { var fwd =...
View ArticleUnity says scripts don't exist...but they do...
Hello, I am not sure what happened but all the scripts in my project are not loading. Every single script has a little error message under it saying "The associated script cannot be loaded." When I...
View ArticleHow to upload a web game to dropbox without errors?
I uploaded my Unity web game (both html and unity3d files) to a subfolder inside my "public" dropbox folder. However, when I middle-click on my html file (to open the file in another tab), the unity...
View Article