simple pendulum motion working not properly?
Hi All, http://answers.unity3d.com/questions/415996/motion-script-for-simple-pendulum.html to this link i developed link please take a look....
View ArticleCan I load an assetbundle on linux platform ?
I loaded some assetbundles on android platform. But how about linux platform ? Can i load an assetbundle on linux platform ? I saw that added linux platform after unity version 4.0. right ? Then What...
View ArticleCall iTween Path function later in the game
I have build a car that follows a certain path I have made using iTween. all is working perfectly but the car start moving when I start the game. What I want to do is the car must move later in the...
View ArticleTrying to make an inventory
Hello everyone. I'm having a bit of a problem, and I can't seem to fix it myself. Trying to make an inventory script for my game I get the following error on line 58: *Operator "==" cannot be used with...
View Article2D Game Quality issue on iPhone
Am applying the texture's on plane with Particle Alpha Blended. My issue is am not getting the quality on the iphone what exactly am getting on emulator and the original image has. Quality is very...
View ArticleHow can i save my Unity project?
i have the free version and for some reason it doesn't allow me to save my projects? help please?
View ArticleDoes Scripting Jump exist?
well I'm asking as if there's possibility to make this kind of jump or Must I wrap the random code in to function and call function like that? jump start // random code if (true){ // change variables...
View ArticleLimiting rotation of object, specifically using scroll wheel
My most recent brain fart has cost me an evening's worth of game development! It is driving me crazy at this point! Simply put, my character (player) is holding a box and I am trying to make it so that...
View Articleshow/hide object
Hi everyone I have an object and i need to show/hide another object by clicking on my first object. Can anybody help me with the javascript please?
View ArticleUnity Auto-update problem???
How come my unity wont update automatically please help!!! even if I try to reinstall it??? thanks, EJ
View ArticleSending RPC to add playerName
I'm trying to make it so, whenever a Player Connects to the server, it transfer it's selected name, over to the RPC, which then will update the Player Game Object for everyone. But this seems to give...
View Articlelinear space bug on painting details to terrain?
Is it me or is there a bug with the terrain painting tool in linear space? All painted details are too bright, if I add a detail manually it looks fine. Anyone else got the same problem? edit: I've the...
View ArticleTurrets; Error CS0161 C#
Hiya all, making my own turret system as we speak however i'm getting a rather annoying error, i know part of my code is contradicting something. "Assets/Standard Assets/New...
View ArticleMirror option missing - Mecanim newbie question
Hi everyone I'm making a game that takes advantage of the new mecanim system which seems fantastic. I noticed in the beginning that there is a "mirror" option in the animation tap for the different...
View ArticleHead rotation on character dependent on mouse position
I'm working on a 2D game in which your a small girl fighting ghosts. I'm using the keyboard to move the character and this has been implemented. But I would like to use the mouse to effect which way my...
View ArticleShadow Volumes Toolkit flickers screen in mobile device
I am using `Shadow Volumes Toolkit` plugin, bought from asset store in my game. As soon as I've included the `Shadow Renderer` prefab, and installs on Android device, the screen starts...
View Articlehow to get car speed ???
Hello I have car with move controller and i want to get the speed of it... i use this method : carSpeed = (2*Mathf.PI*(FrontLeftWheel.radius*100)*FrontLeftWheel.rpm/100)*60/1000; also i use this :...
View Articlehuge istantiating gives me problems (collider does not exist any longer)
ok I've propably got millions if not miliards of istantiated objects (cubes) no I cannot shrink it any less to get less objects after cirtain time for every istantiated hallway (3*4 floor + 2*4 wall)...
View ArticleDoes Resolution of images used in game affect performance on Low End Devices?
I'm using HD png images in my game. Game works fine on Hi-End android devices. But when I try to run game on Low-End devices either game crashes or black texture is appearing on mobile. Please guide me...
View ArticleRaycast sometimes do not work
Hello everyone! Recently I found that Raycast function sometimes do not work in my game, exactlly it return false. I use the ray from function ScreenPointToRay, and use Raycast to find the point on the...
View Article