Build Error
I get this error when trying to build: Error building Player: Win32Exception: ApplicationName='C:\Program Files (x86)\Java\jre7\bin\javac.exe', CommandLine='-bootclasspath "C:/Program Files...
View ArticleRuntime error in editor + exported build?
I've finished an ultra-detailed project, based on the bigbang. As you might imagine, there's overwell a crap load of particles at once, but once I finally managed to finish my project, it now crashes...
View ArticleAndroid build fail - Error building Player: Win32Exception
I am having a new error when I am building an android version of my game, This build fail has only been happening after my recent upgrade to Unity 4.5.5f1 from 4.3.something. I see many other people...
View ArticleHow come whenever I download Unity I get an NSIS Error?
Whenever I download the Unity Setup I get an NSIS Error. Does this happen a lot or is it just me?
View ArticleEverytime I load Unity 4.6 I get the same error
It always says: **Error loading page; Peer certificate cannot be authenticated with known CA certificates.** What does this mean and what should I do to fix it?
View ArticleOn resetting my level my game crashes, sometimes
var floorCol : boolean = false; function OnCollisionEnter(coll: Collision){ if(coll.gameObject.tag=="floor"){ floorCol=true; } } function OnCollisionExit(coll: Collision){...
View ArticleError group < 0x7fff
Hello, what may be the cause of the error: group < 0x7fff? I don't get any stacktrace with this. Using Unity 5.0
View ArticleBOO: Error BCE0019: 'texture' is not a member of 'object'.
Hey Guys, I'm trying to set up some basic classes, but I can't figure it out how I can make the Block class callable like this: "Blocks.getBlockById(id).texture.top" I'm just getting this error:...
View ArticleScript Errors Not Sure Why
So I'm creating the following code: http://pastebin.com/qBQcWDD0 And I'm getting this error message: Assets/Standard Assets (Mobile)/Scripts/Lvl1.js(2,10):BCE0044: expecting (, found 'OnMouseUp'. Any...
View ArticleError building Player: CommandInvokationFailure: Unable to merge android...
**Error building Player: CommandInvokationFailure: Unable to merge android manifests. See the Console for more details. C:\Program Files\Java\jdk1.7.0_51\bin\java.exe -Xmx1024M...
View ArticleQuaternion To Matrix conversion failed because input Quaternion is invalid
I suddenly got this error. I don't know what went wrong. I can still play my game, but I get this error when I slide my character. using UnityEngine; using System.Collections; public class...
View ArticleSome objects were not cleaned up when closing the scene.
This error appeared at the first time I moved from Scene A to Scene B. But this error only appeared once, at first time. After then, doesn't matter even if after that I move A to B or B to A, it...
View ArticleHow to Fix "NullReferenceException"? Aim Down Sights Script
Hi community, I am kind of new to the whole Unity/progamming thing and am working on a school assignment. With pretty much every script I've done, I have come across the error:...
View ArticleHow to modify Time value
Hi, following code issues an error float TimeModifier = 5.0f; Time EndTime = Time.time + TimeModifier; "error CS0029: Cannot implicitly convert type `float' to `UnityEngine.Time'" Also when trying to...
View ArticleError building Player: Win32Exception:
**Error building Player: Win32Exception: ApplicationName='C:/Users/Usuario/Desktop/FlyBall/adt-bundle-windows-x86-20131030/sdk\tools\zipalign.exe', CommandLine='4 "C:\Users\Usuario\Documents\New Unity...
View Articlefor loop problem
hello everyone, i`ve been away from unity for a while and im getting a bit of truble with a for loop, it`s supposed to fill an array with the distances at which to spawn objects, here is how it looks...
View ArticleShader error in 'CustomCartoon': Parse error: syntax error at line 19
Shader "CustomCartoon" { Properties { _Color ("Main Color", Color) = (0.5,0.5,0.5,1) _MainTex ("Base (RGB)", 2D) = "white" {} _RimColor ("Rim Color", Color) = (0.26,0.19,0.16,0.0) _RimPower ("Rim...
View ArticleUnity Player has crashed
Why i am getting this error? Here error detail:> Setting error display: 'Invalid Unity> Web File (Decompression Failure).',> details: '', link: 0 Here my script: string pageURL = "";...
View ArticleArray.ToList() Returning Error
Hello! I have been encountering a problem while converting my Array into a List using the .ToList() method (I'm a little new to Object Oriented Programming and Networking so I apologize if my code is...
View ArticleArgumentException: The Assembly System.Configuration is referenced by...
When i want to build and run in google native client , it stopped and this error popped out. I have already set my optimization compatibility level to .net 2.0. Anyone has any idea why and what is...
View Article