Skip to content
View AhmetDmr02's full-sized avatar
  • Turkiye

Block or report AhmetDmr02

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 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

Popular repositories Loading

  1. kidnapmod kidnapmod Public

    Rimworld Kidnap Rescue Mod Made For 1.5 Written In C#

    C#

  2. DmrPoolSystem DmrPoolSystem Public

    A robust, zero-allocation object pooling system for Unity. Created for stability with recursion-safe nesting, O(1) double-return protection, and auto-expanding buffers. Eliminates Garbage Collectio…

    C#

  3. DmrSaveSystem DmrSaveSystem Public

    A high-performance binary serialization framework for Unity. The architecture is inspired by the low-level data packing strategies used in Unity Netcode for GameObjects (NGO), adapting network-effi…

    C#

  4. DmrEventBus DmrEventBus Public

    Event bus for Unity that handles the zombie listener problem automatically. No OnDestroy unsubscription required. Fully thread-safe.

    C#

  5. DmrDependencyInjector DmrDependencyInjector Public

    DmrDependencyInjector is a lightweight, thread-safe, and zero allocation DI container for Unity. It uses cached reflection to provide field injection without the overhead of heap allocations or vir…

    C#