When iTween is enabled, Collision will NOT working. Becasue the collider's isKinematic is turned off by iTween when it is called.
You can use Raycasting to detect whether the collision of two object is happening, and use iTween.Stop(gameObject target) to stop the iTween.
↧