Input Button Fire 1 is not setup
I'm getting strange error. When I have cursor configured like this: Cursor.visible = false; Cursor.lockState = CursorLockMode.Locked; and hit Escape while runnig game in editor play mode, I'm getting...
View ArticleScene switching not working?
using UnityEngine; using UnityEngine.SceneManagement; public class SceneSwitch : MonoBehaviour { public void SceneSwitcher () { if (Input.GetKeyDown(KeyCode.V)) { Debug.Log("Scene2 loading: ");...
View Articlenot login to unity forum
when i am try to login in unity so this error occour what should be a problem so plz help me to solve the problem [1]: /storage/temp/104201-capture.png
View ArticleBox Collider issue
I have a OnCollisionEnter method in my script. When collision happen my gameobject start diving. But if in the inspector have only one box collider the gameobject not doing anything. If i have two box...
View ArticleIssue with flipping an enemy when it reaches an edge
I'm using a linecast to detect whenever an enemy reaches an edge and then change its direction. When the enemy reaches an edge, it stops as it is supposed to, but it doesn't flip. Here is the relevant...
View ArticleTerrain lighting flickering glitch
So when I start up my game the terrain decides to flicker whenever the player moves, this also happens with the planes too. The screenshot below is a still frame of how it looks when flickering ![alt...
View ArticleCamera goes through ground from too far away
Hello, I've recently come back to Unity and for the third time I get this issue and I've once again forgotten how to fix it, I remember it being some simply button or click but I can't figure it out....
View Article2017.3 Editor frame drop and movement reaction speed [ISSUE]
İ get a frame drops on editor (lights and effects off) and sometimes unity reacts my commands too slow. when I press alt+tab and reopen unity. * another problem is, I push the wasd (movement) keys and...
View ArticleAssertion failed: Transform has SetIsDispatchInterested present... 2017.3.0f3
Never had any issues in the development of my application till version 2017.3.0f3> Assertion failed: Transform has SetIsDispatchInterested present when destroying the hierarchy. Systems must...
View ArticleRaycast not hitting collider
Hello, I am trying to add spotting similar to battlefield 3 and 4. All the players have a box collider around them that is on the layer "tagging." I have the player send out a raycast whenever they...
View ArticleUnity server disconnects after a few minutes
Hello. My friends and I are trying to play the game we made, however after being in a server with each other for anywhere from 5 - 20 minutes it will usually crash and everyone but the host will be...
View ArticleRigidbody uncontrollable bouncing on uneven terrain
Hi there, I am currently working on a character controller that uses the rigidbody component. My current issue is that in some places where my terrain is a bit bumpy, the character starts bouncing like...
View ArticleTransperency not working correctly on imported objects.
On my material the rendering mode is transparent and alpha color is white (255) but it's still looks transparent https://prnt.sc/hx9fsj . So when I apply Albedo color with opacity map it looks like...
View ArticleProblem with reading text in Unity IDE.
The problem occurs on NVIDIA GeForce 750 ti with monitor LG Flatron W2343s on Windows 10. All drivers and software is updated. At first start of Unity IDE after creating project the text is very...
View ArticleHow to reduce editor refresh time?
Hi, I'm facing odd issue in project I'm working with. When I refresh project after making some changes in scripts, Unity compiles it for 15 seconds then freezes for 5 minutes (with circle in the right...
View ArticleCouldn't build Android App
Hi Folks, I'm trying to build a little test App for Android. But currently I can't build Android apps cause of this error. *"CommandInvokationFailure: Unable to list target platforms. Please make sure...
View ArticleAndroid notification issue
Hello, my name is Joan Hueso and I'm developing a 360 video app for Android. I'm trying to use this package...
View ArticleHave to switch to Scene mode for particles to start issue
Hi, I have a script that enables my particle emission on a high score. However, the particles don't start unless I go onto scene view first: [Video Of Issue][1] My script is here: if (isHighScore) {...
View ArticleInstall issue
I'm stuck on installing vc++ 2010 redistributable package, been about 30 mins, nothign is happening. Is this normal? If not, how can I solve this issue?,My install is stuck on installing vc++ 2010...
View ArticleHow do I make the Terrain Textures display properly?
When using the Terrain Paint Texture Feature, some of my textures work but some are not displaying, ![alt text][1] but when i turn the "Base Mad Dist." down they show but without the normal. ![alt...
View Article