


Fixes PlatformPrefs and Localization initialization issues after Valheim Unity 6 update.
After Valheim updated to Unity 6, many mods started crashing with NullReferenceException in:
PlatformPrefs.TryGetPreferencesProviderLocalization.get_instanceThis mod patches these issues by providing mock implementations that initialize properly, allowing all your mods to work again.
Install with a mod manager or manually place CyganFix.dll in BepInEx/plugins/
The mod uses GUID aaa_com.cygan.cyganfix to ensure it loads alphabetically before other mods, so the fixes are applied before any mod tries to use the broken systems.
Cygan