Unity: Ball drops after colliding with the star
up vote
0
down vote
favorite
I am working on a game in which there is a ball that has to be thrown by the player in such a way that it should collect the stars placed in the air before hitting the goal without falling on the ground. The stars are stationary. Stars (no rigidbody) have a box collider attached to them and the ball has a sphere collider and a rigidbody ("Use Gravity" checked and "Is Kinematic" unchecked) attached. The Angular drag on the ball is set to 0. The ball when collides at the corner of the star works fine but when collides with the body of the star, falls off straight to the ground instead of moving in the direction in which it is thrown. Any ideas why this is happening?
unity3d gravity rigid-bodies
add a comment |
up vote
0
down vote
favorite
I am working on a game in which there is a ball that has to be thrown by the player in such a way that it should collect the stars placed in the air before hitting the goal without falling on the ground. The stars are stationary. Stars (no rigidbody) have a box collider attached to them and the ball has a sphere collider and a rigidbody ("Use Gravity" checked and "Is Kinematic" unchecked) attached. The Angular drag on the ball is set to 0. The ball when collides at the corner of the star works fine but when collides with the body of the star, falls off straight to the ground instead of moving in the direction in which it is thrown. Any ideas why this is happening?
unity3d gravity rigid-bodies
2
It would be helpful if you could post some code. Also, is your stars collider a trigger? Sounds to me that you want the star to be a trigger and not a collider
– Immorality
Nov 10 at 21:09
You're right, Thanks! It had to be a trigger. My problem got resolved after changing it to trigger.
– Kavita Kanwar
Nov 11 at 12:39
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am working on a game in which there is a ball that has to be thrown by the player in such a way that it should collect the stars placed in the air before hitting the goal without falling on the ground. The stars are stationary. Stars (no rigidbody) have a box collider attached to them and the ball has a sphere collider and a rigidbody ("Use Gravity" checked and "Is Kinematic" unchecked) attached. The Angular drag on the ball is set to 0. The ball when collides at the corner of the star works fine but when collides with the body of the star, falls off straight to the ground instead of moving in the direction in which it is thrown. Any ideas why this is happening?
unity3d gravity rigid-bodies
I am working on a game in which there is a ball that has to be thrown by the player in such a way that it should collect the stars placed in the air before hitting the goal without falling on the ground. The stars are stationary. Stars (no rigidbody) have a box collider attached to them and the ball has a sphere collider and a rigidbody ("Use Gravity" checked and "Is Kinematic" unchecked) attached. The Angular drag on the ball is set to 0. The ball when collides at the corner of the star works fine but when collides with the body of the star, falls off straight to the ground instead of moving in the direction in which it is thrown. Any ideas why this is happening?
unity3d gravity rigid-bodies
unity3d gravity rigid-bodies
asked Nov 10 at 20:48
Kavita Kanwar
12018
12018
2
It would be helpful if you could post some code. Also, is your stars collider a trigger? Sounds to me that you want the star to be a trigger and not a collider
– Immorality
Nov 10 at 21:09
You're right, Thanks! It had to be a trigger. My problem got resolved after changing it to trigger.
– Kavita Kanwar
Nov 11 at 12:39
add a comment |
2
It would be helpful if you could post some code. Also, is your stars collider a trigger? Sounds to me that you want the star to be a trigger and not a collider
– Immorality
Nov 10 at 21:09
You're right, Thanks! It had to be a trigger. My problem got resolved after changing it to trigger.
– Kavita Kanwar
Nov 11 at 12:39
2
2
It would be helpful if you could post some code. Also, is your stars collider a trigger? Sounds to me that you want the star to be a trigger and not a collider
– Immorality
Nov 10 at 21:09
It would be helpful if you could post some code. Also, is your stars collider a trigger? Sounds to me that you want the star to be a trigger and not a collider
– Immorality
Nov 10 at 21:09
You're right, Thanks! It had to be a trigger. My problem got resolved after changing it to trigger.
– Kavita Kanwar
Nov 11 at 12:39
You're right, Thanks! It had to be a trigger. My problem got resolved after changing it to trigger.
– Kavita Kanwar
Nov 11 at 12:39
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243257%2funity-ball-drops-after-colliding-with-the-star%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
It would be helpful if you could post some code. Also, is your stars collider a trigger? Sounds to me that you want the star to be a trigger and not a collider
– Immorality
Nov 10 at 21:09
You're right, Thanks! It had to be a trigger. My problem got resolved after changing it to trigger.
– Kavita Kanwar
Nov 11 at 12:39