Unity AdMob Crashes After VideoAd Load (Android)
Hi, I have built versions with ads just fine months ago till recently when I needed to make some changes. All of a sudden on Unity version (2019.2.8f1), my android builds keep crashing after a minute...
View ArticlePopup showing "The required operation requires elevation" - Roslyn
![alt text][1] [1]: /storage/temp/147324-c-program-files-unity-hub-editor-2019114f1-editor.png
View Articlei cant activate my car controller script after countdown ends from one script...
public class carmanager : MonoBehaviour { public public GameObject carcontrol; void start() { carcontrol = GetComponent (); carcontrol.enabled = true; } } getting error like this;...
View ArticleUnity Crashes Immediately
Hey everyone, I just decided to give programming a game a try, I have very little experience with anything like this. I downloaded Unity Hub and wanted to try one of the built in template projects....
View ArticleI'm getting error "Undefined symbols for architecture arm64:" when trying run...
Hi. I'm trying to launch my game on iOS but I'm keep getting the next error. Can you help me? ![alt text][2] ![alt text][1] [1]: /storage/temp/147482-screen-shot-2019-10-15-at-75106-pm.png [2]:...
View ArticleFailed to load because it was serialized with a newer version of Unity. (Has...
I was doing my project and after several work when i try to open my unity project i don't see any assets in my view scene and unity shows me this error:Failed to load because it was serialized with a...
View ArticleError CS1061 (13,50)
I have only just started learning unity, so sorry if this is stupid but i can't find anything online. my code is really short and im not actually sure how to debug properly using unity. Heres the code:...
View ArticleI have an error like this and i don't know how to fix it: Microsoft (R)...
This is the error: Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e) Copyright (C) Microsoft Corporation. All rights reserved. error CS2015:...
View ArticleBuild to WEBGL: Development build will not finish sucessfully
I'm having problems building to WEBGL when I select specific settings in the build options. If I have development build on, the build will fail. If I have "Full with Stacktraces" on in publishing...
View ArticleWhy am I getting the error "user does not have app in library" when I do the...
I'm developing for Oculus Quest and in my app I get the error "user does not have app in library" when I do the Entitlement Check. I did the Oculus App Setup and copied the AppId and Oculus UserId into...
View ArticleGetting rid of error message Raycast?
I'm using Raycast2D to detect ground and project a shadow (see code below). My problem is the error message that seems to appear when the ray doesn't hit anything *"NullReferenceException: Object...
View ArticleCould someone fix this error. "object not set to reference of an object"
I think I messed up the syntax or something. The code only works if it is the last thing in the update function. If I write code below it, it seems to not run it. Unity says the error is on line 33...
View ArticleUnloading Broken Assembly | How to solve this !?
**Unloading broken assembly Library/ScriptAssemblies/Assembly-CSharp.dll, this assembly can cause crashes in the runtime**
View ArticleFour blank errors in Unity 2019.1.14f1
Hello everybody. After installing Unity 2019.1.14f1 through the Unity Hub and creating an empty project, 4 empty errors appear. And when I clicked on the "Play" button, I got another error. Other...
View Articlecsc.exe has stopped working ,csc.exe has stoped working
so i just tried to import the LWRP package on my game to use the new 2d light feature and i got a massage saying csc.exe has stopped working which for all i know is the C# compiler in visual studio ,...
View ArticleIm getting Error CS7036: No argument given that corresponds to required...
Heres my code with issues: public class Enemy : Player { void Start() { Player player = new Player(4);//amount of hearts } } __________________________ public class Player : MonoBehaviour { public...
View Article"VS Error/CDrawBasic" -errors while opening Unity.
Hi. I get this error when trying to open any Unity project of my computer. Re-installing the software didn't help, neither restarting the computer or updating a graphics driver. I haven't deleted any...
View ArticleI'm getting this error (cannot convert from 'UnityEngine.Transform' to...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerControll : MonoBehaviour { public float speed; public float jumpForce; public float movInput; bool...
View Article"VS Error/CDrawBasic" -errors while opening Unity.
Hi. I get this error when trying to open any Unity project of my computer. Re-installing the software didn't help, neither restarting the computer or updating a graphics driver. I haven't deleted any...
View ArticleUnassigned Reference Exception although it is assigned
I'm having issues with assigning a GameObject to my script. I've tried assigning it through the inspector and defining it in code, but neither worked. I started to get the error when I introduced touch...
View Article