Skip to content
View AnomalousUnderdog's full-sized avatar
😨
Trial and errors with using Git LFS for the first time. Mostly errors.
😨
Trial and errors with using Git LFS for the first time. Mostly errors.
Block or Report

Block or report AnomalousUnderdog

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. UnityCompactFieldAttribute UnityCompactFieldAttribute Public

    Lets each property label have their own width, to prevent the labels from getting cut off

    C# 12

  2. A utility script for Unity 3d: A win... A utility script for Unity 3d: A window that takes the built-in GUI skin, and shows all the custom GUI styles inside.
    1
    using UnityEngine;
    2
    using UnityEditor;
    3
    using System.Collections;
    4
    using System.Text.RegularExpressions;
    5
    using System.IO;
  3. AnnoEventBus AnnoEventBus Public

    Forked from pointcache/BasicEventBus

    Event bus for Unity that emphasizes performance and zero GC allocation (events are structs).

    C# 1