Links
If you’ve never used Unity or if you are still really green, read this article: Introduction to Unity: Getting Started
Previous Video: Operators
Challenge
In the HighScore
script, add a scores array, put some random values in it, and print out the average to the console.
Challenge Solution
Resources
Download Starter Demo
Download Finished Challenge
Download Start Challenge
Download Finished Challenge
The post Screencast: Beginning C# Part 5: Arrays appeared first on Ray Wenderlich.