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
[SOLVED] prevent item falling inside an object
[SOLVED] prevent item falling inside an object
Last edited by Granamir on Sun May 31, 2015 9:27 pm, edited 1 time in total.
Re: prevent item falling inside an object
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.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
-
nwakerrCew
- Posts: 1
- Joined: Fri Jun 05, 2015 11:16 am
SOLVED prevent item falling inside an object
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
Sorry i don't see an object window. Where is it?