help me theirs no GRAVITY!
I would like to know how to apply gravity to my character controller without using simple move.
View Articlesimple health system
I need help with my simple health system. It has many errors in that need to be cleaned up. This is my first health script and I need to know how I can get it to work like I want it to. var health =...
View ArticleJust need some ai info.
I would like an AI with two different axis. One on the X axis. One on the Y axis. I would like the AI to look at the player separately on both axis. Also I only want it to work within a certain radius....
View Articleai script help. please help this script.
Basically I want this script to be simple, when you get within a certain radius the AI looks at you. Right now I'm getting plenty of errors from unity. I will address them in the end. THE SCRIPT: var...
View Articleai help: fire shots
I need help fixing the errors in my script please note if you see anything that will go astray from the description of the script. this script will be attached to a child of the AI. a cube collider is...
View ArticleHealth system final
Okay I've decided I'm restarting on my health system. I want it to work the same but built where it will actually work for my game. I need more advice on how to build it. The last health system...
View ArticleVisual scripting
hello I would like to know about visual scripting. I have no experiences with it at all. Can someone give me an overview of how it works and a good tutorial on the topic. I can't remember the name of...
View Articlemultiple aninimations for one action
I've been working on a script that will play two animations for swinging a sword from left to right. I can't seem to get it working if tried two different ways to do this: this one has a basic idea of...
View Articlebow and arrow (load and fire)
I've been working on a bow for a fps shooter type deal. It works off the idea of getting mouse button down to pull the string back, and releasing the arrow with mouse button up (sorry it's really...
View Articlesmooth mouse look script
Okay I'm making an FPS shooter type game. awhile ago I found these two mouse look scripts earlier I need help fixing (and this is the first time I've really tried to script in C# opposed to java).One...
View ArticleAi rotation on one axis
I am trying to make a script with an AI that looks at you from two axis the parent object will look on an X axis while the child object will look on a Y axis but my other scripts just make the object...
View Articlesuper messed up speed
I have been working on this new script for my new controller for my fps Game. Right now I believe it will technically how I want it but its now working very fast, too fast! The problem begins with the...
View Articleanimations back and forth Again
I have done this a while back but now its for camera transitions. I built this script based on the last one an have not change much of any thin except for a few things I didn't need and added some...
View Articlehow to yield in C#
Okay I would like to do is make a swinging sword swinging script and limit how fast you can do this. I know how to use yield in java but I'me having trouble translating to c#. I've tried to use bool...
View Articlesprint timer
okay my game is an rpgfps game. so I need help cleaning up my script for my controller. I plan to do this one question at a time so I won't be too vague. Firstly I'v now translated my script to c# and...
View ArticleMy inventory scripts
I started following this tutorial on youtube and I got to a point where their is just one error from stopping me. Then I researched it a lot of people had this problem but so I found a completed...
View Articleco-op game?
Hey I was wondering is there any way to make a co-op game on unity free version. I'm talking about directing a friend to my ip address and playing together like on mine craft or halo ce. Ive been told...
View ArticleCommunicating scripts from C# to javaScript
Okay how do I call upon a function in a C# to a JavaScript? and the whole purpose of this script it to get the wolf to attack you when you can't see it. This script is attached to my player...
View ArticleMy character won't move in C#.
I've translated my controller to C# but I've ran into a little snag that may be little or be gargantuan mass chaos. I must know is the problem the vector3 variable at the top. I believe it was the root...
View Articlesimple raycast telling distance from ground
I have never really used a raycast for anything. I usually just work around it because every time I've used it I would get errors of some sort. But basically I would like a ray cast that just tells my...
View ArticleCollision for a block maze script C#
I'm building a game for a project for school. I had the idea for a maze game with a couple twist and turns. The Idea for the script is to press one of the WASD keys down and you would move one space...
View ArticleConvert read-only animations to read&write?
I've been working on this project for school, and I've trying to get this walk cycle animation to work that I built in Blender. I keep trying to play it from a script and it says it cannot find the...
View ArticleChecking collision direction.
I'm writing this new controller that uses a rigid body as the main character. What I would like to implement into it, is a way to tell if a character is touching a wall and what side of the character...
View Article3d platforming Camera
I've been working on this camera rig were the camera rotates and follows around the player. I've already got the rotation taken care of in another script. What I've been looking how to do is trying to...
View ArticleDamage sending with grenades.
Okay I've been trying to create a script that applies damage to rigid bodies through an explosion radius but the message I'm trying to send to another script doesn't seem to be sending. I'm not getting...
View ArticleRestricting horizontal slash attack
I've been working on making this slash attack for my character. The whole point to this script is to put the damage range in sync with the slashing animation. The slash is completely horizontal and is...
View ArticleMy toon shader seems to make a black hole.
![alt text][1] [1]: /storage/temp/48729-untitled.png This is whats happening int to the model I'v attached this toon shader to. It seems to be creating this black hole of some sort and i can't figure...
View ArticleStop player following cameras cameras direction
Okay I'm not going to go to much into it but this is what I need my script to do. The way I have my controller set up is that the camera looks to the side of the player a little bit. I use this for...
View ArticleMy GUI stopped working?
Okay I bought this asset online so I would like not to show the whole script. The problem is this asset stopped working when I updated from unity 5.0 to 5.1.2. The script is for a controller GUI...
View ArticleKeeping an object constrained to a 2d radius based off of the camera
A few weeks back I posted a question about keeping an object on the screen. What I would like to do now is clamping an object around a 2d radius based on the camera. I'm need this for a reticule for...
View Article