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

move the category setup to module initialization #5

Closed haozhao-aws closed 2 years ago

haozhao-aws commented 2 years ago

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

The category failed to consistently initialize and include all tutorials. The reason was the initialization of category was later than the initialization of the Ambit module.

What was the solution? (How)

We moved the category initialization process to the module startup and it solves the issue.

What artifacts are related to this change?

Internal Issue ID: P55922913

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

Customers are able to find the AWS Ambit category in the tutorial window and after opening it, they can access four in-editor tutorials to get familiar with AWS Ambit mode.

Are you adding any new dependencies to the system?

N/A

How were these changes tested?

Manually testing and verified by the teammates offline.

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