I get error message when trying to open/start project,Getting error when I...
A few days ago, I installed a unity hub on my laptop. Then I had to install a version, which costed too much space on my laptop, so I decided to let this install on my external drive. Now it's...
View Articleunity IAP pending issue.
hi. my project use Unity version 2019.3.15, IAP version 2.2.7. processPurcharse funtion is not called when restart app after return PurchaseProcessingResult.Pending. finded MethodAccessException at...
View ArticleIL2CPP error when i make Android build,Error during building native library...
I am Getting this error shown below while building android build of my project. Any Help will be appreciated Exception: C:\Program...
View ArticleHow to fix "not a prefab scene"?
hey I'm new to Unity and need help as I can't figure out how to fix this error code: **Not a prefab scene UnityEngine.GUIUtility:ProcessEvent (int,intptr)** Would really appreciate if anybody knows the...
View ArticleForcedScopedThreadAttach
Unity 2020.2.6f1 throws an error (in the Editor Console) while running my C# project:> ForcedScopedThreadAttach can only be> used from threads that are not already> attached. There is no stack...
View ArticleForcedScopedThreadAttach
Unity 2020.2.6f1 throws an error (in the Editor Console) while running my C# project:> ForcedScopedThreadAttach can only be> used from threads that are not already> attached. There is no stack...
View ArticleMissing Debug symbols
hi I am searching for a solution but I didn't found when I build an app (game) in android smartphone didn't load it stuck on a black screen so I analyze it in android studio and it gave me this error...
View ArticleException: Unity.IL2CPP.Building.BuilderFailedException:
I don't exactly know what happened here, especially since I just fixed some typos in my game today but I wasn't coding anymore. I also tagged and untagged all the JDK NDK SDK things in preferences......
View ArticleI'm trying to install a map and it does not work for me I would be happy to...
Assets\GoogleARCore\SDK\InstantPreview\Scripts\InstantPreviewManager.cs(32,23): error CS0234: The type or namespace name 'SpatialTracking' does not exist in the namespace 'UnityEngine' (are you missing...
View ArticleUnknown error when installing URP in project.
I just installed URP in my existing project, which was using the built-in pipeline. I converted my materials to work with URP and in the graphics settings, I put in the URP pipeline. When playing my...
View ArticleVisual Effect Graph does not work with URP.
Hello. I have tried to start using VisualEffect, but the VFX do not show up and I get the following error message . ```Shader error in 'Hidden/VFX/New VFX/System/Output Particle Quad': undeclared...
View Articlemovement not working,movement controller not working
followed a tutorial and got the following errors on lines 62 and 47 with "a namespace cannot directly contain members such as fields or methods code: using System.Collections; using...
View ArticleAn issue with the chronos plugin
Hi! I'm trying to use the chronos plug-in for my game but I've got an issue witch I don't know how to solve. I made a video explaining the problem. I'll be glad if you could help me :)...
View Article"Some objects were not cleaned up when closing the scene," though I don't...
Like the title says, I'm getting the error "Some objects were not cleaned up when closing the scene. (Did you spawn new GameObjects from OnDestroy?)," and the objects that it says weren't cleaned up...
View ArticleFading Out Coroutine: The name 'lerpDuration' and 'targetMeshrenderer' does...
Hello, I am trying to make a script that makes an object fade out when I press Q using a coroutine, but I get the errors "The name 'lerpDuration' does not exist in current context" and "The name...
View ArticleI need help with being able to have more than one enemy in the game.
I followed Brakeys RPG Tutorial and I tried adding two enemies in the game after finishing the series but when I attack the second enemy, the player attacks the other enemies health and when the other...
View Articleerror CS0246: The type or namespace name 'EditModeInputHandler' could not be...
hi I am following a turoial to make start menu scene and having this error- error CS0246: The type or namespace name 'EditModeInputHandler' could not be found (are you missing a using directive or an...
View ArticleBrace error
After the new visual studio update i keep on getting a curly brace error. I just started coding so any help is apreciated. My code: using UnityEngine; using UnityEngine.SceneManagement; { bool...
View ArticleScreen position out of view frustum (screen pos 574.000000, 266.000000)...
code: using UnityEngine; using System.Collections; public class movement : MonoBehaviour { //Variables public float speed = 6.0F; public float jumpSpeed = 8.0F; public float gravity = 20.0F; private...
View ArticleAssets/Standard Assets/Utility/ForcedReset.cs(3,19): error CS0234: The type...
using System; using UnityEngine; using UnityEngine.SceneManagement; using UnityStandardAssets.CrossPlatformInput; [RequireComponent(typeof (GUITexture))] public class ForcedReset : MonoBehaviour {...
View Article