Unity hangs on Importing when opening upgraded project - unity v 2020.3.16
![alt text][1] Hi, Wondering if any one has experienced this issue and found a solution or can point me in right direction to troubleshoot further, Using GIT I downloaded my project to a new laptop....
View ArticleHow to make an asymmetrical vr using openXR and xr interaction plugin
Hi all, I'm trying to make an asymmetrical VR game in unity (XR management and XR interaction toolkit) but it is not allowing the input of the pc player to happen after any VR tracking is performed. It...
View ArticleThe object of type 'Transform' has been destroyed but you are still trying to...
when my player object destroy this error happen, any help? using System.Collections; using System.Collections.Generic; using UnityEngine; public class Player_move : MonoBehaviour { [SerializeField]...
View Articleerror CS0029: Cannot implicitly convert type `float' to `UnityEngine.Vector3'
using System.Collections; using System.Collections.Generic; using UnityEngine; public class grabobjects : MonoBehaviour { public float pickUpRange = 5; public float moveForce = 250; private GameObject...
View ArticleUnityEngine.XR missing assembly
I'm trying to add unit tests and once I added an assembly to my scripts folder I get the following error. I tried searching for the assembly definition but it doesn't exist. Not sure what to do...
View ArticleNull Reference: Object reference not set to an instance of an object!
Hello all, I'm very new to the community, but I have had a couple of these errors come up and I know what they mean and have been able to fix them. To my current knowledge, it means that the program...
View ArticleI broke my game and don't know how to fix it,My game broke and I don't know...
I am using the Creator Kit: Beginner Code thing and as I was looking through some things just to see what they were, I created an object but because it already existed it didn't create it and I deleted...
View ArticleTwo audio listeners in scene but i have only one
I am experimenting with the new MLAPI But i keep getting the error telling me there are two audio listeners in scene, However I have only one, i checked every component while getting the error for an...
View Articlehow do i fix this error? (textmeshpro version 2.1.6)
**I have a panel set as a child to a canvas and to this panel I added a text-textmeshpro text box as a child of the panel. As is, if i go into play mode and then exit play mode it works as expected but...
View Articleplease help me for this error
Hi, I bought a Unity package and in playing this package I got errors (All compiler errors have to be fixed before you can enter playmode! UnityEditor.SceneView: ShowCompileErrorNotification) and I...
View ArticleUnity Hub exits with error message "child process exited with code 3221225595"
I installed Unity Hub 2.4.5, and Unity Editor 2020.3.17f1 LTS. I created a new project Unity Hub exited with the error message 'child process exited with code 3221225595' in info-log.json. And when I...
View ArticleCoroutine Freezes Editor with "Out of memory" Error
I am using a coroutine to break up a path finding algorithm (A*) I am using. The algorithm runs fine when not in a coroutine. The function is: private IEnumerator C_CreatePath(PathVert startVert,...
View ArticleHow can i fix this error Assets\MeshGenerator.cs(24,29): error CS0443: Syntax...
This is the script using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(MeshFilter))] public class MeshGenerator : MonoBehaviour { Mesh mesh;...
View ArticleHow can I fix this issue? I've done all this mistakenly.
![alt text][1] [1]: /storage/temp/182985-screenshot-195.png I'm an absolute beginner! I was just following the tutorials for LEGO microgame and then mistakenly I deleted some objects or assets from the...
View ArticleXCODE code sign error when testing on iPhone,xcode codesign error
Hi all, been stuck on this for a week now searching all forums and trying every answer but none seem to work. my game is built with unity and is published on play store with no problems and wish to...
View ArticleIssues steering car with Xbox controller. Help needed.,Trouble steering with...
Having an issue adding controller support to my game, i have the accelerator working but when it comes to steering it presents this error: "InvalidOperationException while executing 'performed'...
View ArticleArgumentNullException: Value cannot be null. Parameter name: Shader with...
Hi there! I've seemed to run into a problem when i imported the World Creator Unity asset store plugin into my Unity 2021.1.20f1 project. Every time I open the "World Creator" window, it shows up blank...
View ArticleType or namespace definition, or end-of-file expected error wont go away
my code is this using System.Collections; using System.Collections.Generic; using UnityEngine; public class GunToggle : MonoBehaviour { public GameObject Gun; public GameObject Grapple; // Update is...
View ArticleIs there any way to ignore all errors in a file?
I when i got to work on my game today i started seeing some errors in vs code form package i importet a few days ago. I dont get any errors in unity and everything seems to be working fine. Is there...
View ArticleWhy does this error message keep appearing?
I think you all know the Unityeditor.graphs.edge.wakeup() null reference error messages. I got one of these recently and yes, restarting the editor does work, but the message keeps appearing over and...
View Article