找回密码
 立即注册
查看: 333|回复: 0

xlua 问题踩坑

[复制链接]
发表于 2021-8-12 08:20 | 显示全部楼层 |阅读模式
在进行AssetBundle时,报了以下错误


具体报错信息如下:
Assets\XLua\Gen\UnityEngine_LightWrap.cs(173,39): error CS1061: ‘Light’ does not contain a definition for ‘SetLightDirty’ and no accessible extension method ‘SetLightDirty’ accepting a first argument of type ‘Light’ could be found (are you missing a using directive or an assembly reference?)
解决方案

找到Generator.cs脚本;在GetGenConfig 方法下添加以下内容:
  1.             new List<string>(){"UnityEngine.Light", "shadowRadius"},
  2.             new List<string>(){"UnityEngine.Light", "SetLightDirty"},
  3.             new List<string>(){"UnityEngine.Light", "shadowAngle"},
  4.             new List<string>(){"UnityEngine.Light", "shadowAngle"}
复制代码
具体位置如下:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-11-24 06:22 , Processed in 0.141972 second(s), 26 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表