I want to instatiate the inspector of a specific type like int and String into my own inspector plugin. It would be incredibly useful to use the premade inspector types as they are just really well made.

The image is not related, I just wanted to put some visual here.

  • AtegonMA
    link
    5
    edit-2
    1 month ago

    I dont think I fully understand the question but things should just show as the default type handling in the inspector if you dont override the handling for that type

    If you need the individual controls for some reason theres some available like EditorSpinSlider EditorResourcePicker etc