Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Releases: jeffcampbellmakesgames/unity-auto-preset

v1.0.1 Release

14 Oct 21:32
Compare
Choose a tag to compare

Summary

This update adds a few easy manual methods for updating any assets that would be affected by an AutoPresetConfig without needing to reimport each asset.

  • Right-clicking any Unity Preset asset and selecting AutoPreset=>Reimport Linked Assets will reimport any assets in the scope of any AutoPresetConfig instance that have that Preset assigned to it.

image

  • A new inspector button with the text Reimport Linked Assets is available on the AutoPresetConfig asset that will reimport any applicable assets in that folder.

AutoPresetConfigInspector

v1.0.0 AutoPreset

28 Sep 13:45
Compare
Choose a tag to compare

Summary

This heralds the v1.0.0 launch of AutoPresets for Unity, an automated scriptable way to configure imported assets without requiring additional code. For more instructions on installation and usage, please see the readme here.