2D Toolkit Forum
2D Toolkit => Support => Topic started by: drkucho on October 08, 2014, 12:20:52 am
-
hi again , i have googled this but could not find anything
im using the sprite collection's collider feature, but , i need it to be trigger collider , how can i make tk2d to create these frame colliders in my game object but with the isTrigger value true?
-
Create a sprite, then set isTrigger to true on it. It should retain it when the sprite changes.