Skip to content

Instantly share code, notes, and snippets.

View mutoo's full-sized avatar

Lingjia Liu mutoo

View GitHub Profile
@mutoo
mutoo / FixAssemblys
Created November 13, 2015 08:04 — forked from horsman/FixAssemblys
FixUnityAssemblys
using UnityEngine;
using System.Collections.Generic;
using UnityEditor;
using System.Text.RegularExpressions;
using System.IO;
using System.Text;
public class ReimportUnityEngineUI
{
[MenuItem( "Assets/Reimport UI Assemblies", false, 100 )]
<?php
/**
* 替换内容源代码中的 Gist 标签为 Gist 脚本
* Gist 标签格式为: [gist gist地址]
*
* @package GistEcho
* @author woody
* @version 1.0.0
* @link http://www.fanrenxiu.com
*/
int total = 100;
int range = 10;
int player = 50;
void setup() {
size(640, 480);
frameRate(5);
}
void draw() {
background(200);