Failed to set the cursor because the specified texture ('2 (1)') was not CPU...
![alt text][1 [1]: /storage/temp/204384-screenshot-1.png
View Articleerror sc0111 player_movement already defines member a member called...
I keep getting an errors like the ones in the title in my movement script. Does anybody know what's wrong and can give me a fix? None of the other scripts use "grounded" in them. public class...
View ArticleHi! Unity Community i am new to Unity Game Development and I am having this...
**Error: An assembly specified in the application dependencies manifest (Microsoft.NETCore.App.deps.json) was not found: package: 'runtime.win-x64.Microsoft.NETCore.App', version:...
View ArticleWhy do I keep getting the error, simple solution please,why is this code...
I keep getting the following error: ![alt text][1] Here is my code:![alt text][2] [1]: /storage/temp/204502-image-2023-02-06-173506000.png [2]: /storage/temp/204501-image-2023-02-06-173426685.png How...
View ArticleIm getting this error and i dont know why
NullReferenceException: Object reference not set to an instance of an object EnemyMovement.Update () (at Assets/scripts/Enemy/EnemyMovement.cs:27) this is the script it is refering to using...
View Article,Error Adding Scripts to Objects
Hi, One of my students is having these errors when working the Create with code modules. We were creating the PlayerControl script, but ran into issues attaching the script to the GameObject in the...
View ArticleERROR CS0201,error CS0201
Making a racing game already got the movement and camera to follow the player im working on a feature where if the player holds down the space key there speeds increase but i keep getting this error....
View ArticleUnhandled Exception when starting a project.,Unhandled Exception
I have installed Unity and can't make a project without it warning me of Unhandled Exception.System.Reflection.TargetInvocationException:Exception has been thrown by target of an invocation....
View ArticleI keep getting this error message on Unity. How do I fix it?
Failed to find entry-points: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' at...
View ArticleMicrophone.Start not working!!!
I try to use Microphone.Start(); but My VScode say it inaccessible due to its protection level. using System.Collections; using System.Collections.Generic; using UnityEngine.Audio; using UnityEngine;...
View ArticleError enabling or disabling object which isn't null
Hello. I have a GameObject which I am trying to enable/disable (Using .SetActive()). However, when I use .SetActive() on the object I get the error *NullReferenceException: Object reference not set to...
View ArticleHow would I make CAM = to the Main Camera without getting errors? Im trying...
It sort of works but apparently im missing a ";", which isn't the problem. My Code: \/\/\/ using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerInteract :...
View ArticleHow can I fix this error? Please help me out as I am a complete novice in...
[1]: /storage/temp/204808-screenshot-2023-02-17-at-84418-am.png ,
View ArticleHow to fix this error in Mac with Unity?
I keep getting this error when I try to use a camera to capture my game in Unity. I am using a Mac (Ventura 13.1) for the task. How can I fix this error? Any advice would be greatly appreciated! Thank...
View ArticleUrgent, Unity must be launched in safe mode
So I don't know what caused this but, I can no longer open my Project without it warning me to open in Safe Mode, once I do, I get the following error messages ![alt text][1] (first image) Once I open...
View Articlei am trying to switch between levels and am getting error in the code
i am new to coding and getting error in this code. i dont know why using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class...
View ArticleIndexOutOfRangeException : Array.Length to 2 and then to 0 ?
Hello everyone. I'm totally new to Unity and I've followed a tutorial in youtube to undersand who to create a simple level. However, in one of the video (this one if you wanna know :...
View ArticleWhy does it say permission denied whenever I try to download the editor...
Every time I try it just says that. I need help with this.,Every time I try to install the editor application it just says permission failed. Can somebody please help me with this?
View ArticleNullReferenceException: Object reference not set to an instance of an object
When I start playing the game this errors shows up: NullReferenceException: Object reference not set to an instance of an object ButtonPipeScript.Start () (at Assets/ButtonPipeScript.cs:13)...
View ArticleCannot modify the return value of 'Transform.position' because it is not a...
I have this error: "Cannot modify the return value of 'Transform.position' because it is not a variable" how can I fix it?![alt text][1] [1]: /storage/temp/205060-image-2023-02-24-205732288.png
View Article