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

Block or report mattbenic

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 Loading

  1. Unity35AndroidSplitter Unity35AndroidSplitter Public

    Tool to split a Unity 3.5.x project into an installer apk and data apk to meet Google Play's 50 MB requirement

    Java 3 2

  2. A Unity3D coroutine wrapper for simp... A Unity3D coroutine wrapper for simple thread jobs. This can be added to any utility class, and then passed a thread function (run on the worker thread, be sure to make any shared variable access threadsafe) and a callback called when the thread is done (run on the main thread, no locking needed).
    1
        /// <summary>
    2
        /// A coroutine used to run a function on once-off thread
    3
        /// Note that the thread function is responsible for ending itself,
    4
        /// the coroutine makes no effort to explicitly end the thread.
    5
        /// </summary>
  3. Batch downloader that runs multiple ... Batch downloader that runs multiple download coroutines in parallel using a provided host MonoBehaviour
    1
    using System;
    2
    using System.Collections;
    3
    using System.Collections.Generic;
    4
    using System.Linq;
    5
    using UnityEngine;
  4. Numeric Numeric Public

    Generic numeric operations class

    C# 1

  5. smallfryengine smallfryengine Public

    A J2ME game engine that handles platform differences.

    Java 1

  6. AtomicGameEngine/AtomicGameEngine AtomicGameEngine/AtomicGameEngine Public archive

    The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C , C#, JavaScript, and TypeScript

    C 3.2k 566