Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

UnityExplorer 4.6.0

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 21 Mar 10:39
· 148 commits to master since this release

Editor package

  • Added UnityExplorer.Editor release.
  • Currently you can either import the local package.json with the Package Manager, or just drag the folder into your project. Then drag the Runtime/UnityExplorer.prefab into your scene, or create a GameObject and add the Explorer Editor Behaviour script to it.
  • Tested with Unity 2017.1 and 2020.3.
  • Official package support may come in the future.

Unity object widgets

  • Added an inspector widget to listen to AudioClips, and save them to .wav if supported. Use the Show Player button at the top of the inspector when inspecting an AudioClip.
  • Improved the Texture2D viewer widget, the displayed image is now scaled correctly to the image's original dimensions. It will be displayed at full size when it is smaller than the inspector window, otherwise it will be scaled appropriately.
  • Refactored Unity object widget classes so that expansion will be easier in the future.

Other

  • Fixed transform tree labels overlapping on the sibling index input
  • Added a black outline to the resize cursor arrow so that it's easier to see against light backgrounds
  • Fixed a niche issue with implicit constructors on generic struct classes (the generic argument input was not shown)