Page 1 of 1

[SOLVED] prevent item falling inside an object

Posted: Tue May 26, 2015 1:37 pm
by Granamir
Hi everyone,
i used ItemConstrainBoxComponent to prevent item "fall" inside another object, and it works for item i put, preventing me to put them in desired space, unfortunatelly it doesn't works for items i throw, that partially ends their fly partially inside my object.
Anyone can help me solve this issue?
TY

Re: prevent item falling inside an object

Posted: Tue May 26, 2015 7:40 pm
by minmay
ItemConstrainBoxComponent is only checked for placing items with the mouse, and pushing items by walking into them. To collide with projectiles such as thrown items, you need ProjectileColliderComponent.

Re: prevent item falling inside an object

Posted: Tue May 26, 2015 8:26 pm
by Granamir
Thank you

SOLVED prevent item falling inside an object

Posted: Fri Jun 05, 2015 11:23 am
by nwakerrCew
Right click on the item in the object window, pick "use info" at the bottom, and itll give you a list.

Re: [SOLVED] prevent item falling inside an object

Posted: Fri Jun 05, 2015 11:39 am
by Granamir
Sorry i don't see an object window. Where is it?