- Home /
Question is off-topic or not relevant
How do i make zombies?
Hello World I need some help with scripting a zombie i want it to be like the 3rd person but walks like a zombie and follow you and can attack you and you can die but im kinda new and have like no idea how to do it so can somebody help me with all the stuffs? Thanks!
Answer by golden pouria · Jan 21, 2013 at 06:46 PM
This is a very vast question to answer. But I can give you some guidance as you go forward:
First I need to give you a Bird's eye view of what is going on with your zombi game: A zombi is an object in a game that contains several parts: a. body and other parts (you need to make sure whether you want to have your game designed in 3D or 2D) which needs to be designed and attached to your zombi object. b. intelligence (also known as AI = Artificial Intelligence in game industry) which is basically the brain of your zombie
Knowing the knowledge in the above paragraph, you can start by creating your object first and come up with a simple code and design for it. I strongly suggest to forget the zombie for now and start developing your game by creating simpler objects than zombie. For example a cube instead of you (the player) and a cylinder instead of zombie. Once you have these 2 objects in your scene, you can add basic codes of these 2 moving to these objects. Here is some basic codes related to moving.
Once you are more professional in moving the zombie (or making it follow you), you can design your 3D models and replace it with the cube and cylinder objects in your game. Then of course you can make the other objects in your game such as the game level, etc.
In order to develop 3D models, there are a list of software that you can use: http://forum.unity3d.com/threads/107077-What-is-the-best-free-3D-Modeling-software-to-use-with-Unity
I hope my thoughts at least gave you some clue to start...
Have fun!
Thank you i will try that out and i founded a nice zombie modul that i can use
Answer by Blink · Jan 21, 2013 at 06:19 PM
This is a really big question your asking. The best way to achieve what you want is to learn from tutorials that are already out there, you just need to search for them.
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Object Disappears on Start 0 Answers
How can I get this script to work? 1 Answer
I have some code for the zombie AI but.... 2 Answers
ZOMBIE AI SCRIPT 1 Answer