ObjectPickerAdvanced

Unity object selector

why

The default object selector cannot set the specified path to select objects. So copy the own object selector to implement an object selector. In this way, other people can be restricted to select the set object only in the specified path, without setting the wrong object. In addition, the default object selector can only preview ordinary objects, and cannot perform the same operations as in the inspector preview, such as playback of audio, animation, etc.

function

  • You can set a specified path
  • You can manipulate playback previews of resources

screenshots

Common object selection:

Sprite picture selection:

Audio object selection:

You can use the toolbar button on the right to play the audio.

Animated segment selection:

The animation segment can be played through the timeline on the upper side of the preview window.

The source address

GitHub address: github.com/akof1314/Ob…