Unity Freeze when saving project / scene
why my unity always freeze when i press CTRL + S (saving project) ?
View ArticleReference script on Behaviour is Missing, but IT'S NOT MISSING
Maybe that type of question has already been asked, I'm very new to Unity, but I get something wrong I don't understand here. All my scripts are linked correctly, have never ever been moved or deleted...
View ArticleHelp Please i have a Error saying CSharp-firstpass.dll.mdb" is denied.
can someone help please i dont know how to fix this help pleaseUnhandled Exception: System.UnauthorizedAccessException: Access to the path New Unity Project\Temp\Assembly-CSharp-firstpass.dll.mdb" is...
View Articleerror CS0161: not all code paths return a value
Idk what I did wrong. I've got code with "sNumber". If sNumber is equal to 1 something happens, if 2/3/4/5/6 something different. If my sNumber option is finished it change snumber to 0 what starts...
View Articleerror with footsteps script
sorry if its something stupid i'm new to this xD ERRORS:: Assets/models/playerfootstepD.js(15,1): BCE0077: It is not possible to invoke an expression of type 'UnityEngine.AudioClip'....
View ArticleDying Script error
I'm trying to make a game like the classic Frogger. But I having a problem with the dying script, In my script I put a void that is something like this: void OnTriggerEnter2D (Collider2D other){...
View ArticleInstalling Unity on a multi-user environment, how to set permissions?
I'm trying to install Unity in the computer labs here at my university. I have system admin access and have successfully pushed a silent install onto each of our labs' desktops. Unity opens up and...
View ArticleHow do I fix this error?
I am making a 2d Infinite Runner game and was making a script for the spawn pads to generate. I have no idea how to fix the error. The error: Assets/Scripts/SpawnScript.cs(18,29): error CS0178: Invalid...
View Articlejava.io.FileNotFoundException www error android
Hi guys, can you help me please. I have this error, but I don't know why happen. because on editor and iOS it works fine, but on android shows me these errors, maybe Do I failed something in the...
View ArticleThe AnimationClip 'Attack' used by the Animation component 'Knife' must be...
So yeah, help would be appreciated. This is my script: #pragma strict var TheDammage : int = 50; var Distance : float; var MaxDistance : float = 1.5; function Update () { if...
View ArticleAssets/Standard Assets/Scripts/General Scripts/follow.js(9,59):...
can someone help me I keep getting Assets/Standard Assets/Scripts/General Scripts/follow.js(9,59): BCE0044:unexpected char: 0xAD error message and I've tried every thing to fix it I can think of. This...
View ArticleUnassignedReferenceException Error Not Going Away!
This is the exact error: UnassignedReferenceException: The variable m_AnimatorController of AnimatorControllerTool has not been assigned. You probably need to assign the m_AnimatorController variable...
View ArticleI'm trying to teleport an object. But keep failing.
So I am really newbie at unity at the moment and I do believe this script would work if it wasn't written by me. I am trying to teleport my First person controller to x=10 y=3 z=-8. I have three errors...
View ArticleNo appropriate version of 'UnityEngine.AudioSource.Play' for the argument...
So I cant seem to get this simple script working. I have made a box collider that is trigger and added an audio source with the sound: DogeBark inside it. This is my script: #pragma strict var doge :...
View ArticleUnity FatalCrashError with Rain
I'm trying to use the newest version of Rain (2.1.3) from the official Website. Well, It worked yesterday, but today it keeps giving an error, saying that MemoryStream is corrupted please delete this...
View Articleunity remote 4 error on start UnauthorizedAccessException
anyone else get next when they start project with unity 4 remote package on android? UnauthorizedAccessException: Access to the path "Library\UnityAssemblies\UnityEngine.xml" is denied....
View ArticleUpload failed You need to use a different version code for your APK because...
I am trying to upload new apk to google play store after complete uploading i got this error. ![Upload failed You need to use a different version code for your APK because you already have one with...
View Articlewhat stops me from moving?
im making a top down game but i move really slow (i have removed box collider on the thing attached to me) but when i add the thing that is meant to make me move faster (motion *=...
View ArticleOperator '||' cannot be applied to operands of type 'bool' and...
Hey, converting some JS code to C#. What gives here? else if (Application.platform == RuntimePlatform.WindowsEditor || RuntimePlatform.WindowsPlayer) { //error hits here horizontal =...
View ArticleNullReferenceException: Object reference not set to an instance of an object...
hello , I was following a tutorial and I was having a few error and some how managed to fix them but now when I run the script I am getting "NullReferenceException: Object reference not set to an...
View Article