Skip to content

Conversation

@roguesaloon
Copy link

@roguesaloon roguesaloon commented May 23, 2025

In newer version of unity (2022.3.23+), AlchemyEditorWindow does not work correctly (including the example from the docs), no fields are actually rendered in the UI.

AlchemyEditorWindow example from docs:
image

It turns out in this version unity added a [HideInInspector] attribute to m_SerializedDataModeController on EditorWindow, causing Alchemy to skip over this entirely and for the EditorWindow functionality to not work properly. This PR simply excludes m_SerializedDataModeController from being skipped by the usual HideInInspectorAttribute check. Have also tested in Unity 6 and the fix works there too.

@roguesaloon roguesaloon changed the title [Bugfix] AlchemyEditorWindow: Ensure SerializedDataModeController is not excluded by Attribute [Bugfix] AlchemyEditorWindow: Ensure SerializedDataModeController included May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant