How to Make a Ranged Attacking Enemy | AI Series Part 7
Published: 23 Mar 2021
Learn how to make NavMeshAgents attack any other objects when it comes nearby.....from a distance! This is achieved with the same pattern we did in Part 6, so if you haven't checked that out, go back to AI Series Part 6 first (https://youtu.be/Aee01YxQIsw )! We use a Collider and OnTriggerEnter to gather attackable objects, then we use Physics.Spherecast to determine if that enemy has line of sight to that target. Once the enemy does have line of sight, we spawn bullets from an ObjectPool that travel towards the player using Rigidbody physics.
I also cover how Physics.Spherecast works for those who are unfamiliar.
As usual with the AI Series, we're using the NavMesh Components: https://docs.unity3d.com/Manual/NavMesh-BuildingComponents.html not the built-in navigation system.
๐จโ๐ป As always, all code from this video is available on GitHub: https://github.com/llamacademy/ai-series-part-7
If you want to follow along with the tutorial, check out the part 6 repo: https://github.com/llamacademy/ai-series-part-6.
๐ท๏ธSave 25% on the ultimate C# IDE: JetBrains Rider with code LLAMACADEMY: https://www.jetbrains.com/store/?section=personal&billing=yearly
๐งก Believe in LlamAcademy's mission and have received value from the videos? Here's how you can show your support:
๐ Patreon: https://www.patreon.com/llamacademy
๐ YouTube Member: https://www.youtube.com/channel/UCnWm6pMD38R1E2vCAByGb6w/join or click the Join button on any video
๐ Take my Unity ShaderGraph Course:
https://www.gamedev.tv/p/unity-shader-graph?affcode=45216_kuvg0bp7
๐ Get yourself some LlamAcademy merch: https://llamacademy.myspreadshop.com/
๐ธ Use my Affiliate Link for Humble Bundles https://humblebundleinc.sjv.io/9g4ak4
๐ธ Publisher Sale! 50% OFF an entire publisher's Assets! Publisher changes weekly! https://assetstore.unity.com/publisher-sale?aid=1101l9QvC (affiliate)
๐ธ Save up to 50% on NEW Assets: https://assetstore.unity.com/?new_sale=true&orderBy=1&aid=1101l9QvC (affiliate)
Some links may be affiliate links, which at no additional cost to you, gives me a small portion of the purchase.