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

Work on enemy Player Script #10

Open
ChaudharyRaman opened this issue Jul 8, 2023 · 2 comments
Open

Work on enemy Player Script #10

ChaudharyRaman opened this issue Jul 8, 2023 · 2 comments
Assignees
Labels
difficulty-hard enhancement New feature or request

Comments

@ChaudharyRaman
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

We need enemies to defeat for our game.

Describe the solution you'd like

For the enemy script , make two types of enemies
1> Flying types which will fly in the ask in a fixed path until the player comes in range and start attacking it.
2> Ground Type which will move on the ground in a fixed path until the player comes in range and start attacking it.

Note: Make sure to use animator controller for different behavior of enemy movement.

Describe alternatives you've considered

No response

Developer Help

Use wizard as a ground Type enemy.

@ChaudharyRaman ChaudharyRaman added enhancement New feature or request difficulty-hard labels Jul 8, 2023
@Captain-T2004
Copy link
Contributor

@ChaudharyRaman , I would like to work on this issue. I will program the enemy script and give it basic motion like following the player and other type of motions, Kindly assign this to me.

@ChaudharyRaman
Copy link
Collaborator Author

@Captain-T2004, Try to learn and Implement Animator controller for creating enemy behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty-hard enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants