Hi everyone I'm new to unity as I couldn't get anywhere with UDK
basically I want to make my own RPG turn based battle system pretty much like fallout 2 and wastelands 2 (which is being made with unity now)
and a character click and move/interact controller on a hex grid (no idea how to make a hex grid for character reference either) also like fallout 2 and wastelands 2 but I cant seem to find any tutorials for beginners to make this It all seems to be keyboard controls which I hate.
Is there any tutorials out there that I may of missed? or is anyone able to help me with a step by step tutorial?
I'm more of a character/game level artist myself and no good with scripting at the moment. If someone could help me on this I would be so grateful, Thank you.
Replies
http://unity3d.com/learn
I don't think there'll be tutorials for this, but if you look up A* grid pathfinding, you should be able to change that to work for hexagons.
I advise you do a lot of playing around with the scripting system before you attempt it, though. It's pretty tricky.
For heavily script related stuff like this, you're best asking on the Unity forums;
http://forum.unity3d.com/forum.php
Playmaker might be a good thing as well if you dont want to get to deep into programming(although you will be limited by what you can do).