x


Help making a fighting game

I want to make a side view fighting game in unity, but I have never made one before. Can someone point me to a tutorial for making 3D fighting games?.

more ▼

asked Mar 23 '11 at 03:08 PM

In a silent way gravatar image

In a silent way
11 1 1 2

(comments are locked)
10|3000 characters needed characters left

3 answers: sort newest

Was told interacting at low level with the animations is a pain(actually, impossible)... there are two ways to do this, one of them is not exposed by Unity3d and would require a custom animation class overriding and interacting directly with the animation framework, this is what I was told is impossible as it is not exposed. (They could always be wrong though)

Unless you mean a 2d fighter, in which case it's cake, just animate the 2d tiles directly, and either use pregenerated animations and switch them, or use a skeleton of sorts (there are 2d skeletons sold in the asset store.

Axis aligned bounding boxes for collisions are easier.

more ▼

answered Nov 03 '12 at 10:02 PM

parsed gravatar image

parsed
1

(comments are locked)
10|3000 characters needed characters left

There isn't one for Unity. You need to find someone who is making one and ask them for advice.There's one game called Kinetic Damage made in Unity.

But to start you need to set up animations for the fighting, along with colliders to note the damage, and scripts to affect the health and states.

more ▼

answered Mar 23 '11 at 03:21 PM

Persona gravatar image

Persona
246 74 85 96

(comments are locked)
10|3000 characters needed characters left

Tutorials generally focus on tighter subjects. "Making a 3D fighting game" is both overly simplistic in its ambiguity and very complicated in its execution. You should start with simple projects, digging up tutorials for basic concepts and build your knowledge progressively.

more ▼

answered Mar 23 '11 at 03:13 PM

flaviusxvii gravatar image

flaviusxvii
3k 13 19 43

^ Basically, this. But to tack more onto this answer, I will say that making a fighting game is quite easy (note I said making a fighting game, not making a GOOD fighting game :P). Scenes can be 100% atmosphere without any worry about needing to be interactive, unless you want destructible environments. What you should be looking for though is tutorials on simple things like movement, jumping, and collision events (for dealing damage). I recommend starting with a simple one-player scene where you can walk, punch, and block, and worry about AI later.

Mar 23 '11 at 06:10 PM Jason B
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x52
x7

asked: Mar 23 '11 at 03:08 PM

Seen: 3863 times

Last Updated: Nov 03 '12 at 10:02 PM