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_LightWrap.cs(95,8): 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?)
Assets\LuaFramework\ToLua\Source\Generate\UnityEngine_QualitySettingsWrap.cs(1107,4): error CS0200: Property or indexer 'QualitySettings.streamingMipmapsRenderersPerFrame' cannot be assigned to -- it is read only
重新gen basetype wrap还会有下边这个错:
Assets\LuaFramework\ToLua\BaseType\System_TypeWrap.cs(2302,19): error CS1061: 'Type' does not contain a definition for 'IsSZArray' and no accessible extension method 'IsSZArray' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered:
已重新 Lua->clear wrap files
Assets\LuaFramework\ToLua\Source\Generate\UnityEngine_LightWrap.cs(95,8): 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?)
Assets\LuaFramework\ToLua\Source\Generate\UnityEngine_QualitySettingsWrap.cs(1107,4): error CS0200: Property or indexer 'QualitySettings.streamingMipmapsRenderersPerFrame' cannot be assigned to -- it is read only
重新gen basetype wrap还会有下边这个错:
Assets\LuaFramework\ToLua\BaseType\System_TypeWrap.cs(2302,19): error CS1061: 'Type' does not contain a definition for 'IsSZArray' and no accessible extension method 'IsSZArray' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered: