Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by M4347 · Jan 23, 2016 at 01:31 AM · rotationainavmeshnavmeshagentenemyai

Need some help with Navmesh agents backing off from player / circling player please.

Hi there,

I have an enemy in my game which has a ranged attack which I would like to retreat to a random position within a certain distance from the player, so for example the enemy is always within a distance of x to the player so the player cannot get right up to them.

I'm measuring the distance form the NavMesh Agent to the player and if the distance is less than x, that's when I want the enemy to reposition to a random point at the edge of a radius around the player.

The nearest thing I could think of is if there is an opposite of Random.insideUnitSphere, so I could just set the new NavMesh destination as the player position + a random distance away from the player, but I can't seem to find anything like that (It's probably something obvious I'm missing!).

I've tried setting a new destination of player.position + Random.insdieUnitSphere Vector3, but of course that still has a chance to move the enemy close to the player. Unless there is a way of using that to cap the minimum range of that function?

I've also tried a Random.Range option like this, which works for making the enemy fall back. But the problem is all enemies head to one side of the player with this.

nav.SetDestination (player.position + new Vector3 (Random.Range (10, 15), 0 ,Random.Range (10, 15)));

I thought I could fix it by having the Random.Range include negative numbers like below, but that doesn't seem to work, the enemies just stay still with it like that.

 nav.SetDestination (player.position + new Vector3 (Random.Range (-10, 15), 0 ,Random.Range (-10, 15)));

I've tried things like RotateAround as well, which works for the enemies circling the player, but they don't retreat of keep distance.

It's annoying as I'm sure this is really simple, but I just can't seem to get it to work.

I'm not really sure what to try next, any help with code or pointers in the right direction here would be appreciated.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Keep AI from flipping? 1 Answer

NavMeshAgent resume original position and facing direction C# 0 Answers

Can you randomise a Navmesh agents rotation 1 Answer

NavMesh Agent glitches in trees 3 Answers

How to build a custom shape NavMesh Area 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges