- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 295字
- 2021-06-24 15:23:31
Creating a Nav Link Proxy
To connect two regions with a link, we need to go to the Mode panel in the All Classes tab and select Nav Link Proxy, as shown in the following screenshot:


Once the link has been placed in the level, you will see an "arrow/link", and you will be able to modify the start and end points of the link. They are called Left and Right, and the easiest way to set their location is by dragging (and placing) them in the Viewport. As a result, you will be able to connect two different parts of the Nav Mesh. As we can see in the following screenshot, if the Nav Mesh is visible (enabled with the P key), you will see an arrow connecting the Right and Left nodes. This arrow is pointing in both directions. This will result in the link being bidirectional:


This is actually how the Nav Mesh is connected, due to the Projection Settings of the Link. We will explore this setting in the next section.
If you want to make the link go only in one direction, we can change this setting in the Details Panel. However, to explore these settings, we first need to understand that there are two different types of Links: Simple and Smart.
- 計算機網絡
- C++程序設計教程
- FuelPHP Application Development Blueprints
- Learning C# by Developing Games with Unity 2020
- Learning Cython Programming
- 你不知道的JavaScript(中卷)
- Kinect for Windows SDK Programming Guide
- Building an RPG with Unity 2018
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- 微信小程序項目開發(fā)實戰(zhàn)
- Android系統(tǒng)原理及開發(fā)要點詳解
- AIRIOT物聯(lián)網平臺開發(fā)框架應用與實戰(zhàn)
- HTML5+CSS3 Web前端開發(fā)技術(第2版)
- Android應用開發(fā)深入學習實錄
- Penetration Testing with the Bash shell