an 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 ArticleWhy wont this work
I'm just starting so i dont know very much can anyone help this is the error Assets/Scripts/HurtPlayer.cs(26,39): error CS1501: No overload for method `HurtPlayer' takes `2' arguments here is the...
View ArticleWhy doesn't IL2CPP support latest version of NDK?
When I try to build apk using latest version of NDK, it fails and tells me that it requires NDK r10e which was released 2 years ago (May 2015) Why do I have to use NDK r10e for IL2CPP? any answers?...
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 Articlecannot implicity convert type 'InstantTrackingController[ ]' to...
someone help with my error message i have built a project for furniture app here's my furniture.cs ![alt text][1] using System.Collections; using System.Collections.Generic; using UnityEngine; public...
View Articleerror CS0201 (2d roguelike)
"Assets/Scripts/BoardManager.cs(65,26): error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement" That error redirects me to line 65: (...
View ArticleIndexOutOfRangeException in TextureInspector
"IndexOutOfRangeException: Array index is out of range. UnityEditor.TextureInspector.RenderStaticPreview (System.String assetPath, UnityEngine.Object[] subAssets, Int32 width, Int32 height) (at...
View ArticleHow to Fix Error CS0029: Cannot implicitly convert type...
Im trying to make a counter that counts in decimal, hexadecimal, octal, and binary, and also want to make a button that decreases each of the counter's values individually by one. Here's my code :...
View Articleerror CS0201 (2d roguelike)
"Assets/Scripts/BoardManager.cs(65,26): error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement" That error redirects me to line 65: (...
View ArticleWhy wont my android manifests merge???
![alt text][1]plz help this has cost me so much time and put a halt to my project i already matched the version numbers and made that error go away now im stfile:stuck with the same error below [1]:...
View Articlec# Unreachable code detected
hi to all! I got this error (CS0162 C# Unreachable code detected) but I don't get why... this is my script using System.Collections; using System.Collections.Generic; using UnityEngine; public class...
View ArticleBCE0019: 'enabled' is not a member of 'UnityEngine.Component'
Hi, I just finished my project but after I wanted to build it as a WebGL this error shows up in one of my scripts(java). var EnemyHealth : int = 10; var Zombie : GameObject; function Points...
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 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 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 Article