Modular-Shader-System icon indicating copy to clipboard operation
Modular-Shader-System copied to clipboard

UI errors in Unity 2022.3.22f1

Open chemicalcrux opened this issue 9 months ago • 0 comments

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).

chemicalcrux avatar Mar 26 '25 16:03 chemicalcrux