Skip to content
View kokogamedev's full-sized avatar

Block or report kokogamedev

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Low-Allocation-Tagged-Unions-for-Unity Low-Allocation-Tagged-Unions-for-Unity Public

    Provides memory-efficient, zero-boxing, type-safe "variant" types (tagged unions) that can hold one of several possible C# types without the performance cost of `object` boxing or the memory waste …

    C# 1

  2. Player-Loop-Timers Player-Loop-Timers Public

    This package provides an efficient and flexible way to integrate self-managed timers into Unity projects. Based on git-amend's Improved Timers system

    C# 1

  3. Unity-Editor-Scripting-Utils Unity-Editor-Scripting-Utils Public

    A powerful set of utilities for custom editor scripting, reflection, and enum manipulation in Unity. Simplify working with nested serialized fields, dynamic value access via reflection, and enum in…

    C# 1

  4. Unity-Finite-State-Machine Unity-Finite-State-Machine Public

    A flexible and modular Finite State Machine (FSM) implementation for Unity, inspired by Git-Amend's tutorial on FSM design. This package enables the creation of structured, reusable, and extensible…

    C# 1 1

  5. Unity-Tagging-and-Masking Unity-Tagging-and-Masking Public

    A lightweight and efficient tagging and masking system for Unity. This package enables the use of customizable bitmask-based categories stored as integers, with user-friendly dropdown selection in …

    C# 1

  6. Unity-Native-Scripting-Utilities Unity-Native-Scripting-Utilities Public

    A suite of Unity C# utilities for smoother workflows—randomization, interpolation, combinatorics, low-level tools, and more!

    C#