aws-samples / aws-ambit-scenario-designer-ue4

AWS Ambit Scenario Designer for Unreal Engine 4 (Ambit) is a suite of tools to streamline content creation at scale for autonomous vehicle and robotics simulation applications.
https://aws-samples.github.io/aws-ambit-scenario-designer-ue4/
Apache License 2.0
85 stars 21 forks source link

Replace with Amazon box #4

Closed haozhao-aws closed 2 years ago

haozhao-aws commented 2 years ago

What was the problem/requirement? (What/Why)

We would like to replace the old box actor with a new one with Amazon-style.

What was the solution? (How)

What artifacts are related to this change?

What is the impact of this change? (Focus on the customer experience)

After this change, customers are able to use the box with Amazon-style.

Are you adding any new dependencies to the system?

N/A

How were these changes tested?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

kris-work commented 2 years ago

One of the material slots in the BP_Box01 asset ("Element 9") is currently empty resulting in the grey checkerboard default material seen on the top of the box. I'm guessing this is where a shipping label texture is supposed to go.

Missing Material Assignment
kris-work commented 2 years ago

When adding a static mesh to a project, be sure it has reasonable default materials assigned. Although you have assigned materials in the BP_Box01 Blueprint, the SM_Box01 static mesh asset doesn't have appropriate default materials assigned. Each slot just has the fallback "WorldGridMaterial" assigned, resulting in the box looking like an odd grey checkerboard.

Please assign good default materials at the static mesh level.

Screen Shot 2021-12-02 at 11 52 48 AM