How do I fix an internal compiler error with Unhandled Exeption
Unhandled Exception: System.TypeLoadException: Could not load type 'System.Func`1' from assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. That's the error message....
View ArticleParsing Error, code in android for a button
Hello. I'm a completely beginner in unity and scripting. But I see tutorials and etc and I'm learning a lot. I'm now doing an Android Game. Now I have a code that will press a button and will for...
View ArticleAssets/Scripts/PlayerController.cs(22,25): error CS8025: Parsing error
I can't for the life of me figure out what I am doing wrong. I know this error means I am missing a "}" somewhere but I can't find it. Yes I am a noob at this. using UnityEngine; using...
View ArticleAnother 'unable to convert classes to dex format' question
Getting this all of a sudden, not sure what's going on. Anyone? Error building Player: CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details. java.exe...
View Articlecompile error with untiy4.6.1 and Xcode6.1.1
hello guys, after I downloaded latest unity4.6.1 and Xcode 6.1.1, I always got the following link errors, somebody can help me? Undefined symbols for architecture armv7: "__ios82orNewer", referenced...
View ArticleFont probem - extended characters
Does anyone know why a string that contains latin characters is being displayed with errors? Here is an example (notice the latin character "ă", that sounds like a in "another" instead of a in...
View ArticleErrors in Unity2D
I keep getting 2 errors. It is a very basic code that i have written before and it worked well for me. But I can't find whats wrong with it. the errors are "Assets/Scripts/player.cs(12,14): error...
View Articleraycast shooting
hello guys i have a script with a raycast shooting part in it but every time i use it it gives the error: NullReferenceException: Object reference not set to an instance of an object MoveTank.Update ()...
View ArticleUnity Asset error handling
Hello, I am working on a more complex asset for the unity. It works as a kit for creating certain type of games, and contains different prefabs and scripts, which user can use all or just some of them....
View ArticleArray index out of range error
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Linq; public class GridController : MonoBehaviour { // Get closest free point in grid public...
View ArticleThe generic list blues (Argument out of range error)
Here is an AI script I have made: using UnityEngine; using System.Collections.Generic; using System.Collections; public class DragonAI : MonoBehaviour { //This is the AI script for the Dragon. //Make...
View ArticleAsset Store Upload Compression Error. Help Needed.
I am attempting to upload package changes and when I get to the compression stage and it looks like it is starting to go through (maybe delete?) the temp files, I get this error: [image attached] The...
View ArticleCant acces function in other script
Hi i am trying to acces function in other script on other object but i am getting this error: Assets/selecting.js(12,32): BCE0019: 'ToggleSelection' is not a member of 'UnityEngine.Component'. When...
View Article"Should be implemented in child class" error
Hi everyone, I recently started using Unity 5 b18 and this error gets spammed in the editor (only in the the editor and not playmode). "Should be implemented in child class". That's honestly all it...
View Article"Build failed. Method not found: 'Int32'
Debugging UDK is a nightmare. So hoping Unity simplifies troubleshooting and offers interactive debugging. The problem is whenever I set a breakpoint on a Project in Monodevelop, I keep getting this...
View Articleneed help, with greater than statment
i need help to write a greater than statmentm this what i have void OnMouseDown () { if (NivelActual > estadoJuego.puntuacionMaxima) { Destroy (Camara); Application.LoadLevel (nivelScene); } } and,...
View ArticleC# Code errors
I am a little new to unity and very new to C# and I am making a 2d platformer game and this is my script to shoot. Im getting these errors 1. (30,20) Unexpected symbol 'else' 2. (31,41) Unexpected...
View ArticleHow to use a string as an int and in a for loop.
The error is on line 36: #pragma strict var myString : String = "5"; var myInt : int = parseInt(myString); var SpawnSpot : Transform; var spawnMonster; var choosingIsActive : boolean = true; var...
View ArticleArgumentOutOfRangeException when trying to create prefab torpedo shots (Bullets)
ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[UnityEngine.GameObject].get_Item (Int32 index) (at...
View ArticleUtf-16 problems in the strangest of places
I'm getting strange crashes at times in our game (Running 4.3.7) in build. For example: ArgumentException: invalid utf-16 sequence at 4649196 (missing surrogate tail)..Parameter name: string -...
View Article