How can I fix high draw calls? (Many low poly meshes)
I believe I am getting a very high draw call count because I have several low poly objects in my seen like fences and other small objects. Is there a way to combine all of these into one draw call or a...
View ArticleTerrain can not be painted
Hey guys! In my current project the terrain I created can not be painted. The first loaded texture automatically is assigned as general base texture (as usual) and any other texture I load can not be...
View ArticleSkybox on/off Issues
Hi, I've been having problems with my skybox image. I'm working on a 2D game, so I really just have one image in the background. The issue is that while I move around, the skybox image will turn off....
View ArticlePlayer and door collision issue
I have a script from [youtube][1] that would simply open and close the door using the 'F' key. // Smothly open a door var smooth = 2.0; var DoorOpenAngle = 90.0; private var open : boolean; private var...
View ArticleMesh Normal
So, i am working on a script what reads terrain data values and makes them into a mesh, i can do it fine with voxels, but when it comes to just pretty much printing the heightmap into a mesh, it has...
View ArticleRaycasting, For Tire Effect, Glitching at HighSpeeds!
Hello, So here is my problem and I am pretty sure this is an easy fix, I have a RayCasted Graphical Tire Representation that when at **high speeds** the tire returns to Zero Suspension (Center of Wheel...
View ArticleTextMesh multiplayer/network issue
Hello everyone. I've made my multiplayer game and I have a text mesh(3d gui text) at the top of each player. My problem is that when my friends connect to my game, in each client all the players has...
View ArticleStrange Water Graphics Problem
I need help with a graphical issue I'm having. Whenever I turn on hard shadows on my direction light I'm using as the sun or put a light near water, it turns off all reflection and refraction in the...
View ArticleBody fell of through terrain
Hi! I have rigged body attached to my FPS camera, so player can see his character body, but it seems, that only camera is colliding with terrain. I was trying to add rigidbody component to my body,...
View ArticleI need help with this script, where are the errors?
I cant seem to find the errors in my script could someone point them out so I can fix them? Code : #pragma strict var damageDelay = 3.0; var Spikes : boolean; var Jab : AudioClip; function Start () { }...
View ArticleThird person controls: Character speed and animation dont match
Hi guys, i could really use some help. Im currently trying to develop an adventure third person game and im a character artist, i dont know anything about scripting. I thought i could produce a trailer...
View ArticleAllocation Already Register
Hi guys, i encountered this issue (in the object) in one of my build (PC version). It pop-up in the development console with no other information only when i switch from the game to other application...
View ArticleUnity connection issue mac; cannot join servers
For starters, I'm not developing any Unity projects, I'm on the consuming end for now, which doesn't make this any easier. The issue is, several Unity-based games seem to refuse to connect to any set...
View ArticleBones only rotate in one axis in animation.
Hi there, I've exported a custom animation from Blender to Unity, everything seems to work for the most part but Im having some issues with the animation not matching 100% what I see in Blender. The...
View ArticleFacebook sdk FB.Feed Don't execute the Callback.
Hi. Why the callback in FB.Feed is not being called? is it normal? Im using last facebook sdk version. Thank you. public class Feed : MonoBehaviour { #region FB.Init() example private bool isInit =...
View Article[C#]CalcHeight issues
![alt text][1] [1]: /storage/temp/17022-mc49u.png As you can see, the first message over there is clipped on the chatbox of the server. It can't be that the data was lost while being transmitted,...
View ArticleHaving an issue with unity material colors
I'm new to unity and started experimenting with things, but the default color blends together, and I cant seem to figure out how to change the colors. I know ablout the default diffuse thing, but the...
View ArticleGame Lag in iPhone 4
Hi friends, i developing a game in Unity of version 4.1 for ios,but iam facing one problem when i install the build in iPhone 4, then game lags,it not smooth and when it install in iPhone 4s or iPhone...
View Articlegame simulation using dynamic hinges generation issue...!
Hi All, http://www.2dplay.com/pendulum/pendulum-play.htm Please go through the above link. I am asked to develop the same simulation in unity 3d. I've don the simulation as given below.. 1) Made a...
View Articlejungle swing type game ...?
Hi All, I am doing a simulation i.e of type jungle swing. I used hinge joints for the rope creation and top part is there to hold the rope. Below I attached both web player and code. I am about to do a...
View Article