Semantic Issue Use of undeclared identifier 'GL_BGRA_EXT'
Help!! im such a newbie to getting Unity to talk with Xcode. Ive signed up for a developers program and done all the necessary steps (i think) in this tutorial...
View ArticleWhy am I getting this error exporting to win 8 store?
I just got a windows 8.1 computer. I have the latest free version of unity. I downloaded the windows 8 SDK from MSDN and got the free 2013 visual studio express update 3. When I try to export out the...
View ArticleCan't Build to .apk in Unity 4.5.1f3!!!!
i have trouble when bulid my game to .apk , i have download the sdk android, n jdk still can't build to .apk , need help!! for your answer i only can say THANKS SO MUCH, can you (the master :) ) guide...
View ArticleRandom exception error just showed up
For no reason at all i started unity today and got an out of range and exception error on a script that never had an issue before? here's my script and here the error. ERROR : IndexOutOfRangeException:...
View ArticleAnimator script errors
I have some fairly basic errors here. I have tried a few things with no luck. #pragma strict var Player : GameObject; private var controllerscript : Player; var Move : float = 0; function Start () {...
View ArticleError with object selecting script
its suppose to select a game object function Update () { var hit: RaycastHit; if(Input.GetMouseButtonDown(0) && Physics.Raycast(Camera.main.ScreenPointToRay(Input.mousePosition), hit,...
View Article(2D) Raycast check - null reference even when (RayHit != null)
Why is there a null reference if I check if it is not null? Are there any solutions? (The error returns when the player is runnig away from the enemy, not all the time) var rayHit : RaycastHit2D =...
View ArticleError in Executing
So i exported my game and uploaded it to media fire for others to try out. One of my friends downloaded it, when he tried to run it he got an error saying Cannot execute...
View ArticleShader error in ... : Syntax error at line 30
I created a custom shader in which I use the command #include "../cginc/CustomParallax.cginc" right after the CGPROGRAM directive, but once I click save and compile the shader, it gives me this weird...
View ArticleHow to change variables on a new gameobject's script
So, I have a MapBuilder object that has a script which places random stars on the 2d plane. While generating each star, I want to give them some variables to make them unique, for example their color...
View ArticleUnityEngine.Touch error
I have this script that is suppose to handle mobile touch input I found on forum but I keep getting the error message error CS0030: Cannot convert type `UnityEngine.Touch' to `Touch' using UnityEngine;...
View ArticleHelp with changing spririterenderer's sprite
I am making a 2d map of stars. All the stars get random parameters like color. I want to change the star's sprite according to it's color variable. Right now this is my code (JS) in the star objects, i...
View ArticleNullReferenceException: Object reference not set to an instance of an object
I have this particle script, but when I try to activate the RPV void I get this error message NullReferenceException: Object reference not set to an instance of an object particletrigger.Update () (at...
View ArticleIpointerClick Interface Error
Hello I have this error that I don't understand since I never used interfaces and would like too understand how I may get rid of the error. I have this script which handles all my Hud stuff of my...
View Articlepassing variables through scripts
Hello, i've got main code called head. It got inside: public class head : MonoBehaviour { public static int lang = 0; public static int score=0; } I want to connect two scripts to it - menu and...
View ArticleError in Game
Cannot execute "C:\Users\Username\AppData\Local\Temp\Rar$EXa0.778\PreAlpha V3.6.exe" Does anyone know what this error means? My friend got this error after he tried to run my game. Please help
View ArticleNullReferenceException: Object reference not set to an instance of an object
I have this code and I want to trigger the function Sumar() in another script called Score, there is an empty GameObject in my scene which has attached the Score script, this empty GameObject only...
View ArticleError Building Play : Failed to build apk.
Hi ! I have this error ( never before -__- ): Error building Player: CommandInvokationFailure: Failed to build apk. See the Console for details. C:\Program Files\Java\jdk1.7.0_51\bin\java.exe -Xmx1024M...
View ArticleAn NPC "moonwalks"
As part of my newly started education in gamedevelopment I encoutered a peculiar issue: we have each progammed an NPC so when the player came within a certain distance of the NPC, the NPC would react...
View Articleerror compiling c#
![alt text][1] Hi, After any change and save in my code i get the above error. Any idea? Thank you ck [1]: /storage/temp/33112-unity+error.jpg
View Article