Search Unity

Case sensitive file systems

Discussion in 'Wish List' started by Jonathan Czeck, Apr 7, 2005.

  1. Jonathan Czeck

    Jonathan Czeck

    Joined:
    Mar 17, 2005
    Posts:
    1,713
    Not a very far reaching bug I think, but Unity won't load on case sensitive file systems. . . .like one of my work computers. :)

    "The assembly mscorlib.dll was not found or could not be loaded.
    It should have been installed in the `/Library/Frameworks/Mono.Framewo?rk/Versions/mono-1.0.2/lib' directory."

    -Jon
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    Is it a UFS file system?
     
  3. Jonathan Czeck

    Jonathan Czeck

    Joined:
    Mar 17, 2005
    Posts:
    1,713
    HFS+, case sensitive. (Formatted from the command line.)

    Useful for Linux cross development to catch case errors.

    -Jon