Hi. I know there must be other topics about this, but I insist on asking,...
using System.Collections; using UnityEngine; public class Lanterna : MonoBehaviour { void Update () { if (Input.GetKeyDown ("f")) { if (light.enabled == true){ Light.enabled = false; }else if...
View ArticleI Need Help With My Script
Hey I am making a horror game and I need this hammer to swing. I have this script and fixed a lot of problems with it. I get an error that says the animation state could not be played because it...
View Article"Could Not Produce Class with ID 1108" error
So I did a test build of the game and everything worked fine until I actually reached gameplay, when I got a ton of "Could not produce class with ID 1108" errors. Looking at the console in Unity it...
View Articlehelp me please erro: js(46,27): BCE0019: 'Length' is not a member of...
my script is: #pragma strict var spawners : Transform[]; // liste spawners private var currentZombies : GameObject; var zombie : Transform; // prefabe enemie private var leftAmount :int; // nombre...
View ArticleTanks!!! Multiplayer
][1]][1]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...
View ArticleHow should i solve this few errors??? Can anyone guide...
![alt text][1] [1]: /storage/temp/102982-capture.png Can anyone guide me to solve this issue. @mackens85
View ArticleObject reference not set to an instance of an object
Im trying to make the "Game Over" part of my game and i ran into this error, and i have no idea how to fix this. Can someone help me out? Here's the code public GameObject Wreck; public GameObject...
View Articledo i need to use visual studio on windows 10 for unity
I really want to get going with Unity but as soon as I start working on a project - still at beginner visual studio loads up and complicates matters further. This happens when I am following the...
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 Article'Reflection Probes' job failed with error code: 2 ('Failed to bake the skybox...
On latest High Sierra release, using Unity 2017.1.1f1 I get that error on startup on existing projects and on new projects. Google is returning nothing. My GPU is an intel 5200HD. Unity seems to work...
View ArticleA game object can only be in one layer. The layer needs to be in the range...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class WeaponLayer : MonoBehaviour { public string npcTag; public LayerMask npcLayer; public LayerMask playerLayer;...
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 Article(android build) Unable to initialize unity engine
Hello, I am trying to make a AR project for android. My AR project is working fine on my pc. I build&run to my android phone. It doesnt come up any error on unity. it s installing fine on my phone....
View ArticleFailed extracting collision mesh error
Hello, Every time when i start Unity3d i get error message "Failed extracting collision mesh because vertex at index 0 contains a non-finite value (1412.562866, -1.#IND00, 1449.326416). Mesh asset path...
View ArticleI cannot build to android Unity 2017.1.1f1 (Unable to List Target Platforms)
I have tried using Unity 5.6, Unity 2017 1.1f1, and the Unity Beta 2017.2.0f2 and I get the same error each time. I have the latest Android Studio, SDK, Java JDK, and Win 10. I have the correct paths...
View Articleobject reference not set to an instance of an object
public class EnemyStarController : MonoBehaviour { public float speed; public PlayerController thePlayer; //public GameObject enemyDeathEffect; public GameObject impactEffect; //public int...
View ArticleVersy confusing argumentoutofrangeexception error
After loading up my project today, my computer spat out this: ![alt text][1] [1]: /storage/temp/103159-pastedimage.png I am very unsure of what I did for this to happen, as the last thing I did in my...
View ArticleProblem create instance of abstract class
Assets/Script/Move Sol.js(13,16): BCE0085: Cannot create instance of abstract class 'System.Type'.
View ArticleHow to fix Failed executing external process for 'Bake Runtime' job.
I updated my Unity5.3.4 to Unity5.3.8 but when I launched the 5.3.8 this error messages showed. Even without doing anything about it, i need help guys .![alt text][1] [1]: /storage/temp/103191-erre.png
View ArticleConstant bad image errors!
I keep having to reinstall unity about once every week, it works fine for then. But occasionally when I want to open unity it will produce alot of 'Bad image' errors for seemingly no reason. It...
View Article