FastScriptReload icon indicating copy to clipboard operation
FastScriptReload copied to clipboard

Editor rendering for fields added at runtime does not work in newer Unity versions

Open handzlikchris opened this issue 10 months ago • 0 comments

Looks like adding new fields at runtime is broken. I think newer Unity version changed how they render Editor UI.

In past they were using either UnityEditor.Editor:DrawDefaultInspector, UnityEditor.GenericInspector:OnOptimizedInspectorGUI

Currently those methods are not hit, the harmony hook FastScriptReload.Editor.NewFields.NewFieldsRendererDefaultEditorPatch needs to be adjusted to intercept whatever new workflow is using

handzlikchris avatar Jan 06 '25 16:01 handzlikchris