- Home /
Roguelike Elements...
I am working on a roguelike FPS with different abilities. I also needed these three functions, and was not sure how to structure my script:
A kill counter
Weapons switch with the [1 - 0] keys
A minimap
If there are tutorials, can someone refer one to me? This is not a request for labor, however I would greatly appreciate having the work done for me.
Thanks in advance!
These are basic program$$anonymous$$g tasks. Unity still demands you have that level of capability (or learn it). However, all of those things probably exist in the Asset Store in one form or another. You'd still have to be able to cobble them together... which means code.
I know that... I asked for assistance, such as referrals or tips and advice. Would you be able to do that?
Here is a list of tutorials to get you going :
Start at the bottom and work up : http://www.unity3dstudent.com/category/modules/
this is the YouTube link for the above as one playlist : http://www.youtube.com/watch?v=-oXYHNSmTxg&list=PL27B696FB515608D2&feature=plcp
the Unity Wiki : http://wiki.unity3d.com/index.php/Tutorials
A list of resources : http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html
Answer by Julien-Lynge · Feb 24, 2013 at 08:39 PM
I would suggest visiting the following training websites to find the one that best helps you move forward. In addition to the sites below, you can always search YouTube, which has a large number of user-created Unity tutorials. As @nsxdavid mentioned, in addition to training on Unity, you might benefit from some general C# (or even programming) tutorials.
3DBuzz (hover over the Unity dropdown) - http://www.3dbuzz.com/vbforum/sv_home.php
Lynda - https://www.lynda.com/
BurgZergArcade - http://www.burgzergarcade.com/
Unity3DStudent - http://www.unity3dstudent.com/
UnityGems - http://unitygems.com/
CGCookie - http://cgcookie.com/unity/
I am a big fan of the BurgZergArcade series, and I happen to be one who followed the whole hack'n'slash tutorial from front to end. I have purchased the scripts too so I can learn from them. I have all that, but I was ai$$anonymous$$g for something more simple. But yeah, since you can use all BZA scripts for commercial use, I have a really good resource. But yeah, thanks again!