Learning Unity
Catagories
Animation
(1)
Camera
(1)
Camera Script
(2)
GUI
(2)
Lerpz
(1)
Moving Objects
(1)
Platform
(1)
Script
(1)
Sied Scrolling
(1)
Third Person
(1)
Unity
(1)
Monday, 3 October 2011
function OnCollisionStart(collision : Collision)
{
if (collision.gameObject.name == "
name
")
{
Destroy(collision.gameObject);
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)