How can I get Unity to record games or action replays and play them back?
Saving it as a .mov file or something would be great.
How can I get Unity to record games or action replays and play them back?
Saving it as a .mov file or something would be great.
This script in the Wiki will save game action to a sequence of image files you can later compile into a movie:
But if you’re looking for something to work in-game, that isn’t the way you’ll want to do it as it has a huge impact on the game’s performance. More likely, you’ll want to save object / player positions to a text string or such. This topic has come up in the past, but I don’t recall seeing any example scripts on how to do it…
Otherwise you could always use screencasting software like Jing.
Okay I don’t think its worth the time, thanks anyway.