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 xxluky · Mar 12, 2016 at 05:43 PM · gameobjectraycasthit

Reverse situation: get a RaycastHit from instantiated gameObject?

Hi guys,

I have a function which takes a RaycastHit as a parameter. In one of my other script I need to instantiate a gameobject and pass this object to my function as RaycastHit. My problem is that I can not get a RaycastHit from a gameobject. This is totally opposite to get a gameobject from hit.

I would do something like this but it is still a collider, not a RaycastHit:

 GameObject go = Instantiate (object, somePosition, Quaternion.identity) as GameObject;
 SomeOtherScript.SomeOtherFunction(go.GetComponent<Collider>());

I know Raycasthit is Physics based but how can I pass it as a parameter? Is it even possible?

Comment
Add comment · Show 1
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 Bunny83 · Mar 13, 2016 at 02:47 PM 0
Share

That analogy just doesn't make any sense. RaycastHit is a struct that contains information about the result of a raycast. Things like the hit point, the hit normal, which collider was hit, ... All this information is generated by the physics system as a result of casting a ray against all geometry in the scene. What does a "gameobject" has to do with the result of a raycast?

A RaycastHit is the result of an action (casting a ray) while a gameobject is just a passive object.

Imagine you're speeding on a freeway. The police stops you and you get a ticket about that incident. The ticket has informations about you, your car, the name or ID of the police officer, where you were speeding and how fast. What you want now is: You just have a car and from that car you want to get all that information the ticket has without even driving. A car is just a car and a GameObject is just a GameObject.

You haven't given us enough information what you actually need this for, so we can't answer this question. You should edit your question and clarify what you actually want to do. $$anonymous$$aybe just tell use what information from the RaycastHit struct you need. If it's just a position / direction, that can be read from a GameObject as that's just static data.

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

45 People are following this question.

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

Related Questions

How do I change the raycasthit material back? 1 Answer

Ray Casting - Trigger function 1 Answer

Raycast and RaycastHit failure 2 Answers

Play ParticleSystem on RayCastHit Object 1 Answer

using Contains(gameObject) to find and destroy a gameObject from a list 2 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