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
Published on February 2, 2010 2:25 pm.
Filed under: Code, Unity Tags: Code, helpers, javascript, Unity
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.
Published on January 8, 2010 12:04 am.
Filed under: Code, Silly, Tests Tags: Code, Java, Silly, Tests