Skip to content

Instantly share code, notes, and snippets.

View silago's full-sized avatar
💭
satan does you bless

Aleksandr Ovchinnikov silago

💭
satan does you bless
  • Podgorica
View GitHub Profile
@silago
silago / Curved.shader
Created May 5, 2020 09:42 — forked from grimmdev/Curved.shader
Subway Surfer like Curved World Shader for Unity
Shader "Custom/Curved" {
Properties {
_MainTex ("Base (RGB)", 2D) = "white" {}
_QOffset ("Offset", Vector) = (0,0,0,0)
_Dist ("Distance", Float) = 100.0
}
SubShader {
Tags { "RenderType"="Opaque" }
Pass
{