Error while painting terrain?
I've attempted to google around for this problem I'm getting how ever, I only found 1 other unity answer which hasn't been answered yet since 2013... sooo I figured I would re-ask. So I seem to be...
View ArticleExpand script to stop camera from following player
Hi, I'm having a problem figuring out what to do with my script that has the camera follow the player when the player dies. I'm getting the following error: MissingReferenceException: The object of...
View ArticleUsing GetComponent Within OnTriggerEnter
I am having a problem with my code and the error NullReferenceException: Object not set to an instance of an object within the script Sensor. Which is below: using UnityEngine; using...
View ArticleChecking null variable error
bool empty; if (empty == null){ //do something } Use of unassigned local variable. This doesn't make any sense. How do I fix this?
View ArticleShadow Projection Error
Hello, I'm having problems with the shadow on a specific project. The shadow appears to be projected several times as shown in the image. Does anyone have any idea how can I solve this problem?...
View ArticleUnity fails to recognize Maya models/Unity scenes
Hello! I'm a student learning to work with Unity and Maya. To work on my projects, I have to work in the computer lab, which has Autodesk Maya 2015 and Unity 4.5.2f1 Pro. Naturally, given the how...
View ArticleLoom Multithreading Error
I am having an error with Recalculate.Normals rewritten using UnityGems Loom class: Recalculate.Normals(mesh); works 100% of time Loom_Normals(mesh); only works 99% of time Why only 99 percent of time...
View ArticleHey Guys, I am trying to get my player to move when I push this button but it...
using UnityEngine; using System.Collections; public class right4 : MonoBehaviour { public float speed; // Use this for initialization void Start() { } // Update is called once per frame void Update() {...
View ArticleBuild error with large resources folder (newBlock == m_ActiveWriter.block + 1)
Hi, we are building an adventure game with thousands of audio clips for voices, two languages for now, and after we added the second language we are not able to build the game. We are getting the next...
View ArticleScripting error message
I have a scene thats meant to load the OBB for my Android app then automatically load the first real scene. But when I play the scene in the Editor it shows this error in the Console: Exception: JNI:...
View ArticleUnity 5 Light Problem
I recently upgraded to Unity 5 and inported a project from Unity 4.5. The project imported great but here is my problem, the lights don`t show ... i mean in the editor the light shows and behaves...
View ArticleHow do i fix this error? Okay, when i create any kind of script, i get this...
- Finished compile Library/ScriptAssemblies/Assembly-CSharp.dll Internal compiler error. See the console log for more information. output was: (Filename: Line: 0) EditorHelper: Attempting to use...
View ArticleUnity errors when building / Playing in "Maximize on Play"
Hey! So whenever I play in "Maximize on Play" the objects in the scene start responding weirdly, they're an increased lag and lack of responsiveness, but It's completely fixed when I untick "Maximize...
View Articlewindows 8.1, won't export out to win8
I just got a windows 8.1 computer. I downloaded the windows SDK from MSDN and got the free 2013 visual studio. When I try to export out the game to windows, I get this error. It will not compile. I can...
View ArticleHow do I Reset Unity and get a different license?
Ok so when i downloaded unity i pressed on a license that for some reason didn't allow me to import from the asset store. I Kept getting the error CA certificate...etc and so i pressed returned my...
View ArticleNull in GetValidMethodInfo
I have this null reference exception in my pc build log file: NullReferenceException: Object reference not set to an instance of an object at UnityEngine.Events.UnityEventBase.GetValidMethodInfo...
View ArticleProblems calling a class using a XML serializer c#
I am trying to call a method from a class that is using xml serializer and get this error. > The type `CardXML' must be convertible to `UnityEngine.Component' in order to use it as parameter `T' in...
View ArticleI have a parsing error. and yes, I am a noob.
Line 35,1 using UnityEngine; using System.Collections; public class FlashLightController : MonoBehaviour { public Light flashlightObject; void Start () { bool flashlightObject = false; } void Update ()...
View ArticleError - failed to re-package resources (Android)
Hello all, I've been creating a Android app / game, and it's been working great, but last night I got this error, when I tried to "Build & Run" so that I could test it on my phone It said "failed...
View ArticleHelp with string to gameObject.name
I try this: void OnCollisionEnter(Collision col) void OnCollisionEnter(Collision col) { situationjump = (""+gameObject.name ""+col.gameObject.name); } But I get an error Error 3 Only assignment, call,...
View Article