- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 150字
- 2021-06-24 15:23:30
Nav Link Proxy
By default, if there is a ledge, the AI will not fall through it, even if it would be the shortest path they could take to get to their destination. In fact, the Nav Mesh on top of the ledge is not (directly) connected with the Nav Mesh at the bottom. However, the Unreal Navigation System provides a way to connect two arbitrary triangles in the Nav Mesh through what is called a Nav Link Proxy.
Although the regions are connected, and the pathfinder will find the correct road, the AI cannot go against the rules of the game, both in terms of physics or game mechanics. This means that if the AI is unable to jump or traverse a magic wall, the character will get stuck since the pathfinder returned a path, but the character cannot execute it.
Let's explore this tool in more detail.
推薦閱讀
- Java程序設計與開發
- 無代碼編程:用云表搭建企業數字化管理平臺
- Vue.js快速入門與深入實戰
- PyTorch自然語言處理入門與實戰
- 實戰Java程序設計
- Mastering Kotlin
- 用Flutter極速構建原生應用
- HDInsight Essentials(Second Edition)
- QGIS By Example
- Java EE 8 Application Development
- Salesforce Reporting and Dashboards
- Azure Serverless Computing Cookbook
- 零基礎學C語言第2版
- Getting Started with Nano Server
- Xcode 6 Essentials