cant play 3rd person animation
i make a charackter with , bone,ringing,animation and i wont that charackter to be my own charakter BUT i get de wrong the animation wont work with carakter in unity i USE this script and don't get any...
View Articletank wheel spinning
i everybody i am working of tank game and stuck on a place i downloaded car tutorial and used its wheel alignment script in my tank to make the wheels rotate but my wheels are not rotating on their own...
View Articleblender animation dosn't work in moving
hello,first i wn to tell you my languege is very sick :) i ceate a charakter in blender , imake the animation to, i export that to FBX FILE AND IMPORT TO UNITY i chek the animation in unity by...
View ArticleGlobal var not communicating with script
Hello again, I have a problem with one of my variables this time. I have a script (1st) that has a bol called "clicked" which another script (2nd) is suppose to receive. The problem is... it wont. I...
View ArticleCannot remove a prefab using OnCollisionEnter function.
Hi, I have a set of spawners generating prefabs randomly and an object below that is supposed to remove the prefab when it collides with it. This is the script Iam using: function OnCollisionEnter (...
View ArticleCombining Triggers
I have three objects, two are Triggers, and one is a regular Collider with a script. Is there a way to avoid needing 2 more scripts just for OnTriggerStay? In other words is there a way to call...
View Articlecollided??
//why isn't collided_with working? var health : int = 100; var speed : int = 5; var laser_pref : Transform; var firerate : float = 0.4; var nextshot : float = 0.0; function Start () { } function Update...
View Article*Off topic* last resort,can't post on forums.
I tried to post on the forums, and when I do, it lets me write everything, but when I post it and go to my profile to make sure it was posted, but it says no posts were recently posted. I know this...
View ArticleAndroid publishing problem
Hi I've just created an android game and it's ready to go on sale, but when I try to upload it a message comes up on google saying, you uploaded a file signed in debug mode, please upload a different...
View ArticleConvert Javascript to C#
I would be really grateful if someone could convert this script. I am new to scripting and have been busting my head to figure this out. Thank you very much! function OnTriggerEnter (cubeTrigger :...
View ArticleChanging a value from the SmoothFollow script OnCollisionEnter
I have a little racing game and in the first part i am driving in a tunnel so the value height from the SmoothFollow Script is equals 1. With the OnCollisionEnter function i want that if i reach this...
View ArticleClick to Move rotation + collider issue
Working on a Click to Move script that moves the player object towards the mouse position while the mouse button is held down. My issue right now is that whenever the object collides with something,...
View ArticleCharacter motor Script referece problem
Iam using the script below to change speed of my character while running and walking.The script needs my fps character to be assigned to script in order to access its character motor values like...
View ArticleUnity Demo Tutorials Order
I'm learning Unity and I browsed to http://unity3d.com/gallery/demos/demo-projects. Wich tutorial can I do first, in order of the easy to harder?
View ArticleHow does one write an AI Script for a 3rd person shooter?
This is the first time I have ever tried to write an AI Script and I find my knowledge severely lacking, what is the essential logic behind writing an AI for a 3rd person shooter?
View ArticleMove object without teliporting it
I have an RTS game and a unit called Tank. How would I go about moving the tank to a location at a speed without just instantly teleporting it there, also if a new location is selected the tank would...
View ArticleHow to manipulate Cloth with script?
I've been trying to do it with [This][1] using UnityEngine; using System.Collections; [System.Serializable] public class Dirt : MonoBehaviour { public InteractiveCloth InterCloth ; public void...
View ArticleHow to keep gameobjects from instantiating on each other
I have a script that instantiate's tetris like pieces on a plane. There are multiple types of pieces I have stored in an array. I have an empty game object that I use as the source for where I...
View ArticleHow to store a variable after quit? (iOS)
Well basically, I want a variable that would allow me to save things. Now when you quit the game, the game essentially resets. Is there some simple way, so that if I wanted the player to have something...
View ArticleLevel Fade Help!
Hello world! I've been trying to figure this out but no luck as of yet :( So basically, I want the level to load and fade-in as the character walks into the box collider. This is what I've managed to...
View Article