This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Releases: jeffcampbellmakesgames/unity-auto-preset
Releases · jeffcampbellmakesgames/unity-auto-preset
v1.0.1 Release
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 anyAutoPresetConfig
instance that have thatPreset
assigned to it.
- 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.
v1.0.0 AutoPreset
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.