Singleton from https://www.suntabu.com/page/?d=1512300646985 using System.Collections; using System.Collections.Generi...
Singleton from https://www.suntabu.com/page/?d=1512300646985 using System.Collections; using System.Collections.Generi...
ResourcesManager from https://www.suntabu.com/page.html?d=1552226655668 using System.Collections; using System.Collecti...
From https://blog.cloudflare.com/introducing-the-workers-cache-api-giving-you-control-over-how-your-content-is-cached/ ...
From https://github.com/websperts/tinypng-cli #!/usr/bin/env node var fs = require('fs'); var request = require('reque...
Client Codes Core Codes public class UploadFile { public UploadFile() { ContentType = "applicatio...
From https://stackoverflow.com/questions/566462/upload-files-with-httpwebrequest-multipart-form-data public static void...
Graphy is a tool which won Unity 2018 Rewards - Best development tool. The Debugger: this component is a powerful featur...
SphericalCoordinate using System; using UnityEngine; namespace UnityToolbag.CoordinateSystems.SphericalCoordinate { ...
half4 mix(half4 x,half4 y,float a){ return x * (1-a) + y*a; } half3 rgb2hsv(half3 c) { half4 K = half4(0.0, -1.0 /...
General Using a more poweful machine to build with better CPU and better SSD for storing your unity project. Exclude pr...