- Home /
Any ideas to do a character selection
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?
Answer by CarlLawl · May 27, 2011 at 01:55 AM
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 :)
Answer by macdude2 · May 27, 2011 at 03:35 AM
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.
http://unity3d.com/support/resources/example-projects/charactercustomization
he wanted a character selection screen not customization :)
Answer by Unamine · May 27, 2011 at 10:36 AM
Only one link: http://www.burgzergarcade.com/hack-slash-rpg-unity3d-game-engine-tutorial Teaches all about RPGs, including the selection of heroes: D
Your answer
Follow this Question
Related Questions
Selected object into next scene? 3 Answers
sliding character selection menu 0 Answers
Realtime object loading to scene 1 Answer
character selection screen help java 1 Answer