2D Sprite Package has a compile error that doesn't go away. How does one get...
So i've been having this compile error that randomly started and that doesn't go away. Because it is a BuiltInPackage, i can't alter the code either. C:\Program...
View Articleweird compiling error
I don't know why I'm getting this error. Error: Assets\playerController.cs(19,13): error CS0120: An object reference is required for the non-static field, method, or property...
View ArticleGLSL: Shader cannot be patched for instancing
I saw this was an issue, however, they said they fixed the problem. Thus I don't know what I need to do to fix it. I'm using unity 2019.3.9f1 Personal, and whenever I have the terrain selected, this...
View ArticleLarge number of errors on blank unity project -- HELP!
Hi All, I'm new to unity and attempting to start a project, after initially doing the 2d tutorial platformer. I imported some assets and attempted to load the developer's example scene but ran into...
View Article"object reference not set to an instance of an object"?
I'm trying to make it so that an object is destroyed when hit by this raycast. But when i press e, activate the raycast and hit the object, unity just gives back "object reference not set to an...
View Article,why cant i build my project
I'm new at this and i know its some how my fault but ive followed the tutorials and for some reason i keep getting errors when i try to build my 2D project, so then it doesnt let me upload it, ive...
View ArticleI have two scripts and they're not working. What's the Issue w/ my scripts!!
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Grounded : MonoBehaviour { GameObject Player; // Start is called before the first frame update void Start() {...
View ArticleStrange message: Could not deinitialize the tracker
Hello community, I am a teacher and I have created an app for my classes. After a time of not making any changes to my project, when I opened it today, I came across this message: Could not...
View ArticleWhy is my code wrong
I am making a 2d platformer and I don't know why this code is giving me Invalid expression term '>' [51, 27] public class controls : MonoBehaviour { public float speed; public float jumpforce;...
View ArticleThe type or namespace "Target" could not be found?
I'm getting this error message from this code: using UnityEngine; public class Gun : MonoBehaviour { public float damage = 10f; public float range = 100f; public Camera fpsCam; // Update is called once...
View ArticleTHE ERROR PROBLEM ( CS1955 ) "cannot be used like method"
Hello! good am/pm, i am new at unity and i have a bit some problem, I'm getting this error (CS1955) "cannot be used like method" and i do not know what to do, Is there anyway it to be fix? or is there...
View Articleplayer chooses a tile to place his card, unexpected error
I was trying to make a very simple card game and i want the player to choose a tile to place his card in, and I came up with this script attached to a button that lets the user choose one of the...
View ArticleHow do i fix "Edge.fromNode is null" and "Removing null node"
Hello! good am/pm, I am new at unity and i made a script and when i play my game **two error's** came up **"Edge.fromNode" and "Removing null node"**, am i missing an reference variable? is there...
View Article2019.3.9f1 cannot open the "learn projects"
Hi guys. I just installed the newest version 2019.3.9f1 But now unity cannot open any of the "learn projects". It says error messages such as: *error CS0234: The type or namespace name 'Timeline' does...
View ArticleErrors on console on freshinstall of unity,errors on console on fresh install...
Just installed unity today and already have these errors on the console.please see attached. i'm a newb and any time of beginner friendly troubleshooting will definitely help. [1]:...
View ArticleHELP ME this error comes up in the console every time i want to build my...
UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002bb] in :0 at...
View ArticleWhy is my code wrong
I am making a 2d platformer and I don't know why this is giving me "Invalid expression term '>' [51, 27] public class controls : MonoBehaviour { public float speed; public float jumpforce; private...
View ArticleType or namespace definition error pops up everytime, I did everything...
Can you please help me fix this error and tell me why is it issued Here's the script: public class CharacterMovement : MonoBehaviour public CharacterController2D controller; // Start is called before...
View ArticleWhen I click on anything on the services windows it shows me this error?
**Hello mates, So I open the services window and when I click on anything let's say the Ads button nothing happens and it shows me this error in the console:**> InvalidCastException: Specified...
View ArticleUnity doesn't work! It won't download and when i do it manually it has errors.
So I downloaded unity a couple of days ago and everything worked fine, then one day out of nowhere the scripts wouldn't update and I got this error...native error the system cannot find the file...
View Article