2 Likes
Here’s my scene.
2 Likes
2 Likes
town
1 Like
Our delivery driver scene. We borrowed the idea for the lake from jp_g’s screenshot, and made it so you can drive into the “water”.
2 Likes
Nice lake!
1 Like
public class trigger : MonoBehaviour
{
void OnTriggerEnter2D(Collider2D other)
{
Debug.Log("Honey, just save the baby on the back seat first !!!! ");
}
}
1 Like