Itween path constraint with multiple vehicles at once
Hi there, Today I tested the example iTween path-constraint character and I have been testing around and found it very useful for my project (rail vehicles). However, I would like to know how you would...
View ArticleHow to get ANDROID_ID for Flurry Rewards?
Hi, I am integrating Flurry rewards, and can not find a way to get Android_ID. More specifically I need: Secure.getString(getContext().getContentResolver(), Secure.ANDROID_ID); Does anyone knows how to...
View ArticleTiles in retro RPG. Many small, a few big or some medium sized "chunks"?
I'm making an old school style RPG (Like [this][1]) and I was just wondering how I should make the terrain texture. The example above has a different object for every tile in the game. I would think...
View ArticleMoving the world or the Player??
I am planning to make an endless runner game like temple run. need to know techniques for dynamic world creation. should i move the world back or move the player forward,because of the fact that unity...
View Articleonly detect numerical keyboard input
hello i would like to only detect key input if it a number is pressed, I am using the following code. Regex rgx = new Regex("[^0-9]"); if (e.isKey) Debug.Log("Detected character: " + e.character); I...
View ArticleForcing an resolution for all android and iphone screens
Its really annoying, almost impossible to work with especially with android as there are wide, like WIDE, variety of phones with different screen ratio/resolution/size. I searched for this and I saw...
View ArticleI want to play a MovieTexture inside a GUITexture but I can't hear the sound....
If I apply the MovieTexture to a Plane I can hear the sound meanwhile in a GUITexture I can only see the movie. Why is it different?
View ArticleFile Missed
Heey guys, I just made something terrible, I saved a new project (it was a test prject) upon my important and official project, Someone knows what can I do to recover my project? it's so much...
View ArticleRotating Camera (I need help)
Hey guys, First of all sorry if my english sucks, i am from germany. I have almost no scripting skills, so making a camera script is pretty hard (almost impossible) for me. That is what i am thinking...
View ArticleHow to create texture in shader
Hello! I have searched a lot and I have found no answer. If I make a shader, and make a texture2d variable in it, it is supposed that I then drag-n-drop some png/psd/whatever file there. But how can I...
View Articlehow to make comparisons for the card game war?
hey guys im writing the card game war and i have a block of code that is getting on my last nerve. I have the code to the point i think it is correct but for some reason at random i will lose 4 cards...
View ArticleAny help getting my trigger to fire?
I'm attempting to make a platformer. I've got some basic movement down, but I'd rather not have the "yes the player can jump" variable switched over when the player's head bumps into an overhead object...
View ArticleWhy does the character controller script default to a loop?
I started a new scene (several times), imported the third person character controller package. Using the asset provided in the package, it still says that animations are not found and the construction...
View ArticleFull Screen on 2 monitors possible?
I would like to run two instances of a game on one pc and have the display come out full screen on 2 different monitors. Is this possible? I have found the command line switch -adapter N which lets you...
View ArticleHow to multiple uncheck child component in transform mask of an Animation clip?
Hi there, I imported a fbx file with more than hundred of child components. The imported model has 1 animation clip for all child components animations. I want to split that animation clip into...
View ArticleCamera script won't focus on targeted enemy
I cant get my targeting script to tell my camera script to go from the player to the enemy targeted. I also wanted to make it so when it focuses on the enemy it keeps my player in view at all times....
View ArticleUnity player plugin causing my system to hang
When opening a game that uses Unity Player (Offensive Combat), the unity player plugin eats around 95% of my CPU. I use an iMac, is there any known issues with Unity player and Macs causing this? I...
View Articlelayering woe ?
I layered my gun in unity,but when I aim down sights it doesn't shoot at the correct area because it looks like it is shooting somewhere that it isn't shooting at.Thank You.
View ArticleRotating Cubes all messed up -- up/down/all around
Hello, This iOS script is supposed to make a cube rotate on it's X / Y axis when the user swipes on the screens X / Y axis. However I'm running into two problems. 1. -x and -y do not end up being seen...
View ArticleMecanim additive animation sends characters flying?
Through testing we have found that if any of our animated characters has a downwards or upwards velocity and we then play an additive animation on the character, he will go flying away. Initially this...
View Article