I recently updated Unity from 2021.3.13f to 2021.3.14f. After update this error came up:
Library\PackageCache\com.unity.services.core@1.6.0\Editor\Core\Configuration\ProjectConfigurationBuildInjectorWithPlayerProcessor.cs(43,50): error CS0433: The type 'FileIOPermission' exists in both 'System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
So far what I know and tried:
Unity has updated its Services core lib in 2021.3.14f version:
- com.unity.services.core: 1.5.2 → 1.6.0
Im using Firebase and Playfab in my project
- To my knowledge Firebase is using mscorlib.
- I tried resolving libraries through external dependecy manager, but with no success
- I tried updating Playfab and Firebase to it's lastest version, but that didn't help either.
I tried switching to .net Framework instead .net Standard. That also didn't do anything
I scoured the internet for answers but I didn't find anything related to Unity.