Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component to visualize spline in runtime #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michalpelka
Copy link
Collaborator

With VisualizeSplineComponent added you can see spline in GameLauncher:
Editor:
image
Game mode:

image

Signed-off-by: Michał Pełka <michal.pelka@robotec.ai>
@@ -50,6 +50,9 @@ ly_add_target(
PUBLIC
AZ::AzCore
AZ::AzFramework
Gem::DebugDraw.API
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gem::DebugDraw.API is not used. It is redundant.

@@ -20,7 +20,7 @@
"icon_path": "preview.png",
"requirements": "No requirements",
"documentation_url": "",
"dependencies": ["ROS2"],
"dependencies": ["ROS2", "DebugDraw"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"dependencies": ["ROS2", "DebugDraw"],
"dependencies": ["ROS2"],

@@ -50,6 +50,9 @@ ly_add_target(
PUBLIC
AZ::AzCore
AZ::AzFramework
Gem::DebugDraw.API
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Gem::DebugDraw.API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant