How do you get console messages in order?
Until now I thought, that the console lists errors and Debug logs ordered by time. But sometimes there are errors in update() in the beginning of the console and in the end there are...
View ArticleInitial Compiler Errors
Hi, I've got problem with compiler errors. When I try turn playmode on then I get this "*All compiler errors have to be fixed before you can enter play mode*" . There are 4 and it's especially weird...
View ArticleHow to fix "predefined type 'System.void' is not defined or imported"?
I have a brand new script in C# and it already has an error that I don't know how to fix. I am using Version 2018.3.0f2 { using System.Collections; using System.Collections.Generic; using UnityEngine;...
View ArticleMissingReferenceException: The object of type 'GameObject' has been destroyed...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class enemyHealth : MonoBehaviour { public float enemyMaxHealth; public GameObject...
View ArticleCannot enter playmode!
I am new to Unity in general and just downloaded it for the first time, once i go to start up a project for a 2D or 3D included, the console displays 4 error symbols with no text notifying what those...
View Articlecan't load metadata 5a/5a7290e29...
Hi! I got this very annoying error which says "can't load metadata 5a/5a7290e29..." and I can't load my project. Is there any way to fix this?
View ArticlePost Processing Error
I use the post processing that is in the package manager of unity 2018.3 everything works great with no problems. But if I try to use it in my scripts it is bugged and shows an error in visual studio...
View ArticleUnity is causing my VR games to crash
Been trying to play a couple game in Oculus VR and noticed that a couple of them which use Unity are not starting up at all. When I check the output log I see this: *0x00007FF9E24748AE (UnityPlayer)...
View ArticleVisual Studio Assembly C sharp (unavailable)
how can i fix the error ?&(ampersand ) is in the script somewhere in the file instead of / (slash) how can i open and edit the script (Xml document )? THE ERROR: XmlException: a name did not start...
View ArticleI'm new to coding and I need someone to help me with an error that I don't...
Hello, I'm new to coding and I found code for inventory and there i an error that I've looked for an answer to but I can't find an answer for. This is the Inventory code: ---------- using...
View ArticleHow do I remove the automatic restart function from the Survival Shooter...
Hello, I am aiming to remove the automatic restart capability because I want a menu to pop up with the "Game Over" text with two button saying "Try Again" and "Menu". I followed the tutorial and its...
View ArticleError CS0120: An object reference is required for the non-static field,...
my C# code in "HandgunReloading.cs": using System.Collections; using System.Collections.Generic; using UnityEngine; public class HandgunReloading : MonoBehaviour { public AudioSource ReloadSound;...
View ArticleError CS0120: An object reference is required for the non-static field,...
my C# code in "HandgunReloading.cs": using System.Collections; using System.Collections.Generic; using UnityEngine; public class HandgunReloading : MonoBehaviour { public AudioSource ReloadSound;...
View ArticleThis value can only be destructed on MainThread!
I've received this error message for a while now and I don't know how to fix it. Usually I can double click it and get redirected to my C# script causing the error or, if that doesn't work, I at least...
View Articlemy c# variable can't be assigned
I have a script on a prefab, on that script I have a variable. That variable is assigned in the update function, public GameObject MyVar; void Update() { MyVar = GameObject.FindObjectWithTag("MyTag");...
View Articlehello! Im a begginer trying to solve this. OverflowException: Number...
Hello, Im trying to make a candy crush type game, i have the code and i think is ok, but there is this error on my console " , and the only thing i can make in my game is switch the candys, but there...
View ArticleUnity 2018.3.0f2 (64-bit) Missing UpmOperationFactory, Unity 2018.3.0f2...
A few weeks ago i tried to test a new file i created. When i clicked play, i received the error message below. I have tried uninstalling both Unity and Microsoft visual studio and then reinstalled but...
View ArticleShader Properties gone everytime i put specular/Roughness map to Standart...
![alt text][1] Hi, just straight to my question. i don't know why my shader properties just gone everytime i put something to specular map. interestingly, I can copy old material file that already has...
View ArticleCan't Add Script "The script needs to derive from MonoBehaviour!"
So I'm working my way throught the [2D Rogue-like Unity tutorial][1]. When I try to add a script to one of my game object I get the: *"Can't add Script behaviour. The script needs to derive from...
View ArticleIssues after installing Rendering Pipeline Core in Unity 2018.2.19f1
I got this after installing the rendering pipeline core and I searched all over Google and tried so many things, with some fixing it but cause other issues with other scripts. I just want to use the...
View Article