Skip to content

Instantly share code, notes, and snippets.

@yuiyoichi
yuiyoichi / FacebookPostProcessBuild.cs
Last active September 21, 2020 12:52
Facebook SDK for Unity 7.20 build error countermeasures
using System.Collections;
using System.Linq;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;
using System.IO;
/// <summary>
/// Facebook SDK for Unity 7.20 build error countermeasures
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
/*
http://forum.unity3d.com/threads/adjustable-character-spacing-free-script.288277/
Unity 5.4 compatible version
Produces an simple tracking/letter-spacing effect on UI Text components.
Set the spacing parameter to adjust letter spacing.
using UnityEngine;
using System.Collections;
using System;
/// <summary>
/// クラスの配列をJsonUtilityでデシリアライズするヘルパー
/// http://forum.unity3d.com/threads/how-to-load-an-array-with-jsonutility.375735/
/// </summary>
public class JsonHelper {
/// <summary>