handzlikchris / handzlikchris/FastScriptReload
Editor rendering for fields added at runtime does not work in newer Unity versions
Abierto
bug
- Lenguaje dominante
- C#
- Estrellas
- 2.2k
- Forks
- 167
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.