Multidisplay error on canvas in Unity 5.5.0b11
I'm in a project right now in which I'm having a trouble with Canvas multidisplay in Unity 5.5.0b11. While testing in a single display it works perfectly but when using multidisplay it doesn't answer...
View ArticleCollision Issue
I'm trying to collision the Enemy's bullet with my player, but nothing happens (I'm using the same thing to player's bullet colide with meteor and it's okay). The Tag is right (and i applied the...
View ArticleMouse Cursor Problem
I'm currently attempting to write a script that, when a certain UI element is activated, it will allow the player to press the 'E' key to switch cameras to a camera named cam2. So far I am successful,...
View ArticleBlack Screen on Startup (Solutions about package files not working!!!)
I just formatted my pc (windows 7 64 bit). after format i installed unity but when I run the exe startup screen appears black. i looked for solutions about appdata folder (package files) but it still...
View ArticleStartup is just black! (log file attached)
I installed unity and when i run it the startup screen appears just black. I tried solutions about package files but not worked. PLS HELP ME. here is my log file. Built from '5.5/release' branch;...
View ArticleDisabling useGravity issue
Hi! I'm having some trouble with Rigidbody. In my game, I need to carry a cube with me, so I disable the useGravity variable in my cube's rigidbody anytime I pick it. It works fine if I just pick it...
View ArticleFailed to Load Unity 5.5. Windows 10
I've been running Unity since 4.1, not had any issues. However I've recently been encountering issues of it simply not running, or rather getting to the initial load screen then hanging there. I've...
View ArticleUnity + android 4.0.3 black screen issue
Hi all! I'm from Russia, so forgive me my English is bad. I had a problem. At the moment am developing a 2D game on Unity. The game is already ready and it is in playmarket (in alpha testing). When...
View ArticleWhile my cube is moving my RollerBall doesn't collide with the cube and...
How can i solve my collision problem. i would like my RollerBall not to fall although the cube is moving. Here is my rotating script (C#) using UnityEngine; using System.Collections; public class...
View ArticleScaling a Gameobject down alot makes the material black
Hi Unity forum! I have really big game-object with mesh (2 km), and if i downsize it by 0.00001, almost every piece turns black. So, I test by creating a primitive cube from Unity editor, and downsized...
View ArticleIssue with basic enemy AI script.
Code: using UnityEngine; using System.Collections; public class enemyAI : MonoBehaviour { private Rigidbody2D myRigidbody; private bool moveRight; private Vector2 moveLocation; [SerializeField] private...
View ArticleProblem with Unity 5.5.0f3 . Need help
Hi , i'm just downloadand installed Unity 5.5 . But when i press play button , screen doing this. I need to fix it . Does anybody have any recommendation to fix it ? Please look at fullscreen to see...
View ArticleStandar Shader Transparent with no alpha remain transparent?
Hi there, i have a big problem with standard shader transparent 's alpha as you can see from the attached screenshot i have a material with alpha set to 1 but i see transparency in the mesh? why this...
View ArticleEnemy follow script problem
Hey guys, this might be a really simple question but I just can't seem to figure it out, I have a follow script attached to my "Enemies" and it works, they rotate towards the player and follow him till...
View ArticleMethod called infinitely from PointerClick
Making a short puzzle game using google vr sdk, eventsystem, and event triggers. The user is shown the pattern of the puzzle and needs to select the objects in that pattern by clicking on them....
View ArticleScriptable Object bug ?
Hi guys, here is my script : using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using UnityEngine; [CreateAssetMenu (menuName = ("ItemAsset"))]...
View ArticleVive VR FPS Issue
Hey there! i've got an issue with my Vive in Unity. It occured a few days ago and i've got no idea how to fix it. While in Play Mode, Unity drops the framerate every now and then from about 50-60fps to...
View ArticleReflection Artifacts on Standard Shader
**UPDATE** I've been doing some experimentation to see if I could narrow it down some, and so far I've learned this has to do with HDR somehow. I placed a reflection probe in the scene and baked it...
View Articlemy wasd keys are moving the wrong way
my keys are moving in a different directions d and a is up and down w and s are left and right Can someone help me with the issues?
View ArticleAds service not working on android build
I have just finished developing a game and started working on unity's ads service integration (through the service window inside unity itself). It seemed pretty straight forward, and I have been able...
View Article