tylearymf

Results 4 issues of tylearymf

![image](https://user-images.githubusercontent.com/14980389/71413199-19e5f800-268c-11ea-99f8-0237ca3c1a00.png) ![image](https://user-images.githubusercontent.com/14980389/71413207-20746f80-268c-11ea-81e7-5987944bf507.png) 你好.这里传的buffer的长度应该不对吧,应该传的是LuaByteBuffer的Length吧

Windows10下cer证书生成会失败,' /CN' 改成 '//CN' 即可

目前使用上来,hook一些多重载的方法的时候会有些麻烦,所以才有意搞了这个类 举个例子,下面只需要传入 hook的类型和方法名,则可自动搜索需要hook的目标类型与当前类型中的方法,两者方法签名一致的就会自动hook住 ``` [InitializeOnLoad] public class LogFilter { static QuickHook hook; static LogFilter() { hook = new QuickHook(typeof(LogFilter)); hook.HookMethod(Debug.unityLogger.GetType(), "Log"); hook.HookMethod(Debug.unityLogger.GetType(), "LogFormat"); } [MethodImpl(MethodImplOptions.NoOptimization)] static void Log(ILogger logger, LogType...

The compiled script of FSR has a different number of lines compared to the original script, due to the additional comments at the beginning. Have you considered maintaining consistency? ![image](https://user-images.githubusercontent.com/14980389/231369450-9f10a728-e890-48cd-951a-c7ebe6f2b250.png)