mackysoft / Unity-SerializeReferenceExtensions

Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
https://qiita.com/makihiro_dev/items/26daeb3e5f176934bf0a
MIT License
705 stars 56 forks source link

[BUG] Property not foldout after click on triangle #59

Closed Racot007 closed 1 month ago

Racot007 commented 3 months ago

What happened?

Pls watch the video with issue

https://github.com/mackysoft/Unity-SerializeReferenceExtensions/assets/6072592/0bd45e9d-c53a-44d2-a48f-3ebca3d4dd02

Package Version

1.3.1

Unity Version

2023.2.20

Ziller90 commented 1 month ago

Same problem! Package Version 1.3.1, Unity 2022.3.28

mackysoft commented 1 month ago

I have investigated this issue and it appears that the problem is occurring in the layout system after Unity 2022. It is probably related to the following issue, but I do not know how to address it on my end. https://github.com/mackysoft/Unity-SerializeReferenceExtensions/issues/57

I have tried to fix the problem, but IMGUI seems to be having difficulty fixing it.

This issue is closed as it is not critical.

Racot007 commented 1 month ago

No( Any plans update to UIElements?

mackysoft commented 1 month ago

@Racot007 Hi. Currently UIElements lacks an API to apply context menus, mainly for properties. So I will continue to use IMGUI until the necessary APIs are available.

References