Mismatched Serialization Error in Unity 5.2.1f1
Hi there. I have a loading screen scene here, which gives me a whole stream of errors during loading. They are in the format: Mismatched serialization in the builtin class 'ParticleSystem'. (Read 1552...
View ArticleERROR Loading Script! WHAT'S WRONG??
Hello All,, i'm a newbie in C# script i have a problem here, i have download loading scripts it's works fine in original *.unitypackage File!, but it's always have an error, if the script i using it in...
View ArticleConnection already ready when adding players to Host
Working on a game which will have three different game modes, two which are single device and a third which allows access through the network. In order to simplify the game code its been structured to...
View ArticleLoad and switching level problem
Greetings, currently i have two levels: - Level 1 is the main menu,with 3 **images** called "glock","deagle" and "uzi" inside a Canvas,each one with a child image called "equip_button". - Level 2 is a...
View ArticleThe Strange go.isActive() Error
Hello coders. I've recently been getting this error: go.IsActive() UnityEngine.GameObject:Find(String) Board:InstantiateBoard(Tile[,,], State) (at Assets/Scripts/Game Objects/Board.cs:48)...
View ArticleCursor Lock Code w/ if, else if, and else Statement Errors
Hello! This is my first time posting on the forums, but I'm getting errors and having some problems with if, else if, and else statements. I checked out [this site][1] to help, but it's still not...
View ArticleHow to fix (NullReferenceException: Object reference not set to an instance...
I have a bone projectile with this script attached to it. http://puu.sh/kyrsF/b8cc73ad12.png And in the main script attached to the player I instantiate the bone projectile to go the direction I want...
View ArticleError message "FormatException: Input string was not in the correct format...
if (GUI.Button (new Rect (Screen.width / 12.0f, Screen.height / 2.5f, 120, 40), "Volver")) { Application.LoadLevel("Main"); } The code also works but this error message appears and I don't know...
View ArticleGlobal variable "does not exist in current context"
Hi all, I'm newish to unity and C#, but this is the first issue I've run into that has really stumped me. I'm currently writing code to highlight all tiles within a unit's movement range, but I'm...
View ArticleConsole says ret == 0 many times
Hello, since Unity 5.1.2 i got this errors in console while NOT in playmode. Multiple times it says just "ret == 0" in console. Can´t doubleclick for more informations. Editor.log got this for me:...
View ArticleHelp with Unknown Identifier error 'Keycode'
i am trying to make a code where once i press Escape on my keyboard it switches the scene to my main menu i have set up but it keeps giving me this error Assets/Scripts/menuScript.js(3,21): BCE0005:...
View ArticleThere is no 'AudioSource' attached Error
I am getting this error but I have audio attached to it. I have deleted the component and even rebooted. Weird issue. So here is the error: MissingComponentException: There is no 'AudioSource' attached...
View ArticleThe left-hand side of an assignment must be a variable, a property or an indexer
Hello i get this error and i dont understand whats i did wrong can you guys help me out? using UnityEngine; using System.Collections; public class GoldPerSec : MonoBehaviour { public...
View ArticleError CS0120. Please Help
I'm getting this error- Assets/Scripts/PlayerMovement.cs(17,27): error CS0120: An object reference is required to access non-static member `UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3,...
View Articlevar script : GameObject
Hi guys, upgrading to unity 5 from 4 broke my game in many places. One of these places is here: var script : GameObject; script = gameObject.GetComponentInChildren(BodyParticleScript); This throws the...
View ArticleUnity water camera error: windAsset.GetInstanceID () == 0 || windAsset == wind
So in my scene i have Unity's standard water and it spits this error at me all the time windAsset.GetInstanceID () == 0 || windAsset == wind I have absolutely no clue even what is happening, it doesnt...
View ArticleObject reference not set to an instance of an object Error Help please
I get this error Object reference not set to an instance of an object on line 29 on my script itemManager Heres the script [link text][1] [1]: /storage/temp/55964-script.txt
View ArticleError CS1061
Hey guys im having this error Assets/Scripts/INICIAR SESION/SesionScript.cs(11,33): error CS1061: Type `string' does not contain a definition for `text' and no extension method `text' of type `string'...
View ArticleUCE0001 even though i got the semicolon right (i think)
i was making a game through this tutorial (ill link it) and even though it worked for the guy on the tutorial it doesnt work for me the mono devolop asked me to accept something and i did but it was a...
View ArticleUnity plugins colliding with eacother error message when I build and run
Every time I try to build and run any of my projects, I keep getting the same error message. I tried reimporting all assests, creating new project and importing all assets, and I even tried...
View Article