Shadow error on map
Hello Im having some issues with shadow being displayed on the terrain, the shadows are glitching out and was wondering how do you fix it ? ![alt text][1] I have uploaded a photo to show my problem....
View ArticleStrange rotation problem? need to remove then re-Add Component
hello, I'm creating a side scroller - when the character gets to the end of a level, the camera changes to a top down view of the Boss Area - all of this works great, except in order for my character...
View ArticleFiles on mobile devices
I'm developing a game and I need files to save some data, so i use Application.persistentDataPath and on some devices it creates the files normally, while on others it simply doesn't (for example on my...
View ArticleGUI script still shows GUI on different camera
private var enter : boolean; var mySkin : GUISkin; function OnGUI() { GUI.skin = mySkin; if(enter) { GUI.Label(new Rect(Screen.width/2 - 75, Screen.height - 100, 200, 200), "TEXT"); } } function...
View ArticleLight Flare transparency trouble
So I am made this light flare, And it should look like this against a black background, ![alt text][1] ![alt text][2] [1]: /storage/temp/26665-help1.png [2]: /storage/temp/26666-help2.png But looks...
View ArticleHow to make a proper double jump - rigidbody
I'm trying to make my double jump work consistently every time you jump.. The problem I'm having is that because of gravity, velocity.y is greater as soon as you jump than it is right before you land,...
View ArticleHuge performance hit when spawning prefab with AI
Hey guys, I'm working on a simple top-down shooting game, and I just started having some trouble when I began working on spawning zombies into the world. Basically I have an array of spawn points, and...
View ArticleHow to edit legacy animation
Hello, week ago I have changed animation to legacy (1 in debug mode) and now i can't edit it. It just doesn't appear on the list in animation window even if I change it back to normal (2 in debug mode)...
View Articlemathf.clamp doesn't clamps
mathf.clamp doesn't clamps my value between 0 & 1 i.e it goes beyond 1 upto 1.2 start = Mathf.Clamp (start,0,1); if(Input.touchCount > 0 ) start += Time.deltaTime*3; if (Input.touchCount == 0 )...
View ArticleModel shows objects inside it
Hello their, I have a problem with a crappy model I made which is a rocket launcher, when I put the rockets in where the bullet hole hole would be, my model renders the object in front of it. I don't...
View ArticleAsset Store - Issues
Hello World ! I have two problem with the asset store : - When I open the asset store in a new project, I have a blank grey screen ! ![alt text][1] If i open a advanced project, it work. But i don't...
View ArticleEditor performance issue in 4.5
Hi, Since I updated to 4.5, in some of my project's scenes (precisely those which are containing many objects), Unity's editor is running operations such as unselecting an object or multi oject...
View ArticlePerlin Noise Issue
I discovered perlin noise yesterday, and i'm trying to apply it in my game. I followed this tutorial : https://www.youtube.com/watch?v=kPQJTml1eJs But when i play start in my project (even in a new...
View ArticleAnimation : Mesh Renderer - Issue
I have an issue on Unity 4.5.0f6 I've made some Low Poly smoke coming out of chimney. The smoke come from C4D. I need to make disapear the smoke after a time (without teleporting it in an other...
View ArticleIssue in run automatically unity plugin after installation with IE10/IE11
Hello, after downloading unity plugin (webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayerFull.exe) with IE10/IE11, and instal it, i suppose to have the the display in a popup, but i'm forced...
View ArticleHelp with Low Framerate
Hi! So i'm making an horror game, and in some places in the map, I get an horrible framerate. I don't know why, but studiying the issue a little, I found out that it happened when the ''Draw calls''...
View ArticleJumping stops after certain collisions
Hello! I am a new unity user and I was following a tutorial on Unity but the jump script was not working well. I have a sphere character. I've tried many solutions but none have worked. Basically, when...
View ArticleHorizontal Slider issue
Hi My slider thump does not slide. Value is changing but thump not play. (Debug.Log("slider = " + sliderBar)) What is the problem? How to fix this? sliderBar = GUI.HorizontalSlider(new Rect (x, y,...
View ArticleUnity c# Raycast axis stuck on one axis
I DID use transform.forward instead of a Vector3.forward, and whilst it is rotating fine on the x axis, whenever I aim up and down it won't rotate on that axis, it just sort of "slides" up and down...
View ArticleGame Lighting issue
hey guys i have a major issue with my game. when i export the game the lighting doesnt work, well it seems to work on mine, but on other computers it doesnt show, for exsample i have light globes or...
View Article