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

Strange error [KeyNotFoundException: The given key was not present in the...

Hey there, it's 3:30 AM and I don't understand what the hell does Unity want from me. I got these strings: private List weaponsDatabase = new List(); private List armorDatabase = new List(); private...

View Article


some allocations have not been deleted, yet reference ocunt is 0. This should...

What does this mean: some allocations have not been deleted, yet reference ocunt is 0. This should not happen ![alt text][1] [1]: /storage/temp/62559-b828c253a5cd63ddcd8631821e9ea76b.png

View Article


Scene Won't Load - iterator == end

When I try to load a specific scene in my project, the console gives the error "iterator == end" and doesn't load the scene. Has anyone else run into this? Any ideas on how to fix? I tried re-importing...

View Article

Parsing error

I've had multiple problems with the scripting as i'm completely new to it. I used the script from a tutorial and I keep getting a message saying there is a parsing error....

View Article

transform.eulerAngles = new Vector3(0, 45, 0); Doesnt Work?

This doesn't work. I have no idea... I get this error a lot: Assets/Controller3dmodel.cs(16,57): error CS1502: The best overloaded method match for `UnityEngine.Quaternion.Euler(float, float, float)'...

View Article


ERROR: BCE0020 an istance of type 'UnityEngine' is required to access not...

//Version of Unity 5.3.1f1// function Start() { Invoke ("Toogle", (Random.Range(22.0, 22.5))); } function Toggle() { GameObject.SetActive = !GameObject.SetActive; Invoke ("Toogle", (Random.Range(22.0,...

View Article

Button spits out huge error message

I have a main menu with a few animations, and an animated play button. The button triggers a boolean to be true to make a panel fly on to the screen. Up to now the button worked but for some reason...

View Article

Parsing error- Please help!

I'm working on trying to get an enemy character to follow the player and every time I enter the code I get told there's a parsing error. Assets/1Follow.cs(1,12): error CS8025: Parsing error Any help...

View Article


Meta data wants to be mapped elsewhere when importing assets.

Hello all, When importing some assets I occasionally receive this error: Error importing folder (The pathName assets/[name of asset folder] is already mapped to 36fdbd97f2d3a e74b93aa4169625f9ed. But...

View Article


error cs1041

Someone please fix this :( i was trying to use the first person controller in unity, but then i ran across 4 errors. I fixed three, but I could not fix this one. Im new to this so please make it easy...

View Article

Help fixing a script (error BCE0038)

#Need help with this private var collided = false; function OnCollisionEnter(){ if (!collided){ collided = true; StartCoroutine(PlayAndDisappear()); } } // play and disappear after delay: function...

View Article

How can I get around this error?

Hey guys recently have been running into this when trying to open my project. After hitting load default or revert factory settings i get the second window which brings me back to the first. How can I...

View Article

Can't embed WebGL in Web application

I am trying to call a Unity WebGL build from within a Java Web application. I am opening the index.html file using window.open() and continually getting an error that states: An error occured running...

View Article


not all code paths return a value and must declare a body for...

code errors are stemming from the bool CheckIsValidPosition() { Here is the code: float fall = 0; public float fallSpeed = 1; public bool allowRotation = true; public bool limitRotation = false; // Use...

View Article

Incorrect tag

Just got this error "Incorrect tag" in my console while i was playing my game, but i can not find much more info on it. ![alt text][1] [1]: /storage/temp/63200-incorrecttag.png

View Article


fatal error checkdisalowAllocation. Allocating memeort when it is not allowed...

Hello, When I was trying to follow the steps in this link: https://developer.vuforia.com/library//articles/Solution/Compiling-a-Simple-Unity-Project to use the camera and a target image for a simple AR...

View Article

How to change level after my game over screen appears? C#

Hello, I am creating game with use of a master script. Inside my Game Over Script I would like for the first level to be loaded Blank number of seconds after the Game Over Panel is set to true. When I...

View Article


The left-hand side of an assignment must be a variable, a property or an indexer

I looked at other threads, but could not find an answer. The error is on line 6, 7 and 8. Could someone help me out? using UnityEngine; using System.Collections; public class SaveLoad2 : MonoBehaviour...

View Article

The thing you want to instantiate is null. UnityEngine.Object.CheckNullArgument

public static int gridWidth =10; public static int gridHeight =20; // Use this for initialization void Start () { SpawnNextTetrimino(); } // Update is called once per frame void Update () { } public...

View Article

Can't Connect Monodevelop Debugger to UnityEditor

I have a strange Problem when i try to debug my game. I try to attach the Debugger to the Unityprocess and after a while the following Message appears and the Editor freezes until i continue execution....

View Article
Browsing all 2891 articles
Browse latest View live