I just want to show my score on my WinScreen when I'm done the game. I used Unity forums but I still can't get it to work and plus I'm horrible at coding. Here is what I know so far from the Unity Forums http://forum.unity3d.com/threads/160682-Show-Score-When-finished-the-game
I'd definitely learn more about programming in general. I've not worked with Unity at all, but most of that repetitive if( object.name == "[name]" ) { destroy add points update score } stuff just isn't necessary. Refactor; this is code you should only have to write once, using an array of name-score pairs if you can't put…