Unity-Technologies / com.unity.cv.synthetichumans

A package for creating Unity Perception compatible synthetic people.
Other
102 stars 20 forks source link

Advanced Placement Tutorial - Action Item Issue #18

Closed AlexBedardReidU3D closed 11 months ago

AlexBedardReidU3D commented 11 months ago

Page with Issue

The section:

🟢 Add a NavMesh Modifier component to the Floor object and make sure Area is set to NavMesh Modifier.

🟢 Enable Override Area and set the Area Type to Walkable.

🟢 Add a Ground Placer Tag component to the Floor object.

🟢 You can now bake a test NavMesh to confirm that the correct settings have been applied.

image

Should read:

🟢 Add a NavMesh Modifier component to the Floor object .

🟢 Enable Override Area and set the Area Type to Walkable.

🟢 Add a Ground Placer Tag component to the Floor object and make sure Area is set to NavMesh Modifier.

🟢 You can now bake a test NavMesh to confirm that the correct settings have been applied.

csun commented 11 months ago

Thanks, fixed