-
24 Bit Games
- Joburg
- @mattbenic
Pinned Loading
-
Unity35AndroidSplitter
Unity35AndroidSplitter PublicTool to split a Unity 3.5.x project into an installer apk and data apk to meet Google Play's 50 MB requirement
-
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>
-
Batch downloader that runs multiple ...
Batch downloader that runs multiple download coroutines in parallel using a provided host MonoBehaviour 1using System;
2using System.Collections;
3using System.Collections.Generic;
4using System.Linq;
5using UnityEngine;
-
-
AtomicGameEngine/AtomicGameEngine
AtomicGameEngine/AtomicGameEngine Public archiveThe Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.