Sprite Atlas (Sprite Atlas UI) Error
I get error: Packing Error: Sprite Atlas (Sprite Atlas UI) contain sprite(s) larger than its max texture size. It needs at least 2048. With no further information. What does it mean?
View Articlei have some code for Faux Gravity that doesn't work as intended.
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Attractor : MonoBehaviour { public float gravity = -10; public void Attract(Transform body) { Vector3...
View ArticleMissingReferenceException: The object of type 'CircleCollider2D' has been...
I'm getting this error when I run my game: **MissingReferenceException: The object of type 'CircleCollider2D' has been destroyed but you are still trying to access it. Your script should either check...
View ArticleWeb GL Export Does Not Work in 2020.1.06b16
I updated to the latest version of Unity. (2020 1.0b16.4139) so that I can use Video Player in WebGL but got errors when I went to build. Tried a new project and still got the same errors. None of...
View ArticleI have one final error to resolve if anybody knows how to fix this please...
I am getting these two errors regarding unitymobileads and I am not sure why Assets\GoogleMobileAds\ManifestProcessor.cs(69,13): error CS0103: The name 'GoogleMobileAdsSettingsEditor' does not exist in...
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 ArticleI have one final error to resolve if anybody knows how to fix this please...
I am getting these two errors regarding unitymobileads and I am not sure why Assets\GoogleMobileAds\ManifestProcessor.cs(69,13): error CS0103: The name 'GoogleMobileAdsSettingsEditor' does not exist in...
View ArticleCS0101:namespace '' already contains a definition for script 'AutoMoney' a...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class AutoMoney : MonoBehaviour { public bool CreateMoney = false; public static int MoneyIncrease = 1; public int...
View ArticleError message
I am testing out coding for the first time! I have been following a tutorial and i have gotten this error: Assets\EndTrigger.cs(10,21): error CS1061: 'GameManager' does not contain a definition for...
View ArticleUnity will not open, failed to update manifest.json,Unity will not open...
Unity won't open, it just keeps on giving me a "failed to update project manifest" error. I used to get a "packages could not be resolved" error with the old version I was using but now failed to...
View Articleerror when building IL2CPP
here are all the errors i get 1. Failed running C:\Program Files\Unity\Hub\Editor\2019.4.8f1\Editor\Data\il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks...
View ArticleArgumentNullException When using Collider2D.OverlapCollider()
The exact error popping up on my unity console is: ArgumentNullException: Value cannot be null. Parameter name: collider The exact line the error is on is "col.OverlapCollider(nonPlayer, colliders);"...
View ArticleInexplicable error
**I'm getting the following error that doesn't point to where it's being caused** NullReferenceException: Object reference not set to an instance of an object...
View ArticleWhat is wrong with this script..?
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class PlayerManager : MonoBehaviour { //public GameObject Menu; RaycastHit hit; List...
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 Articlewhat does error CS1001 mean i cant figure out whats wrong it says its wrong...
iam starting coding and making games but i ran into this error and i dont anderstand the ansers on the over quistions can someone please explain theres my code and the error thing this the error -...
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 Articlea error named error CS1656: Cannot assign to 'iscore' because it is a 'method...
i want to call my iscore function from gamemanager script in target script but it is showing error error CS1656: Cannot assign to 'iscore' because it is a 'method group' and error CS1503: Argument 1:...
View ArticleApp crashed on launch with error in logcat "Unity : Unable to find...
I made a virtual reality app for cardboard in Unity 2019.3.3f1. This app is working fine on mobiles that does not have gyroscope. But this app crashes on launch on android phones that have gyroscope...
View Articletransform is destroyed (ERROR)... and I want the game to complete
I followed a tutorial to make the enemy follow and identify the player's position but when the player die it give the following error: The object of type 'Transform' has been destroyed but you are...
View Article