shared asset is corrupted?
I get this error, Is there a way to find out what is corrupted? I am afraid to just start removing things. -- ERROR-- The file...
View ArticleNullReferenceError - This code is from unity's tutorial page ( Tnx for the...
using UnityEngine; using System.Collections; public class prime_script : MonoBehaviour { public GameObject ref_object; // temp1 and temp2 are references to the other script private sec_script temp1;...
View ArticleUnknown error
So i decided to upgrade my unity a few days ago (from 5.0-5.3) when it got within the program stuff starting getting weird i couldn't import images, I couldn't change settings and the game i made's...
View ArticleCreating a custom mesh - Cleaning the mesh failed
I am pretty new to understanding meshes, and I'm creating a custom mesh using code, and I'm getting an error I have no idea how to solve, or what it even mean. ![alt text][1] "Cleaning the mesh...
View ArticleNullReferenceException: Object reference not set to an instance of an object
I don't understand what's wrong. //SpeedController.cs using UnityEngine; using System.Collections; public class SpeedController : MonoBehaviour { public float speed; void Start(){ speed=0.1f; } void...
View ArticleUnknown symbol(s)?
Okay, so I'm making a hovercar game in Unity, and some unknown symbol errors are popping up in the console. I can't seem to find the errors, and I followed a Youtube tutorial to the letter. Help? using...
View ArticleParsing error
using UnityEngine; using System.Collections; public class BirdControl : MonoBehaviour { public Vector2 JumpForce = new Vector2 (0,500); // Use this for initialization void Start () { } // Update is...
View ArticleUnity Splash screen with webgl build
I have unity pro at work and currently we're on 5.2 of unity building for a webgl platform. Everything works fine except when we push a build out without a splash screen we suddenly get an error. "An...
View Articlehow do i fix this error access denied
Unhandled Exception: System.UnauthorizedAccessException: Access to the path "C:\Users\Stephen\Documents\EclipseDeveloping\Temp\Assembly-CSharp-firstpass.dll.mdb" is denied. at...
View ArticleKeep getting this error Message when posting on a GameJolt (Google Chrome):...
I've uploaded it on GameJolt on FireFox and it works fine. It also works when uploaded on Kongregate and Newground for both Chrome and FireFox. This error message only appears on Google Chrome when...
View ArticleJsonUtility gives "name == NULL" error messages
I'm trying to serialize this json string using the new JsonUtility {"playerFollowWeight": "0.503937", "blocks": [{"id":2,"pos":[4,0,0]},{"id":1,"pos":[-4,0,0]}], "camYStart": "0.0", "requiredTime":...
View ArticleI get error CS0119 and I don't know why?
I keep getting error CS0119: Expression denotes a 'type', where a variable, value, or method group was expected when writing this script. Any help would be appreciated. **This is for line 13 of the...
View ArticleThe file MemoryStream is corrupted! Remove it and launch unity again
Hi, Ive updated Unity from 5.2 to 5.3.1f1 yesterday and was using it with no problem then saved my scene and project and now have just opened the project again and when I went to play it I got the...
View ArticleCannot implicitly convert type `string' to `int'
**How do I get this:** // Update is called once per frame void Update () { /*string dataFromArduinoString = sp.ReadLine (); int dFAI = int.Parse (dataFromArduinoString); print (dFAI); DirectionArrow...
View ArticleSpace Shooter Destroy by Contact is dropping FPS! (error:...
I don't know exactly what's going on but my ´´Destroy by Contact`` script that I wrote following the Space Shooter tutorial is acting strange. When I hit play everything works fine as expected, but...
View ArticleC# Error CS1501
Hello Fellow Unity Creators, I Am Experiencing Some Technical Difficulties In My Script To Auto fade When Switching Scenes, And I Got This Error: "(9,21): error CS1501: No overload for method...
View Articleim getting this error: NullReferenceException: Object reference not set to an...
i have been looking for a solution for 2 hours now, i hope some of you guys can help me. the error message: NullReferenceException: Object reference not set to an instance of an object Item.Start ()...
View Articlepublic UnityEngine.UI.Text fixing errors.
For the closing } in the debugger I get the error Invalid token '}' indexer class, struct, or interface member declaration using UnityEngine; using System.Collections; public class click :...
View ArticleNeed help with error CS0029 and error CS0118
Im only a rookie to scripts (C+) and i found myself stuck in these two scripts that i couldn't run in unity 3D. These are errors it's showing: - Assets/Game/Scripts/KillPlayer.cs(20,17): error CS0029:...
View Article