Skip to content
View OscarAbraham's full-sized avatar
Block or Report

Block or report OscarAbraham

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

    UI Toolkit elements and utilities for custom Editor interfaces in Unity.

    C# 78 4

  2. PlainDataInstancer ScriptableObject ... PlainDataInstancer ScriptableObject for Unity, so you can create deep clones of data stored in SO assets at runtime without the overhead of ScriptableObject copies.
    1
    using System.Collections.Generic;
    2
    using UnityEngine;
    3
    
                  
    4
    // TData should be a plain class or struct with the [System.Serializable] attribute.
    5
    // TData can implement ISerializationCallbackReceiver if needed for more advanced uses.