Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 kkzz19 · Jan 05, 2013 at 01:33 AM · objectsthroughprojectilespassingcollsion

Projectiles passing through objects

Projectiles in my game often pass through terrain/objects before colliding, or sometimes even goes through them altogether without colliding. I want the projectiles to collide on the surface of whatever it hits.

I tried using Continuous Dynamic collision detection on the rigidbodies of the projectiles, then checking Continuous collision detection on the terrain's rigidbody and on all objects in the scene, but I still have this problem.

I also tried the following lines of code to "teleport" projectiles to the detected raycasted hit, but it did not do anything:

 //Distance to travel in one frame
 float distance = rigidbody.velocity.magnitude * Time.deltaTime;
 
 if(Physics.Raycast(transform.position,transform.forward,out Hit,distance))
 {
         transform.position = Hit.point;
 }

(The projectile moves in its forward direction and is in layer IgnoreRayCast.)

I tried the DontGoThroughThings script but it did not solve my problem.

Comment
Add comment · Show 2
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 Lovrenc · Jan 05, 2013 at 01:39 AM 1
Share

IF you are to "teleport" projectiles anyways, are you sure you really need them? Just use Raycast for logic and ditch the projectile objects.

avatar image kkzz19 · Jan 05, 2013 at 03:19 AM 0
Share

The projectile is a fairly slow moving energy ball (100 m/s). It would look weird if it was hitscan (my maps are very big and open).

I am trying to teleport it to the collision position it would be in the next frame, if in the next frame it would hit something. That way it won't skip past any thin collider, or go inside any collider before registering a collision.

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

9 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Object moving through others 0 Answers

Camera looking through objects when touching 1 Answer

objects going through each other 3 Answers

Unity Water4 looks like it can pass through objects from a distance 1 Answer

(point)Light goes through objects 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