chgatla-microsoft / QRTracking

MRTK sample app for QRtracking
MIT License
74 stars 69 forks source link

Import in Unity on Linux results in errors around files with the same name but different casing #42

Open NoTuxNoBux opened 2 years ago

NoTuxNoBux commented 2 years ago

The following errors show up when using the Unity editor on Linux.

The following files have the same name but only differ in casing and will be ignored:
    Assets/Packages/Microsoft.MixedReality.QR.0.5.3011/Unity/arm64
    Assets/Packages/Microsoft.MixedReality.QR.0.5.3011/Unity/ARM64
    Assets/Packages/Microsoft.MixedReality.QR.0.5.3011/Unity/arm
    Assets/Packages/Microsoft.MixedReality.QR.0.5.3011/Unity/ARM
Case sensitive file systems are not fully supported, please move or rename these files.

These seem to be mostly harmless, as they don't break detection of the classes, don't block entering play mode, and the library doesn't actually work on Linux anyway, but they should probably be fixed anyway.