Black squares on a lightmap
After baking light with this curtains the wall and the window starts to look disgusting. Whith out curtains it looks absolutely fine. What can this be?
View ArticleUnity dissapearing after installing
When i go to install unity using Unity Hub 2.4.2 it disssapears, it will show unity downloading, then after its 'installed' it will have 'No Unity version.' so i try to download it again, and the same...
View ArticleAudio play volume is too low in iphone devices after call microphone...
Am using this code IEnumerator LoadAudio() { www = new WWW("local device location for audio"); yield return www; if (www.error != null) { Debug.Log(www.error); } else { source.clip =...
View Articlemain character collision issue
I have 2 capsules as players. One of them can collide with anything, even the other player, but the other player can collide with anything. Both has the capsule collider and no one has a rigidbody.
View ArticleAudio is garbled on Android 10 on speaker but not using bluetooth headset
On a OnePlus device with Android 10, audio sounds completely garbled when it is playing through the phone speaker. However, once connected through a bluetooth headset, the audio plays fine. It does not...
View ArticleI am trying to attach my camera to the player (1st person)
I can move the character around but the camera doesnt follow, i have parented the camera to the player but it still wont work.
View ArticleUnity is not opening projects
Recently, after a virus attack on my PC, I formatted it and reinstalled Unity and Unity Hub. Now the problem that I got was that when I create a new project, the editor starts correctly but when I open...
View ArticleCant find issue tracker's resource
https://issuetracker.unity3d.com/issues/animatoroverridecontroller-dot-applyoverrides-causes-significant-spikes-in-cpu-usage-when-overriding-a-lot-of-animations...
View ArticleProblems with Single sprite mode and multiple sprite mode
The problem is that the sprite dispair when i put it in multiple mode. Just dispair, but if i put it in single apears again. I tryed to put in multiple a unique sprites without slices but disapair when...
View ArticlePlayer's jump is random and inconsistent...
The title is very self-explanatory. The issue is that, whenever I jump, the player's jump height is very strange and random. I am basically making a platformer for a game jam and this issue is not very...
View ArticleGetting Obsolete Error after Downloading Standard Assets Package
Hi, I am new to both Unity and Unity Answers. I am having trouble getting the Standard Assets package to work properly in Unity Version 2020.2. What I was trying to do was create a first person...
View ArticleMassive fps drop when laptop plugged in
I'm making a pretty simple 2D game and my laptop can do 100-200 fps when on battery (on the left side of the profiler timeline), but when I plug it in (on the right side of the timeline), the fps drops...
View ArticleMassive fps drop when laptop plugged in
I'm making a pretty simple 2D game and my laptop can do 100-200 fps when on battery (on the left side of the profiler timeline), but when I plug it in (on the right side of the timeline), the fps drops...
View ArticlePlease help, im going to programming school soon
Please help! I'm having issues with Unity 2018.4.30 Personal. When im decompressing and importing package, it takes for like about 30 min. or longer. Can someomne please help me? Newer versions are...
View ArticleIEnumerator and GetKeyDown issue
I am trying to make an object that rotates around a circle speed up in a "dash" around this circle (2D) When the player presses left shift (I have an Input.GetKeyDown that checks for this in the update...
View ArticleStop unity adding a prefix on import.
Hello, I'm not sure if this is a unity error but I can't find anything that helps with what I need. Basically, when I import an FBX file with animations it renames each of the animations to...
View ArticleOnTriggerStay2D Broken
HEY! I have a problem in my game. so i wanted to make a lever in the game that would activate something or trigger and animation. and it worked BUT, I Used the onTriggerStay2D Function to know if i am...
View ArticleHow can I fix this text box issue?,My Package Manager and other window text...
My package manager and other windows text boxes are white and I cannot type in them. Everything was fine until 3 days ago, and I have been stuck here since. [1]: /storage/temp/175680-capture.png , My...
View Articlewhen "OnEnable" is called the property this.isActiveAndEnabled is not updated
Hi, It appears in some circumstances very rarely but sometimes unfortunately .. when "OnEnable" is called the property this.isActiveAndEnabled is not updated correctly if we check isActiveAndEnabled...
View ArticleCreator Kit: Beginner Code - Terrain of Game is not Rendering Properly
Hi, My name is ANOVA-Hypothesis and I'm having issues with the way the Creator Kit: Beginner Code Asset Game is loading in my Unity 2020.2 version. In particular, I'm having issues with how the...
View Article