Skip to content
View John-O-Really's full-sized avatar

Block or report John-O-Really

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. UnityTechnologies/Test_ShaderGraphBlog UnityTechnologies/Test_ShaderGraphBlog Public

    Example Project to demonstrate Vertex Animation Shaders using Shader Graph.

    C# 228 62

  2. A quick wizard to create Texture Arr... A quick wizard to create Texture Array assets from standard textures in unity, updated to use Graphics.CopyTexture for Unity URP, 2023.2
    1
    using System.Collections.Generic;
    2
    using UnityEngine;
    3
    using UnityEditor;
    4
    using UnityEditorInternal;
    5