Skip to content

Instantly share code, notes, and snippets.

View tarukosu's full-sized avatar

tarukosu tarukosu

View GitHub Profile
@rngtm
rngtm / UnlitPolygon
Created June 27, 2017 14:52
正N角形を描画するシェーダー
Shader "Unlit/Polygon"
{
Properties
{
[HideInInspector] _MainTex ("Texture", 2D) = "white" {}
_N("N", Int) = 3
}
SubShader
{
Tags { "RenderType"="Opaque" }
@ryo-ma
ryo-ma / README.md
Last active June 10, 2017 01:28
This script is test to fail when MonobehaviourTest is timeout.

TimeoutMonobehaviourTest

Description

  • This script is test to fail when MonobehaviourTest is timeout.

Environment

  • Unity Version 5.6.0

How to use

  • Please inherit your own class instead of Monobehaviour.