Quantcast
Channel: Questions in topic: "contact"
Browsing all 75 articles
Browse latest View live
↧

OnCollisionStay contactPoint2D problem

I'm trying to figure out where my character is while he's colliding with an object by using the contactPoint but it seems like contactPoint is calculated only once ![alt text][1] [1]:...

View Article


contact.normal not updating in OnCollisionStay2D

I'm trying to apply a force to a ball-like object that is parallel to the surface that it is currently contacting. I'm doing this by getting the normal of the contact point, then taking the cross...

View Article


Trigger single collision event

For my game, I have multiple game objects for all of those I attached single collision detection script. When object collides with other object two OnCollisionEnter method executed because each object...

View Article

Wrong ContactPoint position when modifying velocity

I'm working on a game where we have spaceships, and they can behave in two different ways when it comes to applying forces. **Space:** We apply a force in the local forward direction. It pushes the...

View Article

How to specify two game objects are in contact in 2D?

I am trying to add physics to a bike object with hindge joints connected to wheels now i need to add force on back wheel when i press up button this should happen only when bike is in contact with...

View Article


Returned string values of thisCollider.name and otherCollider.name swap

The returned string values of thisCollider.name and otherCollider.name swap with each other in a seemingly random and inconsistent manner. I have a simple set up. I have a character that consists of a...

View Article

How do I get a collision's contact normal without using any non-kinematic...

I want to have a ball bounce off of different surfaces (static colliders and a couple of kinematic rigidbodies) without using actual rigidbody physics. The only problem is that OnTriggerEnter gives you...

View Article

How do I find the point of contact on a box collider?

I'm performing a little bit of simple practice in unity. As a start I'm trying to recreate pong as a start. But I ran into a little problem, what I want to do is have the ball go in a certain direction...

View Article


OnCollisionStay2D - why is the list of contacts is incomplete?

Hey all, Here is my code: void OnCollisionStay2D (Collision2D col) { for (int i = 0; i < col.contacts.Length; i++) { ... blah blah ... Debug.DrawRay(p1,a1,Color.white); print ("Ima colliding"); } }...

View Article


How to use Best of contactPoints2d

i am new, advanced thanks for help, i want to ask question that i am developing a game like a spider man when we throw a rope to any collider then i want that rope will be attached with hingejoint2d...

View Article

Cursor to move through a moving wire

I am creating a scene with power transmission lines. Between each two poles, wires are hanging. Each wire has physics properties. That is a wire moves regarding the wind and also the objects which...

View Article

Point on mesh

i am making a unit, represented as unittransform, that considers any nearby mesh, concave or convex (probably separated into different pieces and different tags) And then goes through all of its...

View Article

How can i get Contact Force?

Hey, The question is simple. Is there a way to getting contact force ? I tried to use getting velocity in OnCollisionEnter method. But it's giving velocity after the contact.

View Article


How to contact a developer in the asset store?

Hello, It may sound like a noobs question... HOW DO I CONTACT THE DEVELOPER OF A THING I BOUGHT ON THE ASSET STORE? It's frustrating... i can't find any contact button. Please help me. Thank you, Ethan.

View Article

Bullet not destroying on contact

using UnityEngine; using System.Collections; public class Bullet : MonoBehaviour { public int moveSpeed = 220; public Transform explosionPrefab; // Update is called once per frame void Update() {...

View Article


How to open an internal file .vcf in C # to iPhone?

I need to open a vCard(.vcf) file that I previously stored on the device. Using Application.OpenURL I can not do it. Can someone help me?

View Article

Mobile--Create Contact From App

I need a way to create a contact- or prompt to create a new contact with certain information. For example, if there is a phone number or an email, I want to be able to click on it and it will redirect...

View Article


Obtaining contact point and normal of first object in collision

Hey guys, I am simply trying to obtain the hit point and normal on my player character mesh after a collision, not the object it collides with, in this case a simple cube. My character has a rigid body...

View Article

OnParticleCollision normal?

I am using legacy particles for blood effects and so far I have splatters appear wherever the particles hit. In the OnCollisionEnter function there's ContactPoint types where you can check the...

View Article

Using contact point

I looked through the script reference page for contact points but I am still unsure on how to use it in my position. I have a for loop that applies to every object within the array setup with on...

View Article
Browsing all 75 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>