Skip to content

UI errors in Unity 2022.3.22f1 #19

Open
@chemicalcrux

Description

@chemicalcrux

The library's UI code has some problems when used in Unity 2022:

  • Several places in CodeViewElement.cs access an always-null property

_listView.contentContainer.style.width = width;

  • The Modular Shader editor fails to find some serialized properties:

Image
(This causes errors in both ModuleInspectorList.cs and InspectorList.cs when they try to use the _array field).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions