InjectFix
InjectFix copied to clipboard
已有类带有委托或者实现自父类方法打[Patch]无效
会报这个错: ExecutionEngineException: Attempting to call method 'System.Threading.Interlocked::CompareExchange<Callback>' for which no ahead of time (AOT) code was generated.
PC测试已有委托没问题,安卓上测试有问题。
贴关键代码
红框里是NGUI注册事件的代码,这样会有问题