You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets/XLua/Gen/UnityEngineLightWrap.cs(1042,35): error CS1061: Type UnityEngine.Light' does not contain a definition for shadowAngle' and no extension method shadowAngle' of type UnityEngine.Light' could be found. Are you missing an assembly reference?
Assets/XLua/Gen/UnityEngineLightWrap.cs(1027,35): error CS1061: Type UnityEngine.Light' does not contain a definition for shadowRadius' and no extension method shadowRadius' of type UnityEngine.Light' could be found. Are you missing an assembly reference?
Uh oh!
There was an error while loading. Please reload this page.
Assets/XLua/Gen/UnityEngineLightWrap.cs(1042,35): error CS1061: Type
UnityEngine.Light' does not contain a definition for
shadowAngle' and no extension methodshadowAngle' of type
UnityEngine.Light' could be found. Are you missing an assembly reference?Assets/XLua/Gen/UnityEngineLightWrap.cs(1027,35): error CS1061: Type
UnityEngine.Light' does not contain a definition for
shadowRadius' and no extension methodshadowRadius' of type
UnityEngine.Light' could be found. Are you missing an assembly reference?看了下生成的Wrap文件是有shadowAngle 和 shadowRadius 的。求大神帮忙看下
版本:2018.1.0f2
环境:Android平台打包
The text was updated successfully, but these errors were encountered: