Being a developer, I love stats… I actually need them.
Here is a little script that counts the files and lines in your project: http://www.unifycommunity.com/wiki/index.php?title=CountLines
It was made to be compatible with Unity iPhone. I haven’t tested it on Unity 2.5 (though it should work).
As stated on the Wiki, with Unity 2.5, it’d be easy to add some more advanced stuffs than what I do here (EditorUtility.DisplayDialog).
But hey it works and now I can count my lines with only one click
I tested this script on my iPhone project which has 52 files and 6000+ lines and it still displays ok on my MBP so using EditorUtility.DisplayDialog is fine.
PS: I think I easily earn the trophy of the most useless script on the Wiki