Burst Spawn Enemies at a Location | AI Series Part 18
Published: 15 Jun 2021
In this tutorial I show you how to burst spawn enemies based on a player entering a zone or area in a level. I take a look at 3 potential options for how this can work.
When a player enters an area:
1. Enemies randomly spawn across the level.
2. Enemies spawn within the same area the player just entered.
3. Enemies spawn within an arbitrary other area.
All of these 3 options work to achieve a different effect in a game, all 3 are valuable "game feel" altering options that change it in a slightly different way. Feel free to use 1, 2, or all 3 in your game to spawn enemies based on a player entering a zone.
Some example use cases for this are:
Player enters a new area and is surprise attacked by enemies in the immediate area.
Player trips a trap that spawns enemies off screen and the player gets ambushed shortly after triggering the trap.
Player enters a new zone and you want to populate that new zone with enemies.
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-18/
๐ท๏ธ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.