Skip to content

Instantly share code, notes, and snippets.

@asm256
asm256 / CM3D2.ConsoleCodePage.Plugin.cs
Last active September 21, 2015 14:38
コンソールの文字化けを直すUnityInjectorプラグイン
//@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/asm256/9bfb88336a1433e2328a/raw/bootstrap.ps1'))"
/*
コンソールの文字化けを直すUnityInjectorプラグイン
必要なもの
.net Framework 3.5
ビルド方法
CM3D2_KAIZOU\UnityInjector\ 内に保存して
C:\Windows\Microsoft.NET\Framework\v3.5\csc /t:library /lib:..\CM3D2x64_Data\Managed /r:UnityEngine.dll /r:UnityInjector.dll /unsafe CM3D2.ConsoleCodePage.Plugin.cs
でビルド
*/