'Cannot Submit Change to Server' and Failing to Revert Project in Unity Collab
I was working on my Unity Project normally with Collab on, and I happened to copy a Folder which contained a .cs file which had exactly the same name of another .cs file. I immediately spotted the...
View ArticleBuild and Run not working Error Message
The script I have plays fine in Editor. However, when I try to Build and Run (I also tried just Build), I would receive a few different error messages. I have tried saving the build in a folder that is...
View ArticleCan someone help me with this error? Here is my code:
,using UnityEngine; public class PlayerColision : MonoBehaviour{ public PlayerMovement movement; public GameManager gameManager; void OnCollisionEnter (Collision collisionInfo) { if...
View ArticleCan someone help me with this error?,Can someone help me with this error?...
,using UnityEngine; public class PlayerColision : MonoBehaviour{ public PlayerMovement movement; public GameManager gameManager; void OnCollisionEnter (Collision collisionInfo) { if...
View Article> 1 exception was raised by workers:...
so i was trying to build my android game and i cant becausei get this error along with 100 other errors so here is a portion o my editor log if its helpful: 47 actionable tasks: 8 executed, 39...
View Articlenamespace could not be found
So I have been having massive issues with coding today. I don't really know what happened but my camera controller wasn't working so I deleted the script and rewrote it exactly the same. When I saved...
View ArticleI updated my 5.3.4 unity to 5.3.8. then i couldn't open my older projects,I...
Hello there I updated my 5.3.4 unity to 5.3.8. then i couldn't open my older projects which i made by 5.3.4 and this error comes up: error CS0120: An object reference is required to access non-static...
View ArticleThe name 'Entities' does not exist in the current context
using System.Collections; using System.Collections.Generic; using UnityEngine; using Unity.Entities; public class AttributesGenerationSystem : ComponentSystem { private static EntityManager...
View ArticleUnity launch error
I have download unity project name "FPS Microgame ". After download I have click on the "OPEN PROJECT" . Than there is error"Unity Launch Error". Please help me.
View ArticleParticle System trigger script not working,Particle system trigger script not...
Hello everybody. I am trying to make my particle system trigger when there is a collision. It seems there is nothing wrong except that Visual Studio says "Identifier expected". I am a beginner with...
View ArticleRecursive serialization maybe bug ?
Please help. I just created a new project, installed LWRP, cinemachine, advertisement, IAP, then restart unity, then everytime i open unity this message appear : Recursive Serialization is not...
View ArticleHelp! VIRTUAL REALITY SKD OCULUS FAILED TO INITIALISE.
I'm having major problems if anyone can help. My headset is a Samsung gear VR and I'm using the Oculus SDK. But when I come to run my scene it says VIRTUAL REALITY SKD OCULUS FAILED TO INITIALISE. I've...
View ArticleUnity was not able to run my Invoke command, and im not sure why.
public void LoadNextLevel () { SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1); } public void CompleteLevel () { Invoke("LoadNextLevel()", 2); completeLevelUI.SetActive(true); }
View Articlehow to fix CS2012 error
Error 1:> error CS2012: Cannot open'C:\Users\..\Documents\games\testgame\Temp\UnityEngine.TestRunner.dll'> for writing -- 'Could not find file> 'C:\Users\...\Documents\games\test>...
View ArticleHaving problems with timedisplay and my kart.
Hello everyone, i am new at unity and i am creating a karting game with some questions to some students in my school, but right now i am having some problems. When i first open the project, this errors...
View ArticleGetting errors while creating a custom terrain editor
I created two scripts called "CustomTerrain" and "CustomTerrainEditor". Here is the code for the latter: using UnityEngine; using UnityEditor; using EditorGUITable;...
View ArticleError building player because scripts have compile errors in the editor
So four years ago I took a Unity class in school and made a small game with Unity version "5.5. 1f1". After I upgraded my MacBook to Catalina, the previous game app is no longer supported. I wanted to...
View ArticleCant fetch components from GameObjects stored in an array?
I am developing a game which uses a turn based grid movement system, early on I instantiate every tile and store each of them in a 2d array: public void GenerateMapVisuals() { tilesOnMap = new...
View ArticleBlank Error message in unity 2019 macOS Catalina
I've been using unity for 3 years now and I never had an error like this before. I was using 2019.4.1f1. There have been loads of other posts like this about the dreaded blank error message. But mine...
View Articleodd errors
so I have 2 errors popping up (I have no idea why) they are not getting in the way (yet) but I would like to deal with then any thoughts guys? 1: NullReferenceException: Object reference not set to an...
View Article