Hi
I have a game with 2 heroes (characters), and game can be played with 2 players, I have thought about doing a selection character menu, but I don’t know how to do it.
Any idea?
Hi
I have a game with 2 heroes (characters), and game can be played with 2 players, I have thought about doing a selection character menu, but I don’t know how to do it.
Any idea?
Well I’d suggest making an actual menu with GUI, then maybe have 2 GUI buttons if one is clicked instantiate the first character if the other is pressed instantiate the other?
http://unity3d.com/support/documentation/ScriptReference/GUI.html
http://unity3d.com/support/documentation/ScriptReference/Object.Instantiate.html
I hope this helps
I guess character customization would be way over the top, but the link below is a tutorial on how to do it. In addition to above, if you wanted to animate the characters and have them rotate around on an axis you could do that with itween or with transform.rotatearound(). Then you could use gui buttons to activate the turning.
Only one link: BurgzergArcade.com is for sale | HugeDomains
Teaches all about RPGs, including the selection of heroes: D