Tanks!!!Multiplayer
Hi.I recently imported Tanks reference project from asset store to a new project without any changing or deleting or adding anything.when i want to build it for android,it shows me this error:unable to...
View ArticleWhy doesnt terrain work?
When I place my terrain (editor view) , bunch of errors appear in the console saying "instance: terrain", "Failed to write to (Complicatedpathinappdata)", "Failed creating system: (some hex number)."...
View ArticleError status 0xc0000020 unity 5.4.0f3
I was making my first person shooter and then I wanted to know what the button does (that is what unity called it) then I get several errors and then unity all of a sudden just closed on me and when I...
View ArticleUnexpected symbol `else'/ Unexpected symbol `void'
Hello i have problem with my PlayerMovment Script Unexpected symbol `else'/ Unexpected symbol `void' The problem in Line 47(Unexpected symbol `else') The problem in Line 57(Unexpected symbol `void')...
View ArticleStrange error in EditorGUILayout.ObjectField()
I have a strange errors in EditorGUILayout.ObjectField() Errors are 1. Cannot convert from GUIContent to Object 2. Cannot convert from System.Collections.Generic.List<> to System.Type 3. Cannot...
View ArticleError UCE0001: ';' expected. Insert a semicolon at the end, but I already...
This error keeps happening to me, even though I already have a semicolon. Error lines are (12,26),(16,26) and (20,26). Please help, I'm brand new at coding. #pragma strict var moveUp : KeyCode; var...
View ArticleFailed to re-package resources
Hi I was asked to take over for this project. When i come to build the application i get this error, I am not really sure what to do as it is my first big unity project. The following is my error....
View ArticleHow to resolve this lightning error?
Hello. I am new to Unity. I don't know what i touched,but I am getting this error massage in a project lately: Unknow Mixed bake mode in LightModeUtil.MapSettings() UnityEditor.DockArea:OnGUI()...
View ArticleAndroid - Your device does not match the hardware requirements of this...
Whenever i open a specific app made with Unity 5.5.2f1 on my phone, the error message "Your device does not match the hardware requirements of this application" pops up and prevents me from testing my...
View ArticleError: LightTransport job failed for system:...
i need help the error message just popped up and i wasn't using bake or anything else what should i do -lambo24
View ArticleUnity 2017 • Increase kMaxCallback
Ever since I started using Unity 2017, I've been getting a brand new error right before Unity crashes. I'll get in early by saying, Unity hasn't been left running for a long time. It's happened in...
View ArticleProblem create instance of abstract class
Assets/Script/Move Sol.js(13,16): BCE0085: Cannot create instance of abstract class 'System.Type'.
View ArticleI have an error "MissingReferenceException" and i dont know why
So..i creating an score and i works, when i kill the enemy it adds +10 to the score,when i get hit it quits 5 points to it, so everything works properly but i have this error all the time,i know my...
View ArticleUnity Activation Problem
Hello guys :) so i have problem activating unity.when i am entering key it opens window "Almost Done" and after that it returns to the activation page where key is required and does nothing. i am using...
View ArticleCouldn't find a key match for _gv.Inventory
I have a static class that looks like this.... public static class _gv { public static GameObject Player { get { return GameObject.FindObjectWithTag("Player"); } } public static Inventory Inventory {...
View ArticleTHIS WEIRD ERROR!?
![alt text][1] [1]: /storage/temp/101624-screen-shot-2017-09-10-at-42952-pm.pngusing System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class...
View Articleunity 2017.1 Install 'error 23' in win8.1
Unity installed on my win 8.1 OS but during the install a error dialog mentioned that I need C++ redistribution libraries but it never mentioned which version of those libraries to obtain. So, which...
View Articleerror 23 while installing Unity 2017.1
Unity installed on my win 8.1 OS but during the install a error dialog mentioned that I need C++ redistribution libraries but it never mentioned which version of those libraries to obtain. So, which...
View Articlehow i can -10 from thing in another code?
how i can -10 from thing in another code? using System.Collections; using System.Collections.Generic; using UnityEngine.SceneManagement; using UnityEngine.UI; using UnityEngine; public class Buy_H :...
View Articlegame demo run button is not working
when i make a simple game then i select build and run but there was an error my game not runing in unity disply
View Article