"There are 3 audio listeners in the scene." But I have 3 separate scenes,...
So I have 3 scenes in my game. A Title Menu Scene, a Prologue scene, and then the Game Scene. I have 3 total cameras, one on each scene, with an audio listener attached to each camera. But for some...
View ArticleNullReferenceException: Object reference not set to an instance of an object...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class cameraControl : MonoBehaviour { public GameObject Player ; public GameObject cameraConstraint; public...
View Article"Could not establish a connection with the Unity Package Manager local server...
when i wanted to include my project in unity on version 2019.4.1f1 an error was popping up saying: "Could not establish a connection with the Unity Package Manager local server process. [...]" I don't...
View ArticleUnity Ads error (asset or package?)
Im running the latest Unity editor 2019.4.2f1. I enabled Unity Ads in services then went to install Unity Monetization from asset store. Then all of a sudden I get 6 red errors (below):...
View Articleno transform example (no hip spin chest ect)
not a single one all of them say: none(Transform) i imported it from blender and it humanoid
View ArticleUnable to instantiate prefab. Prefab may be broken.
I NEED YOUR HELP PLS THIS ERROR START IN MY UNITY Unable to instantiate prefab. Prefab may be broken. UnityEditorInternal.InternalEditorUtility:HierarchyWindowDrag(HierarchyProperty, Boolean,...
View ArticleHow to fix Unity Package Manager Error (2D)
It's been a long time since I have had the chance to work on a 2D environment due to this error. I have created 3D projects in the current computer, but when it comes to 2D, I ger the following: ![alt...
View ArticleNetcode not working on Quest
Hi, I have an XR ECS netcode project that is working inside the editor and on PC builds, but when I build it for android and download it to my Quest it doesn't work. The app does not crash and it does...
View Articlewhat do i do to fix this error "failed to find UnitySplash-cube.png"?
this is unity 5.6.6 for New Nintendo 3DS. so it say "failed to find UnitySplash-cube.png" so then it can't load the image (as in it makes another error).
View ArticleWhy does this get spammed in the console even not in playmode
Destroy may not be called from edit mode! Use DestroyImmediate instead.
View ArticleError: Receiving Data Failed With unitytls error code 7
I'm trying to download the unity terrain tools sample pack, but when I try to download it, it comes up with, > "Error: Receiving Data Failed With> unitytls error code 7" How do i fix this?
View Articleow do i fix unitys System 32 MSVCP120.dll error
Unity is not working, when i use hub to open it, it does not work. But when i just try to open it, it says "C:\WINDOWS\SYSTEM32\MSVCP120.dll is either not designed to run on windows or it contains an...
View ArticleThere's an error message I don't understand,I'm getting an error on Unity...
The error message says "EndLayoutGroup: BeginLayoutGroup must be called first." I don't understand what it means nor do I know how to fix it. If you could explain to me what the error means and/or how...
View ArticleRpg creator kit doesnt work?
Hi, i just downloaded unity and am trying to get started. So i picked the RPG creator kit tutorial...
View ArticleAssets\PlayerController.cs(29,29): error CS0200: Property or indexer...
I am rather new to coding and i was trying to code a game in unity. I was watching a video to see exactly how to do it and i did exactly what was shown in the video but i still got this error message:...
View ArticleHow to fix error CS1513: } expected
Can u help me fix this code useButton.onClick.AddListener(); => { inventory.AddItem(item); }); What wrong with that copy and paste make correct for me plss
View ArticleNullReferenceException: Object reference not set to an instance of an object...
Please help me fix my timer.... I keep getting this error (999+) ...i am really new to unity coding ........this is the errer: NullReferenceException: Object reference not set to an instance of an...
View ArticleThe script I copied from the Summer 2020 Week 1 Tutorial, not working for me...
Hello, I'm new to coding. I started the tutorial week 1 today, but I'm having issues. First, when I copied the script it keeps saying: "EndLayoutGroup: BeginLayoutGroup must be called first....
View ArticleCan anyone help with this serialization script (missing the class attribute...
I was creating big game but I can't solve this problem: I don't whats wrong with this script, name is "SaveLoadManager", can anyone help? public static class SaveLoadManager { public static string...
View ArticleUnable to install additional SDK platform. Please run the SDK Manager...
This morning I decided I was going to go ahead and upload to the play store, so I built my APK and uploaded the file to the Play Console and I get this: > "Your app currently targets API level>...
View Article