Unity Android Build failure
Hi, I have been working on my first android game using unity and have encountered an error saying: "java.io,IOExceptjon: Can't read [C:program FilesWni tylhubEditor\2021.3.13f1Editor Data car .jar]...
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 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 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 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 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 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 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 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 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 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 ArticleIm getting an error
using UnityEngine; using UnityEngine.Advertisements; public class AdManager : MonoBehaviour { public string gameID = "your_game_id_here"; public string rewardedVideoPlacementID =...
View ArticleWhy 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 Article