The type "task" exist in both Unity.Tasks and mscorelib
I created a blank project with unity 2019.1.4f1. I imported the firebase SDK package for authentication and another google sign in package from [here][1]. I am basically trying to achieve google signin...
View ArticleWeird Error after Update
Ok... so I just updated my Unity to Unity 2019.3 and I keep on getting this error message telling me to delete...
View ArticleWhy my app crashed? unity2019
Hi,all. I'm developing an android app with unity 2019.1.4f1. I was able to build normally and launch the app without any problems. but from yesterday, it started to crash before it started. (If you...
View ArticleUnable able to detect NDK
So I Keep getting the "Unable To Detect NDK" message when I build my game even though I downloaded it from unity hub, downloaded it from android studio, and the website online but I still keep getting...
View ArticleVideo problem Unity 2019.1
I had a Unity 2018.3 proyect and when i updated it to 2019.1 the video player dont work like it would. The reproduce but the image is distorted and ruined, just the audio work well. I tried creating a...
View ArticleHow to fix package manager error?
I start the unity.And showing Package manager error .How to fix rhis problem? Error:an error occured while resolving packages: One or more packages couls not be added the local file system
View ArticleModule download page access denied on Unity 2017.4.30f1 on Ubuntu 18.04
Hi, I was trying to build my game project as Android Package in **Unity 2017.4.30f1 on Ubuntu 18.04** (I know it's experimental). **I've installed Android build support in Unity Hub** at the dialog...
View ArticleInstantiate Null error
The error says "ArgumentException: The Object you want to instantiate is null. UnityEngine.Object.CheckNullArgument (System.Object arg, System.String message) (at...
View ArticleANDROID PLAYER SETTINGS NOT SHOWING BUT THE OTHERS DO :
Help please ! I am tired of all the stuff that happens with android and unity... There my android player settings are only showing a clock and not what i want... But mac/window and IOS settings are...
View Articlei get around 700 error when try to install HDRP
i get aroud 700 error when try to install HDRP it's all like Library\PackageCache\com.unity.render-pipelines.high-definition@5.16.1-preview\Editor\Material\Decal\ShaderGraph\DecalMasterNode.cs(7,31):...
View Articleproblem: Can't add script bacause of class cannot be found
Name of Script; NewName using UnityEngine; public class NewName : MonoBehaviour { Animator animator; // Start is called before the first frame update private void Start() { animator = GetComponent(); }...
View ArticleWhen I apply the script, I get an error message.
When I apply the script, I get an error message. I want to know what it is. How to fix it? FileNotFoundException: Could not load file or assembly 'Assembly-CSharp' or one of its dependencies...
View Articleproblem: Can't add script bacause of class cannot be found
Name of Script; NewName using UnityEngine; public class NewName : MonoBehaviour { Animator animator; // Start is called before the first frame update private void Start() { animator = GetComponent(); }...
View ArticleUnity bug gives false error messages or doesen't work without a Debug.Log()...
So I wanted to make a simple projectile damage on collision script. But since the projectile is a prefab, i cannot drag and assign my player as the target. Thats why i wanted to leave the player...
View Articleerror CS1503 Cannot convert method group to string.
using System.Collections; using System.Collections.Generic; using UnityEngine; public class HeatScript : MonoBehaviour { public Material[] material; Renderer rend; void start () { rend =...
View ArticleUnityYAMLMerge error: Cannot find transform parent for fileID
Good day. I hope this is the correct place to post this question. If not, please feel free to point me in the right direction. I have my Unity project set in a repository shared with my dev team, using...
View ArticleI am getting this error when i try to parse a string to get float value.
FormatException: Input string was not in a correct format. System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) (at...
View ArticleVisual Studio 2019 stopped working with Unity 2019.1.10f1
When I open this specific project in Unity 2019 I get an error saying "The application is not installed" And I get no autocomplete or linking between scripts with F12. Other projects work fine. Visual...
View ArticleWhy am I getting this error message? (C#)
I am using the following code in a game I am developing (irrelevant code removed): public class WeaponSpawner : MonoBehaviour { GameObject weapon; public void UseWeapon() { Instantiate(weapon,...
View Articleerror CS1704: An assembly with the same simple name 'Editor' has already been...
I got this error when I opened a Unity project. I tried the following steps:> Delete the file as given in suggestion, but the file is automatically generated again.> Deleted the PackageCache...
View Article