Skip to content

Instantly share code, notes, and snippets.

View X601169957911's full-sized avatar

ramdhanfamilysr@gmail.com X601169957911

View GitHub Profile
@X601169957911
X601169957911 / BatchDownloader.cs
Created March 24, 2022 11:42 — forked from mattbenic/BatchDownloader.cs
Batch downloader that runs multiple download coroutines in parallel using a provided host MonoBehaviour
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace MB.Other
{
public class BatchDownloader
{
@mattbenic
mattbenic / BatchDownloader.cs
Created October 6, 2020 10:17
Batch downloader that runs multiple download coroutines in parallel using a provided host MonoBehaviour
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace MB.Other
{
public class BatchDownloader
{
# ANT+
-lib/libantradio.so
-lib64/libantradio.so
product/lib/com.qualcomm.qti.ant@1.0.so
product/lib64/com.qualcomm.qti.ant@1.0.so
# Bluetooth (aptX)
product/lib64/libaptX_encoder.so|df1c89d7af1bb35808d5fe3496b04ba066c10cbc
product/lib64/libaptXHD_encoder.so|e13fa70c97caaa24d061678bdee608eb8850a69e
@mattbenic
mattbenic / .gitignore
Last active April 9, 2022 21:08
Common .gitignore file for Unity 3D projects Originally based on Github's default Unity 3D .gitignore
# Unity automatically generated files/folders
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Uu]nityGenerated/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln