Why am I getting the error, "NullReferenceException: Object reference not set...
I have been working on a project for a while and recently recieved this error when trying to use a script to edit the text that is the child of an object. The script is on the parent, and I used the...
View ArticleIm getting an error
using UnityEngine; using UnityEngine.Advertisements; public class AdManager : MonoBehaviour { public string gameID = "your_game_id_here"; public string rewardedVideoPlacementID =...
View ArticleI'm getting "Unable to parse file ProjectSettings/ProjectVersion.txt: [Parser...
I'm getting this error when I create a fresh project with Unity 2021.3.26f1. I also get it with 2021.3.2f1. There are some older posts with this subject, but no details on how to get rid of it. Thanks...
View ArticleGameObject list error
Hello! I get this confusing error and can't understand what is the case and how to fix it. What is the difference between `GameObject` and `GameObject[]` !? Can anyone please help? ![screenshot of...
View Articleerror CS7036 with multiple parameters
I'm creating a script that is generating a hexagonal map. I have a script that generates the base map and then a script on the same game object that will generate a river. I have been able to feed one...
View ArticleERROR CS 1503 Help please
Heey ! I ´ve got the error CS 1503 : Argument 2 : cannot convert from ´float ´ to ´bool ´. Maybe it´s a stupid question ( i´m sorry for that )but I am a beginner and I have no idea how to fix my error....
View Articleim getting a "ArgumentOutOfRangeException: Index was out of range" error but...
to start off my code was made with WSAL evens Maze generator algorithm as a base. so I've been having this issue for awhile now and I haven't been able to find a way to solve it. I have one script that...
View ArticleDllNotFoundException: FirebaseCppApp-11_0_0 assembly: type: member:(null)
Hi I am working with unity and integrating firebase 11.0.0 for using firebase analytics and facing below issues. Specifications: * OS: macOS High Sierra * Script Editor: VS Code * Unity version:...
View ArticleI'm getting this error: Assets\WaveSpawner.cs(33,19): error CS1002: ;...
My code: using UnityEngine; using System.Collections; public class WaveSpawner : MonoBehaviour{ public Transform enemyPrefab; public Transform spawnPoint; public float timeBetweenwaves = 5f; private...
View Articlepor que no me deja abrir unity si ya tengo los editores?
ya tengo los editores pero no me deja abrir mi nuevo proyecto cabe aclarar que soy nuevo y ya busque en youtube pero nada intento desinstalar los editores y nada desinstalo unity y lo vuelvo instalar y...
View ArticlePlease help to fix error CS1061,How to fix error CS1061
error CS1061: 'Transform' does not contain a definition for 'posotion' and no accessible extension method 'posotion' accepting a first argument of type 'Transform' could be found (are you missing a...
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 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 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 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 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 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 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 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 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 Article