SrejonKhan / AsyncImageLibrary-Sandbox

New Sandbox Project for AsyncImageLibrary, a library to load Image asynchronously in Unity from external environment without blocking Main-Thread.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async Image Library - Sandbox

This is sandbox project of AsyncImageLibrary. Experiment as you wish!

Getting Started

  • Clone with submodules git clone --recursive https://github.com/SrejonKhan/AsyncImageLibrary-Sandbox.git
  • Change directory cd AsyncImageLibrary-Sandbox
  • If you want to change branch or the HEAD of the Library:
    • Change directory to cd Packages/AsyncImageLibrary
    • Checkout to any branch or commit you wish git checkout develop

About

New Sandbox Project for AsyncImageLibrary, a library to load Image asynchronously in Unity from external environment without blocking Main-Thread.


Languages

Language:C# 87.1%Language:Objective-C++ 12.9%