Tomasz Chabora
Tomasz Chabora
It displays as "Object ID: xxxxx", because it's property of type ObjectID, not Object.
You can inspect the object in debugger and see its path.
Perhaps `updown` could be deprecated.
> When the value is at the extremity of the allowed range, one of the arrows is disabled When both are at extremity, both arrows should be disabled:  It...
So I looked at the list of added properties and I agree that there is too many of them. Configurability is nice, but do we even need **that much**? Every...
You didn't address all my comments though. https://github.com/godotengine/godot/pull/89265#issuecomment-2004233077 is still relevant. Also https://github.com/godotengine/godot/pull/89265#discussion_r1528803125
Seems like this breaks EditorSpinSliders. Integer properties no longer show arrows (e.g. `frame_coords` in Sprite2D):  Correct: 
> I have put a greater minimum button width than the icon itself in the editor & default themes to improve usability. Ah, I guess that justifies it. Though it...
What's the use for automatic reload? If the editor is not focused, you are not using it. And there is no way to save a file externally without unfocusing the...
Well according to the comment above, it does work in 4.2.1, so it should in 4.2.2 too. I just tried in 4.3 beta and the feature is also functional.