are there any c# tutorials on how to make a tactics based game, similar to heroes of might and magic? been looking all over the net but i haven’t found any. even a tutorial on how to build a grid would be nice.
I’d recommend:
http://forum.unity3d.com/threads/138355-Tile-Based-Map-amp-Nav
To get you started with making a map.
For grid-based game logic you can use my Grid Framework. Hop over to the thread if you have questions:
http://forum.unity3d.com/threads/144886-Grid-Framework-scripting-and-editor-plugins
You get the full source code, documentation, scripting reference and several examples. Also, check out the tutorial videos where I build those examples from scratch in 10 - 20 minutes using Grid Framework. They are listed in the first post of the thread.