Skip to content

Instantly share code, notes, and snippets.

echo json_encode(debug_backtrace(), JSON_PRETTY_PRINT) . PHP_EOL;
@cloned
cloned / WWWClient.cs
Last active October 12, 2017 16:45
A handy class to use WWW and WWWForm on Unity.
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace WWWKit
{
/// <summary>
/// A handy class to use WWW class and WWWForm class.
///
/// Features: