I keep getting an error stating, NullReferenceException: Object reference not...
using UnityEngine; using System.Collections; public class opendoor : MonoBehaviour { public float doorOpenAngle = 90.0f; public float doorCloseAngle = 0.0f; public float doorAnimSpeed = 2.0f; private...
View ArticleCheck Disalow Allocation
I left unity open on my work computer over the long weekend and I came back to this error![alt text][1] [1]: /storage/temp/77701-unity-2016-09-06-07-43-36.png Unity crashes every time I attempt to open...
View Articlehow to fix Index Out Of Range Exception
I made this code for the king in a chess game. Whenever the king is on the very right or left side of the board, I get the "IndexOutOfRangeException" error. Anyone know how to fix? using UnityEngine;...
View ArticleSteamVR error 307
Im very much a novice when it comes to developing anything more complex than a nice looking scene with a few drag and drop components. The issue im having is that when I click the play button on my...
View ArticleNeed help fixing error (NullReferenceException: Object reference not set to...
So here's my code: using UnityEngine; using System.Collections; using UnityStandardAssets.Vehicles.Car; using UnityStandardAssets.Characters.FirstPerson; public class ControllerManager : MonoBehaviour...
View ArticleGetting an error: Assertion failed on expression: 'SUCCEEDED(hr)'
Hello, Out of nowhere I started getting this error: Assertion failed on expression: 'SUCCEEDED(hr)'. I don't know what is causing it. If i double click the error nothing happens, and I don't have any...
View ArticleCommandInvokationFailure: Failed to re-package resources. See the Console for...
I have tried all the other mentioned solutions, but I have not been able to figure out how to get this problem to go away. I am using Admob and UTNotifications. Any help would be greatly appreciated....
View ArticleSeemingly Arbitrary Compilation Errors?
So, I started my project up today and had 47 new errors... I know all those assets are there.. ![alt text][1] [1]: /storage/temp/78041-errors1.png
View ArticleFloorf (offsetsIter->x) == offsetsIter->x
I get this error : Floorf (offsetsIter->x) == offsetsIter->x, i do not know what does it means and how i can solve. If anybody know how to solve pls answer me. Tanks boys, ^^
View ArticleCompiler Errors :[
Following a simple tutorial. Followed the directions and coding to a tee, but I'm still getting errors: Assets/Scripts/GameManager.cs(30,115): error CS1525: Unexpected symbol `;', expecting `)', or `,'...
View ArticleError CS1502 and 1503
Trying to add two player (objects) to a plane, but I keep getting these errors: Assets/Scripts/GameManager.cs(46,25): error CS1502: The best overloaded method match for...
View ArticleUnity does a BSOD during install - Need help troubleshooting cause
Hello - I am having trouble with Unity Installer on a particular system, and I am trying to track down why it does that. I have installed it on other systems successfully, but this system (the one I...
View ArticleHow to fix faceplus MoreBlendshapeMeshes error in unity3d v4.6.1
I've been trying to make some facial animation with Mixamo faceplus v1.1.0.4 using this toturial (https://www.youtube.com/watch?v=JtcVl218CBE), but every time i start calibrating my character this...
View Articleerror CS0246: Light Color not working
I have a script, that is attached to a spot light, so when it sees a vairable has changed, it will change the color of the light, i think its a bit of a noob way of going about it but its the only way...
View ArticleCan't use blur
Hi, I am using BlurOptimized as a component on my MainCamera and I want to turn it on at a certain point, but when I do GetComponent () it says "Assets/Scripts/CameraController.cs(21,30): error CS0246:...
View ArticleUnityEngine.Component does not contain definition for
I copied a script from Unity's site for camera pinch zoom but when I saved the script I got the following message in Unity. "UnityEngine.Component does not contain a definition for" and everything that...
View ArticleCan´t change Personal details
Hi everyone, if I try to set up my personal details I get the following error. Check the Screen. ![alt text][1] [1]: /storage/temp/78725-unbenannt1.png
View ArticleError : GPGSUpgrader.cs(194,80): warning CS0162: Unreachable code detected
When I install the google play services in the scene I get this error : GPGSUpgrader.cs(194,80): warning CS0162: Unreachable code detected Here is the script : // // Copyright (C) 2014 Google Inc. //...
View ArticleNullReferenceException: Object reference not set to an instance of an object
Hello every. I have finished all my coding stuff and i was designing my levels. i have designed the first level(scene) without any error or something .As I moved to design second scene , I got some...
View Article