This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.6.0
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 theRuntime/UnityExplorer.prefab
into your scene, or create a GameObject and add theExplorer 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
AudioClip
s, and save them to .wav if supported. Use theShow Player
button at the top of the inspector when inspecting anAudioClip
. - 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)