Skip to content
View jackyyang09's full-sized avatar

Sponsoring

@miraheze
Block or Report

Block or report jackyyang09

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

  1. Simple-Unity-Audio-Manager Simple-Unity-Audio-Manager Public

    A decentralized audio playing system for Unity, designed for simplicity and built to scale!

    C# 444 38

  2. Multi-Mouse-Unity Multi-Mouse-Unity Public

    Get multiple mouse devices moving in Unity!

    C# 14 2

  3. TF2Ls-for-Unity TF2Ls-for-Unity Public

    Editor tools that streamline use of Valve assets in Unity

    C# 14 4

  4. A somewhat extended version of a gis... A somewhat extended version of a gist uploaded by user gekidoslair that adds two new lines of code. New code selects the new object created and adds the creation of the object to the undo stack
    1
    using UnityEditor;
    2
    using UnityEngine;
    3
    
                  
    4
    namespace MWU.Shared.Utilities
    5
    {
  5. Ever wanted a list of Vector3s easil... Ever wanted a list of Vector3s easily accessible through Unity's inspector window?
    1
    using System.Collections.Generic;
    2
    using UnityEngine;
    3
    
                  
    4
    public class PositionListTool : MonoBehaviour
    5
    {