[C#] implicit convert error
Hello, I am getting the error "Assets/Scripts/Upgrades.cs(20,17): error CS0029: Cannot implicitly convert type 'string' to 'UnityEngine.UI.Text'". The corresponding script is the following: using...
View ArticleRoll a Ball script error?!
I typed the script and did everything, only that whenever I try to "play" to test it, the ball doesn't move. Instead, when I look at the console, it says the error message when I try to move the ball...
View Articlem_InstanceID != 0 in all Unity 5 projects
After a little while, every Unity 5.1.2p2 project starts throwing this error: m_InstanceID != 0 I am always using VR mode, but not always using the oculus package. I can find stuff online for the...
View ArticleI keep getting the same error when installing Unity. Please Help!
![alt text][1] I keep downloading Unity and I keep getting this same error meassge that says Extract: error writing file libiPhone-lib.a can anybody help me. I am very excited to start using Unity....
View ArticleEncryption and Playerprefs (RSA)
So I wrote a little handy script which takes in values from players in a encrypted form, and returns a value. Also, it encrypts save data back into the file using a specific key. The script works...
View ArticleSurvival Shooter Error CS0120
I'm getting three errors (all CS0120 "An object reference is required for the non-static field, method, or property", 1 on line 13, 2 on line 20) from my CameraFollow script. Even when I use the...
View ArticleCrash on State Change
I am getting a crash error with an output log. I am not fully understanding the what is causing the error, though there is a StackTrace that is spit out at the end of the log. It mentions some things...
View ArticleUnassigned Reference Exception Error in Space Shooter
I have followed this tutorial to the letter and its now telling me that the restart text isn't assigned. but, it is. I'm very confused. This is my GameController code. using UnityEngine; using...
View ArticleUnity Fatal error! When Importing Asset from the Asset store.
Hello, I'm having a error in Unity 5.2.2f1 on Mac running 10.11.1. When I try to import something from the asset store I get the error "Fatal error! attempt to write a readonly database...
View ArticleERROR CS 1525 Please help me!!
I was trying to put achievements in my steam game, but I found an error in the code that I can not solve. Can someone please help me? Here's the code: using UnityEngine; using System.Collections; using...
View Articlei am making a mario clone in my class and i keep getting this error (11,52):...
if anyone can help me out would be appreciated, does it mean you can't use a vector3 in this line of code? I wrote it out just like my teacher put it, but not sure why am getting the error - and of...
View ArticleUnable to merge android manifests....
I did everything for my game i put ads etc. but then unity giving AndroidManifest.xml error abou com.unity.player how can i fix this?? CommandInvokationFailure: Unable to merge android manifests. See...
View ArticleI keep getting a "unepected symbol ';' in class, struct or interface member "...
using UnityEngine; using System.Collections; public class scrollSpeed : MonoBehaviour { scrollSpeed; // Use this for initialization void Start () { transform.Translate (new Vector3 (-1, 0, 0) *...
View ArticleWhat does this error message mean and how do I fix it?
I am currently writing my own FPS controller and decided to utilize the "MouseLook.cs" for looking around. However, I always get this error whenever I run the game. transform.localRotation assign...
View ArticleWhat does this error mean?
I am working on a Unity shader and I got this error: Vertex program 'vertex_main': unknown input semantics BINORMAL/0 What does it mean and how do I fix it?
View ArticleWhat is the problem with the loop?
I am programming a shader and I am getting an array index out of bounds error. The error is at : LightInfo lt; IlluminationResult illumTotal; int lighttemp = lights.Length; for (int i = 0 ; i <...
View ArticleReference script on behavior missing- Space Shooter
So im following the Space Shooter tutorial and i keep getting a warning message that says: The referenced script on this Behaviour is missing! UnityEngine.Object:Instantiate(Object, Vector3,...
View ArticleNullReferenceException
Hi everyone. I'm trying to write a simple 12 hour timer in C# to be displayed on the canvas. The time itself is displaying, but does not count up because Unity keeps spitting back this error:...
View ArticleUnity Editor has stopped working" in Windows 8
Hello there, I am currently using Windows 8 and have just tried to download and use Unity 5 for the 7th time, every time I start up the program however, I get an error message saying "Unity Editor has...
View ArticleHi I am new to unity - I tried a couple of tutorials - but now I am...
Hi I am new to unity - I tried a couple of tutorials - but now I am continiously getting "Failed executing external process for bake runtime job error" Please help
View Article