Rebuilding Library and reimporting the package doesn’t fix it. To submit bug report I tried to reproduce the issue in the empty project, but with no luck - it works fine there.
That doesn’t look like a serialization issue, seems like the custom editor is not being used. Do you have the inspector in debug mode? Is there any compilation issues in the project? Can you share the log file?
Are you sure the inspector is not in debug mode? Some of those fields are only visible when it is. Right click the inspector tab and make sure Normal is ticked and not Debug. Debug mode does not use custom editors or property drawers.
I am pretty sure. In the screenshot from my original you can clearly see the working inspector of Localize String Event below Localize Texture Event. I’ve attached the screenshot of Debug inspector to my last post. They look differently.
I’ve just cloned the project on Windows and the issue is present there as well. Before I used unreleased macOS Big Sur, but the problem seems to be elsewhere.
I also removed all our scripts and most of third-party assets (including Editor tools such as Odin Inspector), however the custom Editor is still not being used.
I started a new project and imported localization (v0.10.0). No issues.
Then, I imported Odin Inspector into the project, and the issue occurred. I believe Odin is making certain field visible when they should not be, thus suppressing the Localization custom editor. I don’t know enough about the interaction between the two to diagnose any deeper than that.
Since Odin is deeply integrated into our game, I believe I’ll need to find another workaround to using the Localize Sprite Event script. (Perhaps accessing the loc tables directly through scripting / writing my own component?)