How i can solve this error?
This error takes place in 2D projects only and no error in 3D Projects why? i tried reimport and modification but no solution. Retry didn't solve the error. continue the project will lead to...
View ArticleNeed help with dashing code
I have followed this tutorial https://www.youtube.com/watch?v=lckH-nJi2j8&t=193s and it's saying ![alt text][1] Here's my code: using System.Collections; using System.Collections.Generic; using...
View ArticleI have wrote this code following a tutorial by coding in flow for 2d games in...
Errors: Assets\Scripts\player_movement.cs(37,18): error CS0111: Type 'player_movement' already defines a member called 'UpdateAnimationState' with the same parameter types...
View Articlewhy this error
hello im trying to do a multiplyer game and need to spawn player but i dont no why this erroe shows up every time NullReferenceException: Object reference not set to an instance of an object
View ArticleYou are trying to replace or create a Prefab from instance 'GameObject' that...
when i tried uploading an avatar that i downloaded from VRCMods.com , Unity gave me this error message : You are trying to replace or create a Prefab from instance 'GameObject' that references a...
View ArticleGetting Shader Graph Definition Errors after installing URP
Hi All, After switching from the build-in pipeline to the Universal Render Pipeline, I am receiving a bunch of compiler errors that all say:...
View ArticleWhen spawning bullet prefab with Instantiate, the bullet works, but still...
I am using Instantiate to spawn a bullet prefab like this: using System.Collections; using System.Collections.Generic; using UnityEngine; public class Bullets : MonoBehaviour { public Transform...
View Articleocurr an error when creating a new project.
I'm having trouble creating an error when creating a new project. An error message is displayed immediately after starting a newly created project. I continue with "Ignore" and the project can start,...
View ArticleWhat is error
Library\PackageCache\com.unity.2d.animation@7.0.6\Editor\SkinningModule\Triangulation\TriangulationUtility.cs(14,6): error CS0246: The type or namespace name 'BurstCompile' could not be found (are you...
View Articlethe type or namespace name 'icsharpcode' could not be found
I simply opened URP Sample. And get that errors. I used only Core, to open simple project, I wasted like 30 minutes to update Version Control, VS Code Editor, VS Editor. but It worked. Use URP? Of...
View Articleerror in C# Code but not sure why
I'm getting the errors: 1- Assets\scripts\Player\DialogueObject.cs(39,17): error CS0103: The name 'curDialogue' does not exist in the current context for (39,17), (56,13), (59,26) 2-...
View Articlecannot convert from unityengine.gameobject to system.string custom event...
Hello. I am here to ask about something that is really confusing me. I have a system that was working before, but suddenly when I opened it up today, it just gave me an error that I have never seen...
View ArticleHow to enable Full Stack Traces
I've been coding for a bit and there's this error that seems to have nothing to do with anything that I am doing, so I researched it and found out i need to enable Full Stack Traces, problem is, I...
View ArticleError 1022,How to fix error Cs1022
I am working on a project and I am trying insert a script into the "player" panel. But when I try it says to fix an error in a script first. Can anyone help me? here is the code: using...
View Articlei got nullreference
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; public class reudenListen : MonoBehaviour { public List pad; public List> neighbours; public List nodes;...
View Articlecould anyone help me with fixing error CS1003: syntax and CS1002: expected ?
using System.Collections; using UnityEngine; public class Shoot : MonoBehaviour{ public GameObject bullet; public float delayTime = 8: private float counter = 0; // Start is called before the first...
View ArticlePackage Manager error in Unity2D?
Hello, i tried creating a new unity 2021 2D URP project, but when its opening it comes up with this error: ENOENT: no such file or directory, mkdir '/Users/moroc/Documents/Games/My...
View Articleerror cs1022
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SpaceshipMovement : MonoBehaviour { public float speed = 10.4f; // Update is called once per frame void...
View ArticleHow do I fix error CS1513,Assets\Scripts\AreaEnterance.cs(22,6): error...
![alt text][1] [1]: /storage/temp/199534-screenshot-3.png
View ArticleChild changing variable type
I want to make weapon get its data from scriptable object, but when i want to make the child of this object use a child of that scriptable object it all breaks.> Child of Weapon public class...
View Article