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 POLYGAMe · Jun 03, 2011 at 11:08 PM · instantiateenemyspawnspawnpoints

How do I control where enemies spawn?

Hi there,

I have an empty game object that I am using as an enemy spawner/setup and I was wondering how I can spawn enemies in different places, without moving the game object? Sometimes I want more than one object spawned at a time and I don't want to fill the game with spawners that I have to keep track of...

I'm using the basic Instantiate(Enemy02v2, transform.position, transform.rotation); command.

I found that using animations was one way but I'd prefer to control enemy movement through scripting ;-)

Any help would be greatly appreciated :)

Comment
Add comment · Show 4
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
avatar image Chris D · Jun 03, 2011 at 11:13 PM 0
Share

What kind of setup do you have? Would a completely (or semi-) randomized spawning pattern work? Generally, I'd say going with a bunch of spawnpoints and only activating the ones you want would be the best course of action - would that just result in too many?

avatar image POLYGAMe · Jun 03, 2011 at 11:26 PM 0
Share

Hi Chris, thanks for the prompt response! Random is no good - it's an R-Type style game. I have worked it out though. Simpler than I thought:

Instantiate( Enemy01, transform.position + ( transform.right * 10), transform.rotation );

avatar image Chris D · Jun 03, 2011 at 11:33 PM 0
Share

I'm glad you got it working! You might as well give a detailed response to yourself (below) and mark it as accepted so if someone else comes along with a similar problem, they can find your solution.

avatar image POLYGAMe · Jun 03, 2011 at 11:34 PM 0
Share

Done :) Cheers!

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by POLYGAMe · Jun 03, 2011 at 11:31 PM

For anyone else with this issue, I used the following:

Instantiate( Enemy01, transform.position + ( transform.right * 10), transform.rotation );

The "right" can be replaced with "up", or "forward" and you can move left, down and backwards by prefixing with -. Easier than I thought :)

Comment
Add comment · Share
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

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Prevent object from spawning at a spawn point twice in a row? 3 Answers

Network.Instantiate players at each spawnpoint? Don't use the same spawnpoint? 1 Answer

Instantiated enemy looks at player 1 Answer

Storing the Position Generated by Random.Range 2 Answers

Enemy not spawning correctly 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