Unity 2021.3.6I want to implement the function of partial screenshots by
the following method public static void SaveRenderTexture(RenderTexture
rt, string folderName) { var saveDir = Application.persistentDataPath +
"/" + folderName + "/"; if (!Dire...