Project is not running in newest version
Hi everyone, After installed the 2019.1.0f2 version on my new SSD, my projects are not running and have more than 60 errors on it. ![Print][1] I don't know if Unity "lost" the folder reference but i...
View ArticleUnity not recognizing my scripts
Hello, I'm working on a 3d multiplayer game on unity and for some reason unity doesn't seems to want to recognize my scripts anymore when I connect to a local server. I get the following errors for...
View ArticleHow do I add the value of two scores to make a total score?
Hello, so in my game, the player is able to get two scores: one from retrieving coins, and the other from surviving. After the player dies, I would like to show the sum of the two ending value through...
View ArticleCopying assembly from temp fails every time, unable to solve by removing package
I installed version 2019.1.0f2 mere moments ago and keep getting this error: Copying assembly from 'Temp/Unity.TextMeshPro.dll' to 'Library/ScriptAssemblies/Unity.TextMeshPro.dll' failed This happens...
View ArticleHundreds off errors n console upon starting Unity 2018.3.9f1 related to "has...
![alt text][1] [1]: /storage/temp/135014-unity.png Reinstall of Unity does not help. Creating new, blank project does not help. Unity freezes repeatedly every few seconds because of this. Any...
View ArticleCan'r download unity
Hello everyone! hope you are all doing well I was trying to download unity but ran into this error... please help! - Thank-you! - Andy An ![alt text][1] [1]: /storage/temp/137081-capture.png
View ArticleWebGL only showing an empty folder after building. How to fix?
Hello. I've been trying to export my game but I'm stuck at one point. After its done building, and I click on my folder, all that shows up is an empty folder. I'm sure that it's supposed to display the...
View ArticleWhy am I getting "AssetImporter is referencing an asset from the previous...
Why am I getting this error? **ERROR [11:55:19] AssetImporter is referencing an asset from the previous import. This should not happen.** This occurs on a brand new 3D project in Unity 2018.3.10f1 when...
View ArticleUnity 2019.1.0, images are not shown in nox player with message GL.End...
Hi. I recently updates unity version to 2019.1.0 from 2018.3.4. I made android 2d game and it worked well in editor, android mobile device and nox player when I use ver. 2018.3.4. But after updating,...
View ArticleA curious case of "new" keyword LogWarning when creating monobehaviours.
Hi, Im wondering about something I am doing that is causing this well known warning:> You are trying to create a> MonoBehaviour using the 'new' keyword.> This is not allowed....
View ArticlenavAgent.velocity input returns NaN
Hi all Here is a script I have attached to a navAgent to navigate a mesh. using UnityEngine; using System.Collections; using BehaviorDesigner.Runtime; using UnityEngine.AI; public class MovementScript...
View Article"Couldn't switch to requested monitor resolution"
Hello! I recently updated to Unity 2019.1.0f2 and since then I've been getting unforeseen errors upon launching my game. Here are my build settings and the error I get: ![alt text][1] ![alt text][2]...
View ArticleHow do I fix this Text Mesh Pro Error?
Unity keeps spitting out this error for 'textmeshpro' and it seems to also be preventing me from scripting. The error hasn't been solved with reinstall or by removing Text Mesh Pro from the library....
View ArticleError when trying to instantiate an object
So i'm new to C# and unity and i'm trying to instantiate a prefab with a delay to it, i'm confused and i don't understand why it gives me the error : "NullReferenceException: Object reference not set...
View ArticleSabreCSG creates Build Errors
Using SabreCSG for level design. When I try to build any code, I get nothing but errors coming from Sabre. Is there a way for MonoDevelop to ignore these errors? Using MonoDevelop for editing Code
View ArticleErrors after cloning the project [question updated]
Hello, My computer's HD has broken so I bought a new one installed unity and sourcetree and cloned my project from git. When I opened it I got the erros on the image, I couldn't solve it yet, does...
View Articlecannot convert from 'Unity.Entities.Entity' to 'Unity.Entities.EntityQuery'
I get two errors when I am compiling the code and I cannot seem to figure out why, I am new to Entities so this is my attempt to try to figure them out. Below is my code: public class BootStrap {...
View ArticleError 0xc000007b solution.,Error 0xc000007b SOLVED problem.
After a lot of tries, I finally got the solution for this problem, for me at least. Follow this steps: 1 - Press "**Win+R**" 2 - Type "control" 3 - Click on "**Uninstall Program**" 4 - And "**repair**"...
View ArticleHDRP Setup
Hi, Im trying to setup the HDRP, but after i upgraded from the package manager to 5.13.0 im getting these errors: ******** `System.Exception: Cannot load. Incorrect path:...
View ArticleCannot load scene: Invalid scene name (empty string) and invalid build index -1
Hi, I wanted to load a game scene that I created via a button in a menu but when I press the start button, I get this error message :> Cannot load scene: Invalid scene name (empty string) and...
View Article