Skins
Modular skin support (no more replacing asset files!)
CHANGELOG
v0.5.3
- Auto-move from per-profile to global now replaces the existing global copy on collision rather than skipping, so per-profile is always treated as the up-to-date source
- Fixed material keyword restore on revert —
DisableKeyword("*")was a no-op; now iteratesshaderKeywordscorrectly - Fixed
_cleanflag being set after the property loop; it is now set before so a partial-apply failure can't leave the target in an inconsistent state - When a configured skin GUID is no longer found in the registry, the target now auto-reverts to vanilla and clears the stale entry
v0.5.2
- Update README with Hot Reload information
v0.5.1
- Initial Release