zgsmilehappy

Results 1 issues of zgsmilehappy

仔细跟进了一下,发现是因为 ![1702119709941](https://github.com/Tencent/xLua/assets/10008255/f5343b6f-e357-42e9-88dd-71b75b709eb8) type:GetFields 返回的是空数组,调试日志如下: ![1702119813605](https://github.com/Tencent/xLua/assets/10008255/5f197ba9-b165-422d-811c-fad23187ee8f) 然后在仔细跟进了一下,应该是: ![1702119940820](https://github.com/Tencent/xLua/assets/10008255/0785dda7-1320-4b2f-bbbc-e1c177cc9e90) zh 这里设置了所有wrap 的 enum list, 在上面的lua代码中遍历types 获取type,但是GetFields()返回空数组,是不是unity版本升级导致C#版本也升级了,然后之前的xlua版本不兼容么? xlua版本为: ![1702120170618](https://github.com/Tencent/xLua/assets/10008255/46c06d0e-c151-4943-be0b-73aaa4d6c6bc)