Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question How to create an object field for arrays in editor windows?

Discussion in 'UI Toolkit' started by fleity, Nov 30, 2022.

  1. fleity

    fleity

    Joined:
    Oct 13, 2015
    Posts:
    337
    Hi everyone,

    I am creating a simple tool window for mirroring a group of objects and would like my editor window to have a property field similar to what the default implementation of [SerializedField] private / public Transform[] creates in a custom inspector.. but in an editor window.

    How do I do this with UTK?