I keep getting the error "NullReferenceException: Object reference not set to...
I do not know what I'm doing wrong. I've followed the instructions in the 2nd tutorial of unity and i'm trying to learn the basics in using it. If anyone could help me identify the error it will be...
View ArticleWhat is the problem?( Activator.cs(56,58): error CS0131: The left-hand side...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Activator : MonoBehaviour { SpriteRenderer sr; public KeyCode key; bool active = false; GameObject note;...
View Article[Help] I keep getting an error with blank message when I create a C# script.
**First Problem:** I just started learning and using Unity but when I create a C# script, this error shows up: ![alt text][1] I tried the following things but none of them worked: - Creating a new...
View Article`UnityEngine.UI.BaseVertexEffect' is obsolete: `Use BaseMeshEffect instead'
using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; [AddComponentMenu( "UI/Effects/Gradient" )] public class Gradient : BaseVertexEffect **//The error...
View ArticleUnity 5.6.1 Causes Error When Using System.Lazy
I recently tried updating Unity to version 5.6.1 from version 5.6.0. After updating, I opened a project which I had been working on and was error-free with the previous version. I got an error in the...
View ArticleHelp with Error
Hey, I am getting this error, when I try to make a Web Build of my game: FileNotFoundException: Could not find file "/Users/KingSloth/Desktop/Unity Files/Take those...
View Article0xc000007b error on 64 bit machine?
I'm currently getting error 0xc000007b when trying to boot up Unity from my flash drive. I've read other threads on this issue which state the problem lies in trying to run a 64 bit app in a 32 bit...
View ArticleCould not initialize the tracker after building exe file for PC
Hi everyone, Very new to this, trying to use Unity with Vuforia to make a very simple AR model following the tutorial here:...
View Articleerror CS0101: The namespace `global::' already contains a definition for...
hello Im very new to the whole scripting and unity engine . When importing project , I have this error error CS0101: The namespace `global::' already contains a definition for `GameManager' ![alt...
View ArticleiPhoneBundleIdentifier has not been set up correctly
I already filled the bundle id but i still get the error each time i try to build the game ![![alt text][1]][1] [1]: /storage/temp/94766-error.jpg
View ArticleHTML5 target : Codepage 1252 not supported
I'm on Mac, and I have the pb of the "Codepage 1252 not supported" when executing my little application in Google Chrome. I'm using the Unity 2017 June beta in order to integrate GeometryGymIFC lib...
View ArticleError building Player: 3 errors , to try build & run
When I try a build & run with my android device connected and recognized, the compilation does not end and the console displays the message: "Error building player: 3 errors", and no other messages...
View ArticleNullReferenceExeption when I use Mask
I am trying to make a Mask, but when I click the Play button i get this error. How can I fix it? ![alt text][1] [1]: /storage/temp/94838-94801-3.png
View ArticleEvery time I relaunch my game I Object reference not set to an instance of an...
My AI script always gets a error when I relaunch it or build it I have to delete the way point script on my nodes and add them back for it to work I don't know why this happens. Waypoints Script: using...
View ArticleWeird Error message with empty projects
Hello everyone I'm getting this error message. I have tried everything. It happens with a empty project as well. I tried a fresh install, deleting all files in the project. Reverting the layout. etc...
View ArticleHow to get rid of this error? Method not found:...
Everytime I make some change in any of my scripts my consoles gets flooded with this error. I have PlayerServicesResolver folder in my project. This folder is the part of Google Admob Mobile Ads...
View ArticleCannot put script on object
I'm a beginner to this. I want to put my script on my object, the script is called WorldInteraction, and on line 6, it says public class WorldInteraction : Mono Behaviour. However, a message pops up,...
View Articleerror CS1704: An assembly with the same name `UnityEngine.UI' has already...
I have been getting this error when bringing my 5.3.3f1 project to 5.6.1f1. Can someone tell me how to fix it?
View ArticleError upon rebooting Unity - "Associated script cannot be loaded" How can I...
Hi, After a scene has been working and scripts all functioning correctly, I come back to a Unity project and get this message against all associated scripts. ![alt text][1] Please can someone advise me...
View ArticleUnexcepted symbol
I am doing a 2D game, and it is telling there's an "Unexpected Error". using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerController : MonoBehaviour {...
View Article