Dumping Screenshots from Unity

This might come in handy to a few people so I thought I’d post it here. This is just a dead simple script for taking a screen shot of a Unity Project. Add it to a gameObject and watch it drop out frames.

……•↓……•↓……•↓……•↓……•↓……•↓

Right click and save this file -> save_me_some_frames

Code Test

In which I post some code as a test of the new site.

1
2
3
4
5
6
7
8
9
10
11
void runThusAndExit(){

    for(int i = 0; i < 2010; i++){

        print("In case you missed it, this is a test.");

    }

    exitYeFoulBeast();

}

Quite.