Need help with Plastic SCM. Error in merge tool
So i my friend clicked "Checkin changes" and everything worked. However when i try to take the incoming change a conflict appears. I click resolve conflict and it gives me an error: Error in merge tool...
View Articlehelp please
I am new to c sharp and am following a tutorial but I am getting 4 errors that I cant understand from what is see the code looks the same but mine isn't working. ![alt text][1] [1]:...
View ArticleWhats Wrong with this Code,I don't know what's wrong with the code
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FollowPlayerX : MonoBehaviour { private float speed = 25.0f; private float rotaionSpeed = 60.0f; public float...
View ArticleUnity.exe won't open (error code) after Windows Reset
Hello, I had to reset Windows after some problems and now Unity Won't open (Error code : 0xc000007b) I searched all the Internet and found nothing... I did all the updates, installed DirexctX, Java,...
View ArticleError libc Access denied finding property "ro.vendor.df.effect.conflict"
Hi everyone, I am making a 2D app for Android, and I get the following error that I can't resolve: **Error libc Access denied finding property "ro.vendor.df.effect.conflict"** The full log is as...
View ArticleHow do i take care of, error CS1585: Member modifier 'private' must precede...
I'm new to code and this error keeps popping up. I'm trying to get the player to be able to pick up an item using E, but this error keeps happening. How do I solve it? [link text][1] [1]:...
View ArticleI have made this script to move my character,I have make this script to make...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Playermovement : MonoBehaviour { private Rigidbody2D rb; private float velocity = 1f;...
View ArticleWhy is this throwing an "IndexOutOfRangeException: Index was outside the...
I am getting a error on the line "playingAnimation = animInfo[0].clip.name;" but everything seems to be working fine. Any idea on how to stop the error from showing, or if I am doing something wrong....
View ArticleNamespace error CS0246
hello i need help, i created a touch screen for the mobile phone in unity 3d. Now I've encountered the problem that I keep getting this error message: "Assets\Scripts\TouchPlayer.cs(7,12): error...
View ArticleInvalidOperationException: Cannot access child value on...
Hello, I am making a game using AirConsole plugin, but when i try to move the player with the AirConsole joystick this error happens: InvalidOperationException: Cannot access child value on...
View ArticleHELPP, unity 2021 doesn't work for me
Every time I open Unity 2021.x it gives me a ton of errors I fixed most of them but there's one error that seems there's no fix for I've looked through multiple threads videos and other stuff and...
View ArticleWebGL build throws error 96 after loading second scene
I am not sure how to ask this question properly. I built a game in WebGL, added to itch.io, and was working, although under developed. Worked on it for awhile, then tried again, and get an error 96...
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 ArticleLoads of errors when creating a Unity 2021 project.
I created a new Unity project on version 2021.3.5f1 and I was greeted with over 1000 errors and warnings. I'm unsure how to fix this since its never happened before and I've tried new projects,...
View ArticleNeed help with a error code CS0236
I'm new to programming and unity and it keeps replaying this error code CS0236, for reference this is my code: using System.Collections; using System.Collections.Generic; using UnityEngine; using...
View ArticleUnity's material color property getter throws an error.
Title. Any idea whether this is a bug and I should just try-catch it or what the hell is going on? From player logs: NullReferenceException at (wrapper managed-to-native)...
View ArticleTrying to solve this error An object reference is required for the non-static...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; public class ShopManagerScript : MonoBehaviour { public int[,]...
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 ArticleHow to fix criticat error during launching UnityHub
Hi, guys. I have ubuntu 22.04 Lts and I tryig to launch Unity Hub, but every time i grt critical error. Used - $ sudo sh -c 'echo "deb https://hub.unity3d.com/linux/repos/deb stable main" >...
View ArticleI was installing Universal Render Pipeline and got an error to do with Raw...
The error is this: Library\PackageCache\com.unity.shadergraph@12.1.2\Editor\Generation\Targets\BuiltIn\Editor\ShaderGUI\MaterialAssemblyReference\RawRenderQueue.cs(12,24): error CS1061: 'Material' does...
View Article