[help] Error building Player: KeyNotFoundException: The given key was not...
Hello I got this error whenever I hit BUILD AND RUN option "Error building Player: KeyNotFoundException: The given key was not present in the dictionary." Please help me, Is there any way to remove the...
View ArticleUnity asset store tools error asset bundles
I created an animation system to publish on the asset store, and submitted it, and then i logged in to the publisher login on the unity website, clicked on pending and saw this. It all seems right, but...
View ArticleMonoDevelop4.0.1 Intellisense incorrect 'corrections'
eg. when I type "transform" followed by '.' it changes to "Transform", then I type "Rotate" and the rest of the code. Later I get errors, and realise that I have to change "Transform" back to...
View ArticleVertex Fragment Shaders are BROKEN?
Hello, I am trying this shader below from http://en.wikibooks.org/wiki/Cg_Programming/Unity/Billboards and I keep getting error: Material doesn't have a texture property '_MainTex'. Along with these...
View ArticlePLEASE WHERE´S THE ERROR?? C#SCRIPT
It sais :¨error CS1520: Class, struct, or interface method must have a return type¨ public class NewBehaviourScript : ModifiedStat { private bool _known; public Skill() { _known= false; ExpToLevel =...
View ArticleWHERE´S THE ERROR?PLEASEEE
it said :¨(113,41): error CS1525: Unexpected symbol `;', expecting `)', or `,'¨ and ¨(115,12): error CS8025: Parsing error¨ private void SetupSkillModifiers() { //melee offence...
View ArticleWHY SAYS ME THAT IS AN ERROR?
I have been watching burgzerg arcade tutorial #17 :http://www.youtube.com/watch?v=xBELb3ollhQ&list=SPE5C2870574BF4B06 and i make exactly that he wanted to do, but the console is saying to me error...
View ArticleBCE0048 error
Hola soy novato ¿alguno de ustedes sabe por que me da erro BCE0048? y como se hace de forma correcta. gracias #pragma strict static var baraja=new Array(52,2); static var partida=new Array(5,2); static...
View Article[help] Error building Player: KeyNotFoundException: The given key was not...
Hello I got this error whenever I hit BUILD AND RUN option "Error building Player: KeyNotFoundException: The given key was not present in the dictionary." Please help me, Is there any way to remove the...
View ArticleWhen I try to disable mouse look for first person controller it throws an error
I'm trying to disable mouselook whenever the functions disableMous() is called. But it is throwing an error unexpected symbol 'player' and unexpected symbol 'can'. Any idea how to fix this? Thanks in...
View ArticleHow can I change my username?
Every time I try to visit the forums I receive this error: "That username is already in use or does not meet the administrator's standards. If you are Bic and you have forgotten your password, click...
View ArticleTexture Video Crash
I keep getting a crash after about 30 seconds of playing my scene. It has a slideshow of textures applied to a cube. Here is the output log: http://pastebin.com/iepiNHGF Here is the error file:...
View ArticleHave I lost my project? Or is this fixable.
I started up unity with my game, and got the error telling me it could not load my layout. So I switched to the default. That's no biggie as it happens every once and a while. But this time, my project...
View ArticleHow do I fix an error when importing a heightmap?
Hi I created a heightmap (raw) in World Builder, and when I try to import it I get this strange error: ArgumentException: Destination array is not long enough to copy all the items in the collection....
View ArticleError launching Unity Player. Invalid Unity Web file (Decompression Failure)
I made a unity game. Then i clicked File>Build Settings>Web player. Unity asked me to select the folder. I chose the folder and there it created two files, game.html and game.unity3d I opened my...
View ArticleUnassignedReferenceException for assigned variable
I'm having a problem with Unity 4.3. I seem to be getting these errors: ![alt text][1] All of them are the same. Normally, this wouldn't be a big deal; I would just set the value of pauseButton (a...
View ArticleHow can i solve this error?because i am doing the right things
#pragma strict var health : float = 100.0; var hunger : float = 100.0; function Start () { } function Update () { hunger -= Time.deltaTime/3; if (hunger <=5){ health --; } if (health <=0){ print...
View ArticleSemicolon error using JS
Well I added semicolon already. Error at (18,46) #pragma strict var Bullet : Rigidbody; var Spawn : Transform; var BulletSpeed : float = 1000; function Start () { } function Update () {...
View Article"Strange behaviour may occur" when using Network.AllocateViewID()
Hello, I’ve made a simple script that allows control over a cube. When a button is pressed, the cube’s ownership switches to whoever pressed the button, giving them control over the object. The script...
View ArticleVery strange behavior after compiling for PC
I am compiling my project for PC When i am in the unity editor the game is running fine. i have a static class in which i store my game parameters using UnityEngine; using System.Collections; using...
View Article