I'm currently having trouble with writing custom editor window which does taking screenshots in specific order,
but for some reason ScreenCapture.CaptureScreenshot() just generates one image, presumably being the last image on for loop's execution
My assumption is that it somehow recognizes previously generated image within the last for loop execution as 'same' image and tries to replace it with the latest one, but I'm clueless.