No response when logging in to Unity Hub
I have downloaded Unity Hub, and when I run it and click on login or create an account, there is no response, please help
View ArticleCompiler Errors
I am trying to complete Simple Traffic System download enabling to then begin using the system but I have met script errors with regards A1 Traffic Controller and A1 Traffic Stop Manager. The statement...
View ArticleCompiler Errors
I am trying to complete Simple Traffic System download enabling to then begin using the system but I have met script errors with regards A1 Traffic Controller and A1 Traffic Stop Manager. The statement...
View ArticleHow to solve error CS1061?
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(36,87): error CS1061: 'float' does not contain a...
View ArticleNeed help with transform.forward
I'm making a shooter game. I'm instantiating bullets where the player is looking and set the transform.forward for each instantiated bullet to the transform.forward as the camera. It works, however,...
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 ArticleError build Grandle android persistent,Build apk error android insistent
hello to all guys, I am a newbie here on unity and recently I finished creating my first android game, but I have a problem when I go to build the game in apk makes me the error (Grandle build failed)...
View ArticleUnity Build error,Unity Build Error
Im trying to Build an Android APK, i followed an tutorial, installed sdk, etc. but when i try building it, i get this errors UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors at...
View ArticleUnity webgl build doesn't work on Google Chrome anymore.,Unity WebGL Build no...
This issue happened after a new build only on Google Chrome and it doesn't seem to happen to everyone that tested this. Tried: 1. Empty Cache 2. Clean cookies 3. Restart pc , browser, router. I will...
View ArticleI'm getting error NullReferenceException: Object reference not set to an...
So, i'm making pacman, with this tutorial(https://youtu.be/TKt_VlMn_aA), and i got this error in 2:21:40, when the game is working well at this guy, but i don't. That the whole error...
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 ArticleHow to fix Atlas compression error?,How to fix atlas compression error?
After putting in my grass mesh is says Atlas uncompressed. This can be caused by mismatched texture formats in the terrain detail menu.,After using grass mesh with terrain it says atlas uncompressed in...
View ArticleI'm making a game for fun and it won't let me get the error Should not be...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class movent : MonoBehaviour { private Rigidbody2D Rigidbody2D; private float Horizontal; void Start() {...
View ArticlePrevent a Game Scene From Staying frozen after being sent to the Main Menu
I have a game where I collect pieces of food, and I have three separate scenes in Unity, a *Menu* scene, a *GameScene* scene, and a *GameOver* scene. What I am having trouble with is the fact that in...
View ArticleUnityHub logging in error Ubuntu 22.04
When i was downloading unity in **Ubuntu 22.04** it wanted me to log in my account like normal. After that i clicked "sign in" and it took me to the login website, after i logged in my browser asked me...
View ArticleUnity3D Bone Animation are gone on animation windows while I definitely have...
I have been trying to export a blenders to fbx and import it on unity so many days now and I'm having a problem exporting fbx from blender... sometimes i animated a hand to a fist but once I open it on...
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 ArticleHow do you change which app opens scripts?
I keep getting the error "External Code Editor application path does not exist (D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe)! Please select a different...
View ArticleText not appearing, My int text won't appear on collision
I am currently making a first-person game. There is a system of where when the player's camera collides with a light switch, the light switch will allow the player to interact with it, and a text...
View ArticleNull reference error onSceneLoaded
> *"MissingReferenceException: The object of type 'Tilemap' has been> destroyed but you are still trying to> access it. Your script should either> check if it is null or you should not>...
View ArticleWhy does my shader not work in URP WebGL?
I recently bought an asset from the asset store which gives me a cool shader effect the camera. This all works on URP and Built In pipeline in the editor and in a Windows build. The issue is when I...
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 ArticleUnity Webgl build sets all values to 0,Webgl build sets all values to 0
I made a project in unity and uploaded a webgl build on itch.io. The game works fine, but all the values in all the scripts (including quality level settings) are set to 0 for some reason. The game...
View Articleunity doesn't detect space for me sometimes randomly
when I'm testing the first person character and I want to jump if I don't move the camera or I don't move it just doesn't jump using System.Collections; using System.Collections.Generic; using...
View ArticleGameObjects 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 visual...
View Articlecode isnt working ,code error and i cant find it
**errors:** Assets\pipespwanscript.cs(25,10): error CS8641: ‘else’ cannot start a statement Assets\pipespwanscript.cs(25,10): error CS1003: Syntax error, ‘(‘ expected Assets\pipespwanscript.cs(25,10):...
View Articleim getting an error CS0201 And i dont know what to do (newbie)
I'm getting an `CS0201` error and i don't know what to do. I'm very new to C#. Error message: Assets\Scripts\PlayerMotor.cs(30,9): error CS0201: Only assignment, call, increment, decrement, await, and...
View ArticleI don't know what's causing the crash in windows built games.
A crash file and an error file were created in a game built on Windows, but I don't know the cause. Is there a way to look at the two files and compare them with the actual code to find the cause?
View ArticleAudioImporter problem
1. **First error** NullReferenceException: Object reference not set to an instance of an object UnityEditor.IMGUI.Controls.TreeViewDragging.FinalizeDragPerformed (System.Boolean revertExpanded) (at...
View Article