Quantcast
Channel: Questions in topic: "error message"
Browsing all 2891 articles
Browse latest View live
↧

xcode errors during compile. storekitManager.

i'm getting an error from xcode that has something to do with a storekitManager. has anyone else encountered this error after upgrading xcode? does anybody know where i can start to find a solution?...

View Article


error CS0029: Cannot implicitly convert type `bool' to `UnityEngine.UI.Text'

I'm following the space shooter tutorial and I'm trying to create the game over and restart texts for the game and it gives me this error in the console This is the script that I have set up: using...

View Article


How do I track this Error Message

I keep getting the following error message - "The referenced script on this Behaviour is missing!" It's not causing the game to crash but obviously something is wrong somewhere. How do I figure out...

View Article

Error CS0246 TinyMedievalPack?

I just imported it and it is saying that error. The error message says The type of namespace name 'UIGrid' could not be found. I am guessing I missed importing something that the pack needs or...

View Article

How to fix error CS1525? Help!

Alright I have very sorry about the noob question but I am new to unity and C# scripts, I have run into a problem on my newest script that ive been working on, I submit the script to unity and it gives...

View Article


Assets/Zombies/sharedassets0.asset(1,1): BCE0044: unexpected char: 0x0. Can...

Assets/Zombies/sharedassets0.asset(1,1): BCE0044: unexpected char: 0x0. i got this and i dont understand this error! How can i fix this? i tried to delete the folder but nothing happened

View Article

Ambigous reference in GUIContent

first error: Assets/6by7/ProGrids/Scripts/Editor/ProGrids_GUI.js(108,56): BCE0004: Ambiguous reference 'constructor': UnityEngine.GUIContent.constructor(UnityEngine.Texture, String), UnityEngi Second...

View Article

Im having trouble with this code.

using UnityEngine; using System.Collections; public class FpController : MonoBehaviour { public float movementSpeed = 5.0f; public float mouseSensitivity = 5.0f; public float UpDownRange = 60.0f // Use...

View Article


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 Article


Unity 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 Article

Anybody 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 Article

Installer 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 Article

Why 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 Article


Roll-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 Article

C# Parsing error; error CS8025

<<<<<< HEAD public class Gamemanager : MonoBehaviour { ======= //Necessary for save/load procedures using System.Text; using System.IO; using...

View Article


NullReferenceException 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 Article

Can't build my game..

I can't explain to myself why.. maybe you can Error Message:![alt text][1] [1]: /storage/temp/38555-unbenannt.jpg

View Article


Why am I getting this error ?

I have a line of code in my script to access and enable/disable a certain component on a game object... var freezePlayer = GameObject.FindGameObjectWithTag("Player").GetComponent("CharacterMotor");...

View Article

Error Log: !query -> pending

That's all I see from the error log. It doesn't lead to any scripts. I have no idea what might be causing this error. Can someone help me with what this means and how to solve it? Thanks in advance.

View Article

Error message "Can't Add Script"

I keep getting the error message "Can't Add Script Can;t add component "NewBehaviourScript" b/c it doesn't exist. Check to see if the file name and class name match". I'm on version 4.6.1f1 of Unity,...

View Article
Browsing all 2891 articles
Browse latest View live