PDG与游戏研发 | 第6节PDG for Indie Gamedev | Section 6

PDG与游戏研发 | 第6节PDG for Indie Gamedev | Section 6

In this new section we are going build up a basic path system to allow us to create paths for our level. We will begin by building the artist tool, then getting the paths imported into our TOP network, and finally get the path to interact and modify the terrain. We will also look at how to only update areas where elements have changed to speed up our TOP network and reduce the amount of work items we have to re-cook.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
在这个新的部分中,我们将构建一个基本的路径系统,以便我们为我们的关卡创建路径。我们将首先构建艺术家工具,然后将路径导入TOP网络,最后获得交互和修改地形的路径。我们还将研究如何仅更新元素已更改的区域以加速我们的TOP网络并减少我们必须重新烹饪的工作量。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

One of the features to the PDG Asset Link in Unity is the ability to filter out the nodes we want to interact with in our TOP Netowrk. By default all nodes, in your TOP network are exposed which can get messy fast. We really want the ability to filter out the ones that are important to us and also choose which nodes load their resulting geometry into the Unity scene. The HEngineData attribute will do this for us.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
Unity中PDG Asset Link的一个功能是能够过滤掉我们想要在TOP Netowrk中与之交互的节点。默认情况下,TOP网络中的所有节点都会暴露出来,这些节点可能会很快变得混乱。我们真的希望能够筛选出对我们很重要的节点,并选择将哪些节点加载到Unity场景中。 HEngineData属性将为我们执行此操作。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

To get our paths started we need to provide a way for artists to provide where the path should be. So we need to create a small HDA that will give the level designers this ability. In this lecture we will build the Path HDA that we will use to lay out paths in our Unity level.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
为了开始我们的路径,我们需要为艺术家提供一种方式来提供路径。所以我们需要创建一个小型HDA,为关卡设计师提供这种能力。在本讲座中,我们将构建Path HDA,我们将使用它来在Unity级别中布置路径。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

With the Path tool created let’s take a bit to test it out in Unity. I always do this before moving forward because I need to make sure there are any errors or rendering issues for the artists. I also like to test the usability as a tool that is hard to use isn’t going to be used by artists.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
创建路径工具后,我们需要花点时间在Unity中测试它。我总是在前进之前这样做,因为我需要确保艺术家有任何错误或渲染问题。我也喜欢测试可用性作为一种难以使用的工具,不会被艺术家使用。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

Ok, now we will turn our focus to the TOP network and how we get all the paths we have in the scene into our network. This requires a bit of work to get an “X” amount of paths into our TOPs networks but once you see the pattern and the setup up, it opens up tons of possibilities for other types of Artist input.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
好的,现在我们将把重点转移到TOP网络,以及我们如何将场景中的所有路径都放到我们的网络中。这需要一些工作来获得进入TOPs网络的“X”路径,但是一旦你看到模式和设置,它就为其他类型的Artist输入开辟了大量的可能性。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

With the ability to import all the path geometry into our TOP network, let’s take a look at how we begin to use that geometry to modify our terrain. In this lecture we will focus on deforming the terrain the its flattened underneath the path.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
能够将所有路径几何导入TOP网络,让我们看看我们如何开始使用该几何来修改我们的地形。在这个讲座中,我们将专注于使地形变形,使其在路径下变平。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

As with any of our work, we need to test it to make sure it is working properly before we let it out into production. Let’s test out the importing of the paths into our TOP Network.
与我们的任何工作一样,我们需要对其进行测试,以确保它在我们投入生产之前正常工作。让我们测试将路径导入TOP网络。

Now let’s turn our attention over to the foliage that is intersecting with the Path. We want to remove any of the foliage where the path is and possibly replace it with other type of foliage. In this lecture we are going to focus on just removing it.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
现在让我们把注意力转向与Path相交的树叶。我们想要移除路径所在的任何树叶,并可能将其替换为其他类型的树叶。在本讲座中,我们将专注于删除它。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

As a final step let’s texture the terrain now with the path geometry. This will complete our path tool and complete the overall level system for this course.
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
作为最后一步,让我们现在用路径几何纹理地形。这将完成我们的路径工具并完成本课程的整体水平系统。
完整的课程以及支持文件可在此处获得:
私的分享.com/tutorials/平底锅-佛如-indie-game的V-section-6-paths-roads/

Well there we go! We have a full Procedural Terrain system using TOPs and PDG. I hope you all found this course informative and helped you along with your PDG learning! Do let us know if there are any questions and we will try our best to answer as quickly as possible! Thanks again!
The complete lesson along with support files are available here:
sidefx.com/tutorials/pdg-for-indie-gamedev-section-6-paths-roads/
那我们去吧!我们有一个使用TOP和PDG的完整程序地形系统。我希望你们都发现这门课程内容丰富,并帮助你学习PDG!如果有任何问题,请告诉我们,我们会尽快回答!再次感谢!