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

Block or report John-O-Really

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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# 226 61

  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