Reputation: 13
I recently updated Unity from 2021.3.13f to 2021.3.14f. After update this error came up:
Library\PackageCache\[email protected]\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:
Im using Firebase and Playfab in my project
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.
Upvotes: 1
Views: 1165
Reputation: 26
I am not sure whether this is right approach deselecting Auto-reference and validate-reference from inspector in unity resolved issue for me.
Upvotes: 1