"InvalidOperationException" I irregularly get this error. It spams my console...
InvalidOperationException: The operation is not possible when moved past all properties (Next returned false) UnityEditor.SerializedProperty.get_objectReferenceInstanceIDValue () (at :0)...
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 ArticleError after creating project in 2021.3.22f1,Error while creating project in...
"Failed to resolve project template: Failed to decompress [C:\Users\myname\AppData\Roaming\UnityHub\Templates\com.unity.template.urp-blank-2.06.tgz]. I get this error when trying to make new 3D URP and...
View Articlei need help
this script is giving me an error that says to return it but when i did it gave me the same error![![.][1]][1] [1]: /storage/temp/206307-script-problem.png
View Article[Worker] StackOverFlowException errors for no reason?
I'm not even running any code. I wrote a script that generates a bunch of meshes and then saves them as assets, this was just to create models I need for the game in a separate scene, and this script...
View ArticleNew Unity 3D Scene immediately throws error "Object reference not set to an...
So i just started up a new Unity 3D Scene and i immediately got an Exception with the message above. Clicking on it leads me to "ParseArguments.cs" on Line 42. Why is that?...
View Articlenamespace issue in script
Hello, I'm busy trueing to make a menu for my game. one of my scripts is returning the error message - The type or namespace name 'LoadScene' does not exist in the namespace...
View ArticleWhen restarting scene and trying to reload weapon, get object destroyed error.
Having an issue where when I restart my scene in Unity after the player dies an clicks on the restart button, they are unable to reload weapon and get this error. It also tells me that the error occurs...
View ArticleI get tons of errors, when I create or open a project on a specific computer.
These are the circumstances! It might not be important for the problem, but I don't know, so I will write them down anyway. If you don't have time to read them, scroll down! I work on two computers on...
View ArticleNullReferenceException on newly created project
I have fresh installation of windows 11 and last LTS version of Unity - 2021.3.23f1 I created new fresh 3D project and I have error: NullReferenceException: Object reference not set to an instance of...
View Articlecan anyone help me to fix this,can anyone help me
i have this problem and i dont know how to fix it can anyone help me to fix it? the problem is Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e) Copyright (C) Microsoft Corporation. All...
View ArticleObject reference not set to an instance of an object
So this is my code : using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerMovement : MonoBehaviour { //Movements Var public CharacterController controller;...
View Articleerror CS0111: Type 'Player' already defines a member called 'UpdateLook' with...
Hello I was following a youtube tutorial and I got the error in the title. Unity says the error is on line (55,10) I was hoping someone could provide an explanation on how to fix it. Youtube Tutorial:...
View ArticleIdentifier expected,identifier expected
I'm a young beginner coder (I've signed in to this forum using my Dad's email) and I'm struggling to fix this error: Assets\PipeSpawnerScript.cs(37,32): error CS1001: Identifier expected **This is my...
View ArticleArgument Exception error
I'm working on a small 2d game for a school project, at the moment it has 2 scenes (the main menu and this one called [level1]) and I'm running into this error when I enter the play menu. In the...
View ArticleCan't make and open project files
i can't make a project file or open, evcery i maek project file take long time for loading, after loading done unity editor not opening if i click show "project failed to open" after see in file...
View Articleunity editor module download failed: validation failed and download failed: 443
I am having an error while installing the android module for the editor the error is download failed: validation failed and download failed: 443 all the time while downloading android platformer tools...
View ArticleWhy am I getting a NullReferenceException? Serously i'm so lost
okay simply put I was following blackthornprods video on A.I ( this one https://youtu.be/dYi-i83sq5g ) but suddenly when working on the part for patrolling he brings in parts of a script from another...
View Articlecan't create Payout Tax Information, Не могу заполнить "Информация о налогах...
After I clicked "Create" an error page appears: Cannot complete the interview! We are sorry, but an error has occurred and you are unable to complete the Tax Interview at this time. Please try again...
View ArticleNo overload for method 'TriggerDialogue' takes 1 arguments
To get to the point i want to solve the error CS1501, saying: No overload for method 'TriggerDialogue' (in my case) takes 1 argument then here is the code in which the error appears. (by the way, my...
View Article