A bunch of errors just showed up after opening the project (2020.1.4f1)
Hello, Everything was fine yesterday when I was working on my project. Today when I opened it up I encountered 36 fatal errors that I have no idea where they came from nor what to do to fix them. These...
View ArticleWeird error when attempting to input a list of transforms into a function.
Hello guys. Me and my friends have had this anomalous issue when trying to use this script in our code. When we try and run the code, we get the error: error CS0029: Cannot implicitly convert type...
View ArticleHELP C# scripts won't open after update 2020.1.4f1 !!!!!
if i try to open any script i get error message saying COMIntegration.exe has stopped working my Visual Studio code package is version 1.2.1 is up-to-date and so is Visual Studio code itself I have...
View ArticleUnity, LFS, and Bitbucket - 999+ Errors
I'm just beginning to collaborate on a project with a second programmer. Unity Collab was causing issues with my teams unity causing 40 minute load times which was absolutely unmanageable. Since then...
View ArticleCan I disable Debug.Logerror messages in editor mode ?
I have an editor script(ProviderManager) that is trying to destroy all the components(except some) attached to a gameobject. Few of these components have "RequireComponent" attribute on them so...
View ArticleCannot convert from "UnityEngine.GameObject" to "UnityEngine.Transform"
I somewhat understand what this error means, but I'm not sure exactly how to fix it. This is the script I have the error on: public class LimitChildAmount : MonoBehaviour { public GameObject Hand;...
View ArticleThe script I copied from the Summer 2020 Week 1 Tutorial, not working for me...
Hello, I'm new to coding. I started the tutorial week 1 today, but I'm having issues. First, when I copied the script it keeps saying: "EndLayoutGroup: BeginLayoutGroup must be called first....
View ArticleTest Enumerator thing
i just fineshed trying to use pixel perfect camera but when i went to play there was an error saying :...
View ArticleError CS1061
So, I'm generating terrain (once again) and I'm getting an error. The error is Assets\Scripts\MapDisplay.cs(21,17): error CS1061: 'Texture2D' does not contain a definition for 'setPixels' and no...
View ArticleCan anyone help with this serialization script (missing the class attribute...
I was creating big game but I can't solve this problem: I don't whats wrong with this script, name is "SaveLoadManager", can anyone help? public static class SaveLoadManager { public static string...
View ArticleKeep getting the NullReferenceException Error and dont know whats wrong.
public class Projectile : MonoBehaviour { public float speed; public float lifeTime; public float distance; public LayerMask whatIsSolid; public int damage; private void Start() =>...
View ArticleCan anyone help with this serialization script (missing the class attribute...
I was creating big game but I can't solve this problem: I don't whats wrong with this script, name is "SaveLoadManager", can anyone help? public static class SaveLoadManager { public static string...
View ArticleWhy does this error occur?
![alt text][1] If I press the install button, it has been canceled. Is there any way to solve it? [1]: /storage/temp/167401-취소.png
View ArticleFailed to present D3D11 swapchain due to device reset/removed Unity 2020
I got this error in every 2020 unity version. ![alt text][1] I tried putting D3Dcompiler_47.dll file in C:\Program Files\Unity\Hub\Editor\\Editor\Data\Tools it works but then 2 blank erros appear in...
View ArticleUnity Package Manage Error,Unity package manage eror
Hola, hace 2 semanas me baje Unity version 2020.1.5f1 para empezar a hacer videojuegos, y resulta que cuando quiero inicar el proyecto me salta un error que dice "Unity Package Manage Error", y me...
View ArticleProblem with error message ,Cannot find a solution to my problem
Each time I start a project from Unity hub, it always says the same error which is ''This can happen if layout contains custom windows and there are compile errors in the project.'' I have tried many...
View Article[BLOCKING] [Please Help!] On 2019.4.10f1 Personal I keep seeing errors with...
Every time I open my Unity project I am seeing the errors noted in the attached error log. I've tried multiple things to resolve these errors including: - Totally reinstalling my version of Windows 10...
View ArticleWhat's causing my 401 Unauthorised error when downloading in package manager?
I get this error every time i try to download an asset from the package manager. ![alt text][1] [1]: /storage/temp/167857-unity-download-error.png I have whitelisted UnityHub and Unity 3D with my...
View Articlehello im new to programming and i was coding a gun script then this error...
CS1503 Cannot convert from 'UnityEngine.Vector3' to 'UnityEngine.Quaternion' the error was in line 22,49 here is my code: using System.Collections; using System.Collections.Generic; using UnityEngine;...
View ArticleI have one final error to resolve if anybody knows how to fix this please...
I am getting these two errors regarding unitymobileads and I am not sure why Assets\GoogleMobileAds\ManifestProcessor.cs(69,13): error CS0103: The name 'GoogleMobileAdsSettingsEditor' does not exist in...
View Article