Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by oliverdjc · Sep 17, 2012 at 12:35 AM · aiattackzombie

Zombie attack script help

Hello. I have everything ready for my A.I it has pathfinding that works animations follows me everything but attack.

could someone make/point me in the right direction of a script?

I want it so when the zombie is close he attacks/play animation attack and then take damage off me

Any tutorials or advise would really be appreciated

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Fattie · Sep 17, 2012 at 08:09 AM 0
Share

are you familiar with collider and trigger ?

is so just add a trigger around your hero (perhaps a sphere) of whatever size you want (say 3m).

when the trigger fires, run the animation, etc.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by justinl · Sep 17, 2012 at 08:41 AM

I would draw a raycast line between the zombie and the player. If the zombie has clear sight of the player AND the line is less than say... 2 units, then have the AI do a melee attack (google unity melee tutorial to find out the specifics of implementing this, one method to get the distance between 2 objects is found here: http://forum.unity3d.com/threads/37918-Distance-between-two-objects). This melee attack should check to see what type of object it has hit. If it has hit the player object, you can use SendMessageUpwards() to send a message to the player object to say "apply damage" and also how much damage to apply.

Here is a video tutorial of building a raycast gun. It's not specifically what you want, but it tells you the details of how to give damage to another object. You may need to watch part 011, 012, and 013. I've forgotten where the damage specific stuff is.

http://www.youtube.com/watch?v=Z_wArzVwuJw

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

12 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Multiple Cars not working 1 Answer

ZOMBIE AI SCRIPT 1 Answer

Ai Zombie Melee Attack script. 5 Answers

Controlling AI Movement 0 Answers

Script Attack zombie 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges