CyganFix
Fixes PlatformPrefs and Localization initialization issues after Valheim Unity update. Loads first to ensure all mods work properly.CyganFix
Fixes PlatformPrefs and Localization initialization issues after Valheim Unity 6 update.
What does it do?
After Valheim updated to Unity 6, many mods started crashing with NullReferenceException in:
PlatformPrefs.TryGetPreferencesProviderLocalization.get_instance
This mod patches these issues by providing mock implementations that initialize properly, allowing all your mods to work again.
Installation
Install with a mod manager or manually place CyganFix.dll in BepInEx/plugins/
Why does it load first?
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.
Author
Cygan
- LinkedIn: https://www.linkedin.com/in/pszym89/
- Buy Me A Coffee: https://buymeacoffee.com/cygan
Changelog
1.0.0
- Initial release
- Fixes PlatformPrefs.TryGetPreferencesProvider returning null
- Fixes Localization.instance initialization
