Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6539763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:53:51+00:00 2026-05-25T10:53:51+00:00

I am doing a 2D game where enemies will shoot at my player. There

  • 0

I am doing a 2D game where enemies will shoot at my player. There are two ways to do collision of bullets:

  1. Add colliders to bullets. Add rigidbody to player. Use OnCollision() way to do collision detection.
  2. Use Vector3.Distance() to check every bullet’s distance between player and bullets, if it is smaller than the preset value, then my player is hit.

The question is, which method will have better performance(less calculation)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:53:52+00:00Added an answer on May 25, 2026 at 10:53 am

    Shortly, method 1, no dobut about that.

    I’ll assume that you want to have many players (let’s say N), and many bullets (let’s say M). Method 2 needs to test all the bullets vs all the players, that’s executing your distance test N*M times. On the other hand, you can relay that the physics engine will optimize the testing by using spatial subdivision techniques (Testing only against ‘near’ objects).

    But have in mind that the correct method to use also depends on the velocity of your bullet, while using a collider or checking the distance is ok with fairly slow bullet (ie. Metal Slug bullets), you’ll have problems with a fast bullet (ie. fast like a real bullet), two psossible solutions are to play a bit with Project Settings->Physics or, just do a Physcis.Raycast() to get the object with which te bullet impacts instantly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm doing a chess game. In there, I want to move an element with
Doing the below will reproduce my problem: New WPF Project Add ListView Name the
I'm doing a tic tac toe game and I am trying to add a
I've been doing RPG game recently and every page load I have to use
I'm doing a small game on Android 2.3.3 and I want to use openGLES.
I'm doing a little game in Python 3.2 with use of PyQt. I needed
I want to get started doing some game development using Microsoft's XNA. Part of
Continuing my quest of learning Java by doing a simple game, i stumbled upon
I'm creating a game with points for doing little things, so I have a
I am doing some game-related rendering with Silverlight, and when I attach a pixel

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.