Error building Player: Win32Exception Facebook
Hello I'm getting my game ready for Facebook. But after making the login and trying to build the project I get this error: Error building Player: Win32Exception: ApplicationName='javac.exe',...
View ArticleFolder exists, yet "Data folder not found: There should be folder next to...
![alt text][1] This picture explains everything. Any ideas? [1]: http://i.imgur.com/xbiJuDO.png
View ArticleI can´t see a plane from down to up.
Like the title say i has a problem with the rendering of plane object, with many materials including the default material. ![alt text][2] ![alt text][1] [2]: /storage/temp/47296-prueba1.jpg [1]:...
View ArticleMeele System problem
for some reason my melee system won't work it's using raycasts and I did everything right where i make a empty gameobject on the main camera on the player but still nothing. please help me asap! Thx...
View ArticleThe referenced script on this Behaviour is missing! (Filename:...
My Unity project appears to have become corrupt. Running it results in many console errors such as this:> The referenced script on this Behaviour is missing!> (Filename:...
View ArticleUnexpected symbol `void' in class, struct, or interface member declaration?
using UnityEngine; using System.Collections; public class Parallaxing : MonoBehaviour { public Transform [] backgrounds; //Array(Una lista) de todos los fondos y pisos que se les aplique parallaxing...
View ArticleTry Catch Error Unity 5 EditorWindow
I have a editor window script which will make a error in the Console when displaying a long string in a label. I am trying to just catch this error and don't display it in the console. The string will...
View Articleerror "The referenced script on this Behaviour is missing!"
This error tends to pop up when there is a compile error in the script you are trying to reference, it could be something simple like the main class not matching the name of the script. This error...
View Articleios crash for error:BatchDeleteObjects
my game is very often crash for the error: BatchDeleteObjects,but i do not check the dynamic batching. the game is running fine with unity mono build and how to work well with il2cpp build? ![alt...
View ArticleReference to Object error but script works fine
Hello to all I got this script (below) Which I use to get a variable from another gameobject stocked onto this one. It check for what item is colliding with this one, and then get the script Cell3 from...
View ArticleI get error code CS0116 and I can't find the solution. Can you help me?
using UnityEngine; using System.Collections; public class PlayerControll : MonoBehaviour { public float speed; // Use this for initialization void Start (){ count=0; CountText(); } // Update is called...
View ArticleSorting ArrayList of GameObjects Issue
Hi, I am making an RTS where player can select enemies and then my player's units attacks the enemies closest to them. I have a script that handles putting the enemy GameObjects into an ArrayList, but...
View ArticleAssets/Scripts/PlayerController.cs(29,22): error CS1547: Keyword `void'...
Getting a void context error and not sure why, apologies, quite new to C# coding and new to unity itself. Below is the code structure if anyone is happy to help. The code itself is being used to count...
View ArticleCreating Sprites in code for use Dynamically.
I'm trying to make it so that the user can upload an image for their character portrait. I get the path for the image that they want to use and then I make a Texture2D load the image through a byte...
View ArticleMonodevelop.exe is Corrupt
I have recentely downloaded the unity engine, and was in the process of developing a simple game. I created a new script, but when I double clicked it to edit it, it said that Monodevelop.exe was...
View ArticleCannot change method name in a class.
I have a class class called ScoreKeeper , and another class called EnemyBehaviour. Inside ScoreKeeper i have: public void Score(int points){ score=score+points; myText.text=score.ToString (); } Inside...
View Articleerror CS0119: Expression denotes a `type', where a `variable', `value' or...
Hello everyone. I have an error and I don't know how can I fix it. Here is the code! using UnityEngine; using System.Collections; using System.Collections.Generic; public class Spawn : MonoBehaviour {...
View ArticleUnity 5 Error: The imported type is defined multiple times
Hi After upgrading my Project, which is based on the Unity Bootcamp Photon Demo, I have got these two errors: The imported type `ExitGames.Client.Photon.IPhotonPeerListener' is defined multiple times...
View ArticleC# script parse error
Hello! I'm getting a parse error at line 62 (end of the file) in this code: using UnityEngine; using System.Collections; using System.Collections.Generic; public class mTile{ mTile(){ position = new...
View ArticleXcode error 90086
Hi, i keep getting this error in Xcode when i try to upload my app to testflight. Was looking into whole day, cant find a way to fix it. Seems thats new thing from June 1st. ERROR ITMS- 90086:-Missing...
View Article