Make a character walk around randomly
I have want to make a game object move around randomly, like a person. I do ***not*** need information on how to animate the character (run, walk, jump) but i just want it to walk around the map...
View ArticleAnimation problem (noob)
Hey guys ;) I wanna do simple animations (walk, run, jump). I think that the script part is correct, but once I saved the script, I have an error: Assets/Standard Assets/Scripts/Camera...
View Articleidle > walk > run animation
Hey i'm making a 2d platformer. I have managed to get my 2d sprite to idle and walk. Now i'm trying to add a run fuction. So, when you press Shift you go faster. This works, how ever the run animation...
View ArticleRealistic head moving on walk
"Amnesia: Machine for pigs"s mechanics inspired me. I made a simple picture, explanation of my idea. I used this code http://wiki.unity3d.com/index.php?title=Headbobber and tryed to think of an idea to...
View ArticleProblem With Walking Sounds
When i use this code footsteps gets bugy when you press W and D at the same time walking sounds not playing sometimes. #pragma strict var Walk : AudioClip; function Update() { if (Input.GetKeyUp...
View ArticleHow can I make a walk animation?
I'm trying to make a walk animation where my main camera bobs up and down when "w" is pressed. When I use the Ctrl+6 Animation window, I can't save the animation. When I RMB -> Create ->...
View Articletry to make my own character control with animation like- running, walk,...
Hello, I'm a beginner in unity, i try to make my own character control with animation like- running, walk, idle. So need help and guideline how to do or start
View ArticleHow do I make a model with with its walk animation?
I'm a little confused about getting a rigged model to move with its walk animation. First I created a walk cycle in Blender that just walks in place. Import everything into Unity just fine and set it...
View Article"Half Slabs"
Hi! I'm working on a game that is made out of blocks and I want my players to be able to walk up automatically if they encounter something that is a bit smaller then the blocks they encounter normally....
View ArticleMake the player not able to walk in/on water
Hi, so basically I just need help coming up with a way to make it so that the player cannot walk in water of strange shapes, such as seen in this picture: ![alt text][1] [1]:...
View Articlehow to make this model and animation works
curently i have a character model with some animation in max and bip file..i have tried to find several tutorial how to put and make them work in game...but no success..im new on this thing..and its so...
View ArticleAnimations aren't playing in reverse.
Hi. So I'm trying to get an animation to play in reverse, and I thought the normal way you'd do this is just to set the speed to a negative value. IE -1. I tried this with two animations. They both...
View ArticleNEWBIE - how to make move like a mario brothers
Hello, I'm new. Can someone help me write a script that my character can pass through the edges of the screen? I write only script for teleport but i don;t need teleports. using UnityEngine; using...
View ArticleSolid line renderer
Hello, Is there any way to make a line renderer "solid" I.e. so the first person character controller can walk on it and not just through it? Thanks Nathan
View ArticleWalking using 2 buttons alternately
Hi, how do I make the character walking using 2 button, like 'A' and 'S' alternately, instead using just single button to move forward? You know, kinda like when we walk, right and left? Is that...
View ArticleNeed advice on 2D Physics walk (local Force?)
Hi All, i need some advice on implementing better a better walk system using 2D physics. I have implemented a solution in the same way as demonstrated in the tower bridge defence demo but i have found...
View ArticleHow to make different walk sounds
Hello there! I have a script where you can walk and run, and it will play a sound. But, I need a script where different surfaces or objects when walking upon them, different sounds begin. I dont want...
View Articleanimation walk loops with a stop at the end
Hi there, Xcuse my english... My character walk loop animation is strange, at the end of each loop it is tacking a stop before going ahead again... sort of stand by... it is not a problem of having the...
View ArticlenormalisedTime troubles
Hi there, i m french so excuse my english I have a character walking, but the animation is not continuous, so looping at it does it is also sliding, i want him to move only on the leg pushing frames of...
View ArticleRiding a motorbike
Scripting is another world to me, and I'm fairly new to Unity. I've made a motorbike, and with the help of someone else from the forums I now have a script that allows me to mount my bike model. I...
View Article