Collision Issue! PLEASE GUYS HELP ME!
I want to create a game like BubbleShooter and when i shoot a bubble (as u can see in the image) the Console shows a message with the colliders the bubble hit. But i dont get why there are so many...
View ArticleSetting rotation of another player
Hello. I am making a multiplayer game and am trying to synchronize rotation of child gameobjects of each player but am having a couple issues. For example, if player one looks up, his head tilts back...
View ArticleButtons not working properly on some Android devices
Hello, I have a very unpleasant problem and I couldn't find any solution so far. Some of my buttons don't seem to work properly on some android devices. Everything is working fine on my Galaxy S7, but...
View ArticleConverting mouse position to worldpoint in 3d
I had this script for moving player in my 2d game: void Update () { if (Input.GetMouseButton(1)) { mousePos = Input.mousePosition; mousePos = Camera.main.ScreenToWorldPoint(Input.mousePosition); force...
View ArticleUnity transform.forward issue
When I rotate a character to say 0 deg, or 180 deg, it's "forward" shows clearly X = 0, Z = 1/-1. However if I rotate the character to 90/-90 or 270/-270, it's forward shows X = 1/-1, but the Z always...
View Articlewhy does unit deletes itself after closing it?
so everytime i download unity3d editor it opens and when i need to stop i close unity and when i want to open it again it isnt there. and i remember to save.
View ArticlePolicy for personal edition license?
The annual gross revenues of my company exceed US 100,000. However, it does not come from Unity software at all. It is first time to work using Unity software. In this case, can we get the 'Personal...
View ArticleErrors in Building the APK File
Hello, I am receiving these errors upon building the APK file. Does anyone know how to solve these issues? I do not understand what it is trying to tell me. Thanks! ![alt text][1] [1]:...
View ArticlePlanes to Sphere Issue
Hello, I'm currently trying to build a sphere with perlin noise texture. I tried to make a cube from 6 planes like this: http://answers.unity3d.com/questions/1101723/plane-to-sphere-issue.html (I used...
View ArticleUnity not playing Legacy animation
I have a lot of objects in my scene where their materials are being animated. They go from their original Albedo colour and 0 emission, to a bright yellow colour with a birght yellow colour for the...
View ArticleHelp! Sounds won't play when changing scene
Hi! So, my team and I have been working on a game for a few weeks now, and we're working on implementing basic UI sound effects, such as a click sound when pressing a button. However, all of these...
View ArticleInput 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 Article