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/LuaFramework/ToLua/Source/Generate/UnityEngine_InputWrap.cs(259,31): error CS0117: UnityEngine.Input' does not contain a definition for IsJoystickPreconfigured'
Assets/LuaFramework/ToLua/Source/Generate/UnityEngine_QualitySettingsWrap.cs(1077,32): error CS0200: Property or indexer `UnityEngine.QualitySettings.streamingMipmapsRenderersPerFrame' cannot be assigned to (it is read-only)
Error building Player because scripts had compiler errors
Assets/LuaFramework/ToLua/Source/Generate/UnityEngine_InputWrap.cs(259,31): error CS0117:
UnityEngine.Input' does not contain a definition for
IsJoystickPreconfigured'Assets/LuaFramework/ToLua/Source/Generate/UnityEngine_QualitySettingsWrap.cs(1077,32): error CS0200: Property or indexer `UnityEngine.QualitySettings.streamingMipmapsRenderersPerFrame' cannot be assigned to (it is read-only)
Error building Player because scripts had compiler errors
第一个错是因为这个函数是 Linux-only API,第二个不明白为什么会报错,
初次生成资源的时候,会有这两个错误。 手动把这两个函数去掉,之后 DEMO可以运行。
作者或许会有方法可以自动不生成这两个函数来解决这个问题。
The text was updated successfully, but these errors were encountered: