Help my Dragon fly please.
help I've been making my controller fly with a rigid body so I decided to switch to a character controller. What I've came up with is a rigidbody that flies by jumping repeatedly that was with the...
View Articlehelp 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 Article