Skip to content

Unity2018.3拉取master最新代码build resouce报了2个错 #61

Open
@tooodooo

Description

@tooodooo

已重新 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?)

Activity

zerospace007

zerospace007 commented on Mar 5, 2019

@zerospace007

QualitySettings和Light不要导出即可

wawo00

wawo00 commented on Jul 19, 2021

@wawo00

QualitySettings和Light不要导出即可 ,怎么配置呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zerospace007@tooodooo@wawo00

        Issue actions

          Unity2018.3拉取master最新代码build resouce报了2个错 · Issue #61 · jarjin/LuaFramework_UGUI