Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Cannot have PS4 and Linux package installed at the same time

Discussion in 'Linux' started by LightStriker, Oct 26, 2020.

  1. LightStriker

    LightStriker

    Joined:
    Aug 3, 2013
    Posts:
    2,717
    Code (CSharp):
    1. Library\PackageCache\com.unity.toolchain.win-x86_64-linux-x86_64@0.1.11-preview\Editor\Unity.Toolchain.cs(56,69): error CS0433: The type 'SlashMode' exists in both 'Unity.SysrootPackage.Editor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'UnityEditor.PS4.Extensions, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
    For some reason, someone working on Linux and someone working on PS4 both had the great idea of packaging NiceIO in their editor DLL. Meaning I have 2 DLL with the same type/namespace.

    Quite critical right now, as I'm unable to build Linux in IL2CPP.

    Bug ID: 1287905
     
    Last edited: Nov 6, 2020
  2. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    We have a fix for this and will push out a new package to resolve it.
     
  3. LightStriker

    LightStriker

    Joined:
    Aug 3, 2013
    Posts:
    2,717
    Glad to hear it!
     
  4. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    We have released a new version of the packages that should resolve the NiceIO issue as well as reduce some of the log spam.