false negative "Can't Add Script" error
i've created a neeat little script for positioning objects. I just add it as a component. Its set to execute in editor, do some calculating, move the object into the right place, and then the script...
View Articleerror CS0101: The namespace `global::' already contains a definition for...
using UnityEngine; public class PlayerMovement: MonoBehaviour { public float speed = 6f; Vector3 movement; Animator anim; Rigidbody playerRigidbody; int floorMask; float camRayLength = 100f; void...
View ArticleSkinned cloth causes builded app to crash
Hi, Platform: Windows standalone Unity: 4.6.1f1 (pro) I am working with unity app using skinned cloth and am experiencing hair ripping bug: at random times (on the scene with skinned cloth) application...
View ArticleThe referenced script on this Behaviour is missing! please help me
public class PlayerMovement: MonoBehaviour { public float speed = 6f; Vector3 movement; Animator anim; Rigidbody playerRigidbody; int floorMask; float camRayLength = 100f; void Awake() { floorMask =...
View ArticleUnity Facebook 400 Bad Request
I using following code to get user data from facebook IEnumerator UserFBDataGet(string accessTkn) { var downloader3 = new WWW (...
View Article[solution] Error building Player: CommandInvokationFailure: Unable to kill...
Well hello everyone, I had this stupid error the last few days Error building Player: CommandInvokationFailure: Unable to kill the adb server. Please make sure the Android SDK is installed and is...
View ArticleStupid "Reference Exception Error"
Hello! I am getting quite annoyed with this error. I added something to my multiplayer FPS game and have not touched this piece of code that had been working for quite a while, then I started getting...
View ArticleWeird compilation error regarding Instantiate
So this is what I get: CompilationErrorsException: script(1,12): BCE0023: Boo.Lang.Compiler.CompilerError: No appropriate version of 'UnityEngine.Object.Instantiate' for the argument list...
View Articlegame won't work in build
My game wont work when I build it but will in the editor. When its built and i play it on the android I click and it doesn't instatiate the currentObj and a sound keeps repeating even though its...
View ArticleI can't import assets from Asset store.
I'm using Unity 6.1 free version. I can't import even a free asset from the store. It shows white screen and when I try to refresh the tab, it shows some error in console. Please help me. I'm in...
View ArticleUnity White Screen Problem
Hello, i just installed unity today, but there seems to be a problem with my unity. When i started the program, there is nothing but a window with white background. It happens after the license manager...
View ArticleHow do I fix this error code: BCE0023: No appropriate version of...
I am fairly new at unity and coding in general. I have a script I have been putting together and it keeps having this error: BCE0023: No appropriate version of 'UnityEngine.Object.Instantiate' for the...
View ArticleGetting Error but can't see why ? (Solved)(due to own stupidity)
Each time I run my game I'm getting this error - UnassignedReferenceException: The variable lavaPoint of LavaThrower has not been assigned. You probably need to assign the lavaPoint variable of the...
View ArticleError after delete object!
Hey! If I delete a gameobject with networkviews on it, this follows: View ID AllocatedID: 150 not found during lookup. Strange behaviour may occur Received state update for view id' AllocatedID: 150'...
View Articleshader error when compiling for web player
I'm getting a shader error when trying to compile a project for the web player. The project was originally an ios project. Shader error in 'Hidden/NFAA': Program 'frag', error X4506: ps_4_0_level_9_1...
View ArticleI want to move a rigid object with following command
**So, I want a rigid body to move 24 things on the x axis when i collide with an object but when i run the program i get this error:** *Assets/Scripts/PlayerMovement.cs(38,51): error CS0029: Cannot...
View ArticleUnity Asset Store will not load | (Error: "failed to create 2D texture")
Reader, The asset store for my copy of Unity Engine's Asset Store persistently fails to load. This error has persisted since I changed operating systems (Windows 7 Professional to Windows Vista...
View ArticleBoo.Lang.Compiler.CompilerError appears when using eval
For my game, I need to execute a code that's generated by a php script. This is how I do it: var www : WWW = new WWW (urlw); yield www; eval(www.text); The generated code works perfectly because when I...
View ArticleUnity Remote, 'Mobile' screen & 'Editor' screen are having problem
Mobile screen & editor game are the same but both bugged and/or having error? P.S, i have installed Unity Remote 4 on PC & on Android device. Mobile Screen: ![alt text][1] PC Screen: ![alt...
View ArticleInternal compiler error. See the console log for more information. output was:
Hi, I got this annoying problem and I cant really solve it. I searched about it, but nothing helped me. So, the problem is: Internal compiler error. See the console log for more information. output...
View Article