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 TimPratt · Jun 22, 2016 at 05:13 AM · instantiatespaceinfinitetop downasteroids

How can I go about creating an "Infinate" asteroid field??

HI!

Ok so what i have, is a top down game, with a little ship you can fly around.

What I want, is to be able to fly for any distance in any direction, and still run into asteroids. Obviously I cant instantiate hundreds of asteroids and never delete them - so what Im after is any advice or techniques I could use to create this effect? What I had thought might work is something like a spawner/catcher system, that is parented to the ship. So it spawns asteroids off screen, around the player, and then when you move past them, the catcher deletes them, off screen aswell... Im not sure if this is a convoluted idea though - perhaps there is a better way?

Thanks in advance!

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

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by SarperS · Jun 22, 2016 at 05:46 AM

What you require is an object pooling system. Basically you will only instantiate the desired amount of objects in the start of the scene and put them in a container (array, generic list etc.)

Then you have to enable and position those objects (only use the non active ones) based on the player's velocity (where the player is heading) just outside the viewport. And also disable the ones which leave the viewport and not in the direction the player is heading.

Do a google search for Unity3d object pooling. Here is an official tutorial https://unity3d.com/learn/tutorials/topics/scripting/object-pooling?playlist=17117

Comment
Add comment · Show 2 · 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
avatar image TimPratt · Jun 22, 2016 at 05:54 AM 0
Share

Thanks very much :D I shall look into this - hopefully its not too complex, as i am an artist, not a programmer haha

avatar image SarperS TimPratt · Jun 22, 2016 at 05:55 AM 0
Share

Well, learning is fun! And if you don't want to spend too much time on it I'm sure there is something for this in the Asset Store :)

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

Random generation of Asteroids 3 Answers

Create with Code 4.4 For-Loops For Waves: play mode freeze 0 Answers

GUIText Instantiation to show at Asteroid position 0 Answers

Instantiate a prefab that has rigidbody cause infinite clones 1 Answer

why does Infinite Runner Terrain Collider break my game? 0 Answers


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