Unity just crashes...

Hi all, I'm having the strangest issue where unity just crashes when i press the play button. No error message or anything. Is there an error log somewhere i can take a look at to point me in the right direction?

Thanks

I'm dumb. I had a recursive function call...

public Vector2 Position { <- Called SetPosition protected void SetPosition() { <- Called Position

My bad.