Unity game .apk cannot open from my phone
I built a game for android that works perfectly on my tablet. However it doesn't start on my phone. If I try to open the game, I obtain this error: ![alt text][1] (Unexpected termination of the...
View ArticleUnity Pro trial crashing due to an asset
I downloaded Unity 4.5.2 and activated the free trial of Unity Pro. When I downloaded my first asset I was given the option to import it or not. Being a novice, I assumed that if I didn't import the...
View ArticleAnybody see the problem?
Error Code in unity comes up with assets/scripts/enemy.cs(54,1): error cs8025: Parsing error using UnityEngine; using System.Collections; public class Enemy : MonoBehaviour { int movementSpeed = 3; int...
View ArticleInstaller integrity check when downloading Unity 2D
Hi, I'm trying to install Unity 2D, but whenever I try to access the installer, an error message claims that an installer integrity check has failed. I've tried downloading in at least five times, and...
View ArticleWhy do I get this error?
Could not start compilationWin32Exception: ApplicationName='"C:/Program Files (x86)/Unity/Editor/Data/Mono\bin\mono.exe"', CommandLine='"C:/Program Files...
View ArticleRoll-a-Ball Compiler Errors
I followed the tutorial to the letter up until i had to script the ball movement, i entered it as shown but once i went to play it refused saying there were compiler errors that needed fixed, pls halp...
View ArticleC# Parsing error; error CS8025
<<<<<< HEAD public class Gamemanager : MonoBehaviour { ======= //Necessary for save/load procedures using System.Text; using System.IO; using...
View ArticleNullReferenceException Error
public GameObject Su; float countdown = 1; // Use this for initialization void Start () { } // Update is called once per frame void FixedUpdate () { countdown -= Time.deltaTime; if (countdown <= 0)...
View ArticleSetPixels32 called with invalid number if pixels in the array
I am getting this error after converting a byte array to a Color32 array and using the SetPixels32 method in a texture. There isn't much documentation on this error so I'm confused how to approach it....
View ArticleConfusing errors in Unity
Hello guys, I have a major issue. Unity says that my monobehaviour classes arent matching the .cs file names which I is entirely wrong (checked it twice) Also it gives me the following error...
View Articleim getting this error and i dont know why
ok so i am making this car game and ive checked everything but it all seems fine to me but im getting this error message when running the game ![alt text][1] ![alt text][2] [1]:...
View ArticleError Code BCE0034 expressions in statement must only be executed for their...
Okay I am trying To access the children of a gameobject and look in a Component to get a variable. That works fine. But I want to change the variable thats in the child object. Here is the Code. By the...
View ArticleError in unity help ???
![alt text][1] [1]: /storage/temp/33724-untitled.png I need help with this i'm new to unity i can't find anywhere a solution to this just started happening yesterday any time i open unity there nothing...
View ArticleError CS0019 operand cannot be applied
Hello folks! In a class I want to see a number, which is private in a different class (and changes due to player input) is a specific number. so I wrote: from the original class Player2Script: private...
View ArticleERROR m_PathToGUID.count(goodPath)
Hi! eventhough that in the folder everything seems fine, and just last night i was working on this project today dawned with this problem. Could anyone help me? ![screen capture][1] [1]:...
View ArticleGetting an error for my TP.js Script
So, I'm getting this error "BCE0019" on lines 15,107 for postion which is not a UnityEngine.GameObject' member #pragma strict var target : GameObject; var adjust : float; var c1 : Color; var jump :...
View ArticleError scripting message
Can somebody please tell me whats wrong here? This error message pops-up every time I attache my script to my object: ![alt text][1] And I have already made that symbol in my coding: ![alt text][2]...
View Articleerror CS1525: Unexpected symbol `}'
I'm trying to make my game end when all my enemies died but I keep getting stuck. I'm new to Unity and I would apreciate some help. I got a script from internet and I'm Trying to adjust it to the way I...
View ArticleHelp Needed! expecting (, found 'Chop'.
Yeah, like said above this is the error: BCE0044: expecting (, found 'Chop'. this is my script: #pragma strict var rayLength : int = 10; var treeScript : TreeController; var playerAnim : PlayerControl;...
View ArticleAn error comes when i try to open up a Jscript file...
**What happened** if this *error message* showed up?... and **how can i fix it**?! I am pretty new to unity and I don't know much about game engines...But i like tampering around with stuff and i...
View Article