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

Feature/rotation #25

Merged
merged 17 commits into from
Nov 15, 2024
Merged

Feature/rotation #25

merged 17 commits into from
Nov 15, 2024

Conversation

lenalinke
Copy link
Contributor

Implement a Task that rotates the agent

Added

  • AgentRotationTask
    • rotate by and towards an angle
    • towards coordinates
    • towards a GameObject
  • Serializer
    • Methods for the data types float, bool and Quaternion
  • Sample Scene
  • Documentation
    • Explanation of the new task and sample scene
  • Animator
    • added rotation animation as blend tree node

Changed

N/A

Removed

N/A

@lenalinke lenalinke linked an issue Sep 12, 2024 that may be closed by this pull request
Copy link
Member

@BenediktHensen BenediktHensen left a comment

Choose a reason for hiding this comment

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

Thank you very much!

@BenediktHensen BenediktHensen merged commit b0229df into develop Nov 15, 2024
0 of 4 checks passed
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.

Agent Rotation Task
2 participants