Last active
January 26, 2018 22:56
-
-
Save eagleEggs/09f365a75e62e406f5873e1ec83e45c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var go = GameObject.CreatePrimitive(PrimitiveType.Quad); | |
Color mesh = go.GetComponent<Renderer>().material.color = cs; | |
go.AddComponent<pixelSurrogate_hatch>(); | |
go.transform.position = new Vector3(n, nn, 0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment