PhilianZ
PhilianZ
https://www.realtimerendering.com/figures/RTR4.05.09.png The left top image appears weird, but as the book mentioned, this column represents per-pixel shading and the result is right. I know the teapot comparison is clear and...
在运行时load patch的时候报错: System.Exception: cat not find id field: ClassName-FunctionName0, for CustomAsync FunctionName() 返回值为继承自CustomYieldInstruction的类CustomAsync。函数FunctionName是override父类的,非新增。此外类内另一个传入List的函数,load patch也会报相同错误。类内其他函数热更没问题。因此基本锁定问题是和CustomAsync类有关。 我查看了issue [#70](https://github.com/Tencent/InjectFix/issues/70),尝试在CustomAsync和ClassName前都添加了[IFix.CustomBridge],仍然报相同的错。