Ver Fonte

Correcting minor formatting issues

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn há 3 anos atrás
pai
commit
1a604d8d0f

+ 3 - 3
testing-guidance/workflow-tests/prefabs/prefab-workflow-tests.md

@@ -150,6 +150,6 @@ Runtime spawnables using Lua Scripting
 **Suggested Time Box:**
 10 minutes
 
-| Use Case                    | Requests                                                                                                                                                                                                                                                                    |
-|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Spawn a prefab with Lua API | *   Create an entity with a Lua Script component<br>*   Assign multiple spawnable prefabs<br>*   Create multiple entities with various Lua scripts<br>*   Create custom script events via the Asset Editor<br>*   Configure various spawn delay values<br>*   Run Game mode |
+| Use Case                    | Requests                                                                                                                                                                                                                                                                    | Things to Watch For |
+|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
+| Spawn a prefab with Lua API | *   Create an entity with a Lua Script component<br>*   Assign multiple spawnable prefabs<br>*   Create multiple entities with various Lua scripts<br>*   Create custom script events via the Asset Editor<br>*   Configure various spawn delay values<br>*   Run Game mode |                     |

+ 3 - 3
testing-guidance/workflow-tests/terrain/terrain-workflows.md

@@ -90,6 +90,6 @@ Test guidance will sometimes note specific issues to watch for. The common issue
 
 **Suggested Time Box:** 5-10 mins
 
-| Workflow                     | Requests                                                                                                                                                                                                                                                                                                                                                                                            | Things to Watch For                                                 | Testing Notes |
-|------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|---------------|
-| Define a larger terrain area | *   Proportionally increase the size of your Terrain Spawner's Shape component to the following dimensions (X,Y,Z): 32 km x 32 km x ?<br>*   In the Terrain World Renderer:<ul>    *   Increase the Mesh render distance to match, or exceed, the Terrain Spawner Shape component<br>*   Increase the Camera component's Far clip distance to match, or exceed, the Terrain Spawner Shape component | *   Rendering issues (texture stretching, missing color data, etc.) |               |
+| Workflow                     | Requests                                                                                                                                                                                                                                                                                                                                                                                            | Things to Watch For                                                 |
+|------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
+| Define a larger terrain area | *   Proportionally increase the size of your Terrain Spawner's Shape component to the following dimensions (X,Y,Z): 32 km x 32 km x ?<br>*   In the Terrain World Renderer:<ul>    *   Increase the Mesh render distance to match, or exceed, the Terrain Spawner Shape component<br>*   Increase the Camera component's Far clip distance to match, or exceed, the Terrain Spawner Shape component | *   Rendering issues (texture stretching, missing color data, etc.) |