A 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 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 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 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 ArticlePorque ao abrir o Unity 3d ele retorna com esse erro: Moving file failed
Eu utilizo o Ubuntu 17.04 amd64, e só posso abrir o Unity 3D pelo terminal, mas, se não executo o comando: ./unity-editor-2017.2.0xb6Linux/Editor/Unity. Então após executar esse comando o Unity Editor...
View ArticleI keep getting an error regarding the Unity Package Manager, and no solution...
I just updated to Unity 2017.2, and every time I try to open a new or existing file, I get this error message after watching a progress bar of 25% sit frozen for ten seconds: Failed to start Unity...
View ArticleSUCCEEDED(hr) and grey captured images?
Hi! i have a simulation that works correctly and fluently when i press play button. The problem appears when i want to capture images of this simulation. I have 3 different cameras in my scene and i...
View Articleerror CS0246: The type or namespace name `PlayerMovement' could not be found....
I'm using photon networking and I'm trying to use this script in my scene, but I get this error. I've tried looking all over the web and I can't find anything about it. I think it is because the new...
View ArticleHi I get these 2 reports when I open the program in Unity What does that mean?
Assets/Scripts/Public/CSVFileTool.cs(5,14): error CS0234: The type or namespace name `Data' does not exist in the namespace `System'. Are you missing `System.Data' assembly reference?...
View ArticleUnity ads initialize error
I can not find this error on internet in ads context so i will show my problem here. i get this error: > MissingMethodException: Method not> found:> 'UnityEngine.Texture2D.LoadImage'.>...
View Articleerror 983
in monodevelop using System.Collections; using System.Collections.Generic; using UnityEngine; public class variabl : MonoBehaviour { string gameName; "coolnes"; int percent = 50; void OnDisable() {...
View ArticleI'm getting an error o != NULL UnityEditor.DockArea:OnGUI()
I tried to put my 2D unity game on to a flash drive to work on it at school, on the school's unity install. The school's unity version doesn't allow me to use the cloud collab feature I've got at home....
View Articlean unhandled win32 exception occurred in unity.exe [26640]
When trying to press play within my unity application the error occurs. I'm not sure what this is from. I just upgraded to the latest version of unity and the newest holotoolkit. I was running 5.5...
View ArticleI'm using unity 2017.2.of3 and when i download and import fungus, i get an...
The error message: error CS2001 the message says that OverloaderMethodMemberDescribtor.cs file is missing. however, i followed the source on the error message and managed to find the file in the asset...
View Article/usr/bin/codesign failed with exit code 4
Mac 10.13 xcode 9 I'm trying to build unity to ios. Using the mobile template. I'm unable to build in xCode - 9 I get an error Command /usr/bin/codesign failed with exit code 4 ![alt text][1] [1]:...
View ArticleUnity Package Manager Error
When I installed the latest version, it said I had no network connection, which I did. I finally got it 'working', and everytime I try to start a new project I get this message. There's a couple of...
View ArticleNullReferenceException, still the code is working?
Hi there I'm getting this error: NullReferenceException: Object reference not set to an instance of an object PlayerStatus.CarAccel () PlayerStatus.Update () Apparently my script is not finding another...
View Article