Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Meteors

Discussion in 'Editor & General Support' started by JezerJojo, Feb 16, 2013.

  1. JezerJojo

    JezerJojo

    Joined:
    Feb 16, 2013
    Posts:
    1
    Hello, this is my first thread and I'm new here. I have this game which has a controllable jet which constantly moves, and I want to make meteors everywhere. I have a prefab of the meteor. Of course I can't make gazillion meteors everywhere in the scene, so I am planning to make new meteors appear in front of the jet and the meteors behind the jet to just get destroyed. How do I do this? The jet must be able to crash in on the meteors. I normally do code in C# but UnityScript (JavaScript) is fine...