NavIslands Pathfinding — Fast Navigation (with Flying AI & Patrol)
Isch. GameDev
$7.50
$15.00
50%OFF
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
11/07(2024) |
15.0 |
11/07(2024) |
7.5 |
11/08(2024) |
7.5 |
Jump AssetStore
A navigation system that lets your AI characters navigate the environment and avoid obstacles! A* algorithm works on multiple threads, so it ensures fast performance.If your game is dynamic, features lots of NPCs, moving platforms and flying enemies, then this asset is for you! Package includes tools to generate the navigation meshes on the scene and different types of AIs. Main FeaturesThe A* pathfinding algorithm will work across multiple connected navigation meshes, and will operate on multiple threads, with the help of Unity Jobs. The package works on any mesh: new navigation grids can be generated on objects with steep slopes, with holes inside them or complex terrains. Additional FeaturesThe asset also includes some useful built-in tools for AIs, that you can use to add simple behaviors without writing a single line of code! These include:Flying AI Mode. The agent will fly above the ground and avoid obstacles in the air, while using the A* pathfinding on the horizontal axis,AI Patrol. The agents will traverse the patrol points, and then, on reaching the end point, either go back and forth, loop or just stop. You can also add wait times on each patrol point for specific agent types, so that they pause for n seconds before going to the next point,AI Agent Type. Create agents of type (for example, "Zombie") with shared settings. AIs can transition between different agent types,AI Obstacle Area. An area in the navigation grid that has specific path cost modifiers for each agent type. The AI will either try to avoid the area, or, on the contrary will try to go to it,AI Wander Area. A restricted area on the navigation grid inside which the AI agents wander between different random points.You can learn more about the asset here:DocumentationVideo Tutorial (Get Started)TrailerCompatibilityThe package works in Unity of version 2022 and higher. Additional PackagesUnity Mathematics, Unity Burst and Unity Collections must be installed in order for multi-threaded code to work.