Unity lags in play mode but works well after building the game ? over 100 fps ?
the issue is the values arent the same in low and high frame rate and i have a problem with unity where i get 40 / 60 fps on play mode but if i build the game i get like 150 /200 ? and the movement...
View ArticleWhat caused my material to go white?
Hi guys. This transparent ice material became really bright and I have no idea why. I copied the material itself from my backup, checked the light settings and there are NO differences so I'm clueless....
View ArticleInconsistent Value
Hello Team, This is my first question ever, and well... I really appreciate the fact that everyone is taking the time to read this post. A big thank you to everyone!. I am working with a On Controller...
View ArticleIm having this weid issue with the Scene View after Updating to 2020.3.21f1
Hi, I am using Unity on my Computer, which i use for work. I am programing on unity there when i have free time. After Updating to Unity version 2020.3.21f1 (which was recommended to me by Unity...
View ArticleJump not working in my Player Movement Script
So This was all working perfectly the last time I checked, and I don't have a clue what I changed, and I don't think it was anything directly linked to the script. Also I'm brand new to programming, so...
View ArticleGameObject not being detected, even though its there............
**Assets\Scripts\MenuManager.cs(9,12): error CS0246: The type or namespace name 'OptionsMenu' could not be found (are you missing a using directive or an assembly reference?)** I am receiving the above...
View ArticleMovement shows black borders in objects
I've been looking for help but either I can't describe my problem properly or it's a problem that only happens to my project. When moving objects, they leave a black border trail for a second or two....
View ArticleQuestion about Event system
I want to create an event system for the door so that it only opens if the Pinpad is correct. How can I implement it with my triggerdoorcontroller script. Below is my code(I already delegate my pin pad...
View ArticleHaving issues switching between cameras,Flickering while trying to switch...
Hallo, so I've been trying to switch between cameras using this script: public class CamSwitcher : MonoBehaviour { //cameras public Camera cameradronefeed; public Camera camerabase; //input bools...
View ArticleCollaborate has emptied my asset folder and I can't find my assets anywhere.
So I was trying to get an older version of my game back, because I had reset my scene and everything was gone. Not wanting to plug everything back in, I heard that collaberate could get old versions of...
View ArticleWebsite required to publish on unity asset store,Website required for...
I wish to publish and release assets on the unity asset store but it requires a website to do so, I do not wish to buy a domain or do it that way, is there any websites that I can create a page on,...
View ArticleI can't open my Unity Project
I have installed the Unity 2020.3.24f1 version. Every time I open a project I get an error message saying that compilation errors have occurred and that I should go into safe mode to fix the errors....
View ArticleDepth Buffer artifacts
Hello all, i am trying to change the depth buffer so that parallax works better with intersecting objects. Putting the depth further away than it should be everything looks like it should. If i put the...
View Articleparts of my editor UI are going black
After I upgraded to use high definition render pipeline, my inspector and package manager windows have turned black and are completely unusable and I experienced several crashes, although after...
View ArticleHow do I make it were the AI can have more then one target?
I want to make it were the Ai has multiple targets instead of just one target. Here is the script I am using for the ai: using System.Collections; using System.Collections.Generic; using UnityEngine;...
View ArticleAnimation cannot be found despite bieng marked as legacy
i have this issue where it gives me an error stating that the animation could not be found transform.GetChild(0).transform.GetChild(0).transform.GetComponent().Play("Idle"); ive looked around and...
View ArticleCharacter Controller Crouching Jitter Issue
hello guys, i've run a bit into a problem, basically when my character goes to crouching, everything goes smoothly, but when I un-crouch, I get this jittery motion going back up, which is kinda...
View Articlehave anyone had this problem when entering to...
![alt text][1] ![alt text][2] [1]: /storage/temp/191317-unt-problem.png [2]: /storage/temp/191318-unity-is-unloaded.png
View ArticleEvent System / Input System UI Input Module
Hey guys, hope you're all okay. I have an issue. In my game, there are some dialogues, and sometimes, you have some choices, so I use buttons. With my mouse, everything is perfect, I can click on the...
View ArticleWhy doesn't my explosive barrel code work?
This code worked twice and then never functioned again. Why? It still plays the particle system and destroys the object, but doesn't damage or apply any force to objects with the Target script, a...
View Article