Skip to content

Instantly share code, notes, and snippets.

View unity3d-kr's full-sized avatar

J1.Jeong unity3d-kr

View GitHub Profile
@unity3d-kr
unity3d-kr / SaveRenderTextureToFile.cs
Last active October 23, 2019 05:32 — forked from krzys-h/SaveRenderTextureToFile.cs
[Unity] Save RenderTexture to image file
using UnityEngine;
using UnityEditor;
public class SaveRenderTextureToFile {
[MenuItem("Assets/Save RenderTexture to file")]
public static void SaveRTToFile()
{
RenderTexture rt = Selection.activeObject as RenderTexture;
RenderTexture.active = rt;
@unity3d-kr
unity3d-kr / readme.md
Last active July 26, 2018 08:03 — forked from benstr/readme.md
Gist Markdown Cheatsheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph