Modifying Source Assets Through Scripting
Editor Windows

Extending the Editor

Unity lets you extend the editor with your own custom inspectorsA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
See in Glossary
and Editor Windows and you can define how properties are displayed in the inspector with custom Property DrawersA Unity feature that allows you to customize the look of certain controls in the Inspector window by using attributes on your scripts, or by controlling how a specific Serializable class should look More info
See in Glossary
. This section explains how to use these features.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答