Unity 2D Win Outcome Script Unity 2D Character Controller Get Off My Lawn Walk Type By Health Value Share my work! Tweet #pragma strict function Start () { } function Update () { } function OnCollisionEnter2D (coll:Collision2D) { if(coll.gameObject.tag == “Player”) { Application.LoadLevel(“Win”); } } About the author Leave a Reply Cancel reply Your email address will not be published. Name * Email * Website Your Comment: You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>