Search Unity

'Copying file failed' error

Discussion in 'Unity Analytics' started by RSH1, Feb 13, 2019.

Thread Status:
Not open for further replies.
  1. RSH1

    RSH1

    Joined:
    Jul 9, 2012
    Posts:
    256
    I am getting the following error when trying to build & run for iOs

    Code (csharp):
    1. Copying Packages/com.unity.analytics/Unity.Analytics.Tracker.dll to Temp/StagingArea/Data/Managed/Unity.Analytics.Tracker.dll: Operation not permitted
    The project built fine for Android, what is the problem here?

    Using Unity 2018.3.5f1, Monetization 3.0.1 and Unity IAP asset.
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Are you building on a Mac? What OS version?
     
  3. JuanD20

    JuanD20

    Joined:
    Oct 3, 2017
    Posts:
    2
    I'm facing this problem on Unity 2018.3.4 on macOS 10.13.6, please help :'(
     
  4. biomee

    biomee

    Joined:
    Aug 4, 2017
    Posts:
    5
    Same error, Unity 2018.3.5f1, macOS 10.14.2
     
  5. darax

    darax

    Joined:
    Jul 20, 2015
    Posts:
    13
    FWIW, I'm seeing this frequently on Windows.
     
  6. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Please provide steps to reproduce on a new project if you could please.
     
  7. zsfdyxf

    zsfdyxf

    Joined:
    Jul 3, 2018
    Posts:
    1
    I have the save problem
     
  8. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Please post your error text
     
  9. JariHuomo

    JariHuomo

    Joined:
    Feb 8, 2013
    Posts:
    48
    Mac build - Unity 2018.3.6 - MacOS Mojave - Same error too

    Copying file failed

    Copying Packages/com.unity.analytics/Unity.Analytics.Tracker.dll to Temp/StagingArea/Data/Managed/Unity.Analytics.Tracker.dll: Operation not permitted
     
  10. JariHuomo

    JariHuomo

    Joined:
    Feb 8, 2013
    Posts:
    48
    Removing both Library & Temp folders fixed the "operation not permitted" problem in my project.
     
    a_tasja and andrew_pearce like this.
  11. darax

    darax

    Joined:
    Jul 20, 2015
    Posts:
    13
    I still hit this frequently. I'm working on an Android project with Google ARCore. My workflow includes exporting the project to Android studio. I get into this state every few compiles. Restarting the editor gets me out of it.

    I also hit the issue working on a Windows UWP project. I build .NET with C# projects. The .dll that gets the sharing violation varies.

    I just hit it on 2019.1.0b7
    Copying assembly from 'Temp/Unity.CollabProxy.Editor.dll' to 'Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll' failed

    Made a new project
    switched it to UWP
    enabled virtual reality and windows mixed reality.
    the package manager kicked in
    the dll sharing violation occurred.

    Operation UnityEditor.PackageManager.Requests.ListRequest Done
    Current xiaomi package version is empty
    Operation UnityEditor.PackageManager.Requests.SearchRequest Done
    Latest xiaomi package version is empty
    [ScriptCompilation] Recompiling all scripts because: Switching to platform Universal Windows Platform:MetroSupport
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Starting compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
    - Starting compile Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
    - Starting compile Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
    - Starting compile Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
    Reloading assemblies after script compilation.
    Begin MonoManager ReloadAssembly
    Initializing Extension Manager v2019.1.0 for Unity v2019.1.0b7
    Registering platform support modules:
    Registered platform support modules in: 0.0576178s.
    Native extension for WindowsStandalone target not found
    Native extension for Android target not found
    Native extension for iOS target not found
    Refreshing native plugins compatible for Editor in 2.18 ms, found 2 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Mono: successfully reloaded assembly
    Refreshing native plugins compatible for Editor in 0.25 ms, found 2 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    - Completed reload, in 1.832 seconds
    Platform modules already initialized, skipping
    Refresh: detecting if any assets need to be imported or removed ...
    Refreshing native plugins compatible for Editor in 0.27 ms, found 2 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Refreshing native plugins compatible for Editor in 0.24 ms, found 2 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Refresh Completed time: 0.130037s
    Asset Scan time: 0.035303s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.000000s (count: 0)
    Post Processs Assets (Scripting) time: 0.000000s
    Asset Rehashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Non Scripting) time: 0.000000s (count: 0)
    Post Process Assets (Non Scripting) time: 0.000000s
    Dependent Assets to Import Queue time: 0.000000s
    Determining assets that need to be reimported for target platform ... 0.208924 seconds.
    Hashing assets (39 files)... 0.008 seconds
    file read: 0.003 seconds (2.047 MB)
    wait for write: 0.000 seconds (I/O thread blocked by consumer, aka CPU bound)
    wait for read: 0.005 seconds (CPUT thread waiting for I/O thread, aka disk bound)
    hash: 0.003 seconds
    Refreshing native plugins compatible for Editor in 0.26 ms, found 2 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    [C# Project] Writing E:/git/local/funnewproj/New Unity Project\New Unity Project.sln because it has changed
    [C# Project] First difference on line 4
    [C# Project] Current E:/git/local/funnewproj/New Unity Project\New Unity Project.sln:
    [C# Project] 004: Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TextMeshPro", "Unity.TextMeshPro.csproj", "{07A21C90-D344-AE1A-8456-9910C203B41A}"
    [C# Project] 005: EndProject
    [C# Project] 006: Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TextMeshPro.Player", "Unity.TextMeshPro.Player.csproj", "{F1CA471D-22AC-18A9-132D-9C670FF66678}"
    [C# Project] 007: EndProject
    [C# Project] 008: Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Analytics.DataPrivacy", "Unity.Analytics.DataPrivacy.csproj", "{D6E266C6-3D1F-28C8-9FEB-2A01E44DBF77}"
    [C# Project] New E:/git/local/funnewproj/New Unity Project\New Unity Project.sln:
    [C# Project] 004: Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.TextMeshPro.Player", "Unity.TextMeshPro.Player.csproj", "{F1CA471D-22AC-18A9-132D-9C670FF66678}"
    [C# Project] 005: EndProject
    [C# Project] 006: Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Analytics.DataPrivacy.Player", "Unity.Analytics.DataPrivacy.Player.csproj", "{42411805-2A76-B786-50D5-240EEE2DE49C}"
    [C# Project] 007: EndProject
    [C# Project] 008: Global
    Performing a deferred platform switch from 'Windows 64-bit' to 'Universal Windows Platform' took 5.84403 seconds.
    <RI> Initialized touch support.
    Refresh: detecting if any assets need to be imported or removed ...
    [Package Manager] Done resolving packages in 0.28s seconds
    [Package Manager] Registering 39 packages:
    [Package Manager] * Package : com.unity.ads@2.0.8
    (location: E:\git\local\funnewproj\New Unity Project\Library\PackageCache\com.unity.ads@2.0.8)
    [Package Manager] * Package : com.unity.analytics@3.3.2
    (location: E:\git\local\funnewproj\New Unity Project\Library\PackageCache\com.unity.analytics@3.3.2)
    [Package Manager] * Package : com.unity.collab-proxy@1.2.15
    (location: E:\git\local\funnewproj\New Unity Project\Library\PackageCache\com.unity.collab-proxy@1.2.15)
    [Package Manager] * Package : com.unity.package-manager-ui@2.1.1
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.package-manager-ui)
    [Package Manager] * Package : com.unity.purchasing@2.0.1
    (location: E:\git\local\funnewproj\New Unity Project\Library\PackageCache\com.unity.purchasing@2.0.1)
    [Package Manager] * Package : com.unity.textmeshpro@1.3.0
    (location: E:\git\local\funnewproj\New Unity Project\Library\PackageCache\com.unity.textmeshpro@1.3.0)
    [Package Manager] * Package : com.unity.timeline@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.timeline)
    [Package Manager] * Package : com.unity.xr.windowsmr.metro@1.0.8
    (location: E:\git\local\funnewproj\New Unity Project\Library\PackageCache\com.unity.xr.windowsmr.metro@1.0.8)
    [Package Manager] * Package : com.unity.modules.ai@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.ai)
    [Package Manager] * Package : com.unity.modules.animation@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.animation)
    [Package Manager] * Package : com.unity.modules.assetbundle@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.assetbundle)
    [Package Manager] * Package : com.unity.modules.audio@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.audio)
    [Package Manager] * Package : com.unity.modules.cloth@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.cloth)
    [Package Manager] * Package : com.unity.modules.director@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.director)
    [Package Manager] * Package : com.unity.modules.imageconversion@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.imageconversion)
    [Package Manager] * Package : com.unity.modules.imgui@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.imgui)
    [Package Manager] * Package : com.unity.modules.jsonserialize@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.jsonserialize)
    [Package Manager] * Package : com.unity.modules.particlesystem@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.particlesystem)
    [Package Manager] * Package : com.unity.modules.physics@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.physics)
    [Package Manager] * Package : com.unity.modules.physics2d@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.physics2d)
    [Package Manager] * Package : com.unity.modules.screencapture@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.screencapture)
    [Package Manager] * Package : com.unity.modules.terrain@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.terrain)
    [Package Manager] * Package : com.unity.modules.terrainphysics@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.terrainphysics)
    [Package Manager] * Package : com.unity.modules.tilemap@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.tilemap)
    [Package Manager] * Package : com.unity.modules.ui@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.ui)
    [Package Manager] * Package : com.unity.modules.uielements@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.uielements)
    [Package Manager] * Package : com.unity.modules.umbra@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.umbra)
    [Package Manager] * Package : com.unity.modules.unityanalytics@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unityanalytics)
    [Package Manager] * Package : com.unity.modules.unitywebrequest@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequest)
    [Package Manager] * Package : com.unity.modules.unitywebrequestassetbundle@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestassetbundle)
    [Package Manager] * Package : com.unity.modules.unitywebrequestaudio@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestaudio)
    [Package Manager] * Package : com.unity.modules.unitywebrequesttexture@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequesttexture)
    [Package Manager] * Package : com.unity.modules.unitywebrequestwww@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestwww)
    [Package Manager] * Package : com.unity.modules.vehicles@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.vehicles)
    [Package Manager] * Package : com.unity.modules.video@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.video)
    [Package Manager] * Package : com.unity.modules.vr@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.vr)
    [Package Manager] * Package : com.unity.modules.wind@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.wind)
    [Package Manager] * Package : com.unity.modules.xr@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.xr)
    [Package Manager] * Package : com.unity.ugui@1.0.0
    (location: E:\unity2019.1.0b7\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui)
    [Package Manager] Done registering packages in 0.03s seconds
    Hashing assets (44 files)... 0.058 seconds
    file read: 0.021 seconds (39.827 MB)
    wait for write: 0.021 seconds (I/O thread blocked by consumer, aka CPU bound)
    wait for read: 0.002 seconds (CPUT thread waiting for I/O thread, aka disk bound)
    hash: 0.055 seconds
    Updating Packages/com.unity.xr.windowsmr.metro - GUID: 31d0cd02cd08e6628c45c8699f0b9aa2...
    done. [Time: 18.556400 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime - GUID: 1f01ebef226199141bc27320a47a0e2f...
    done. [Time: 14.235500 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins - GUID: 3813bbc548d3c1545aa3ef83ebe9998a...
    done. [Time: 14.426300 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Editor - GUID: d2a981c86720fee47bff5ac6ea57abd7...
    done. [Time: 14.057500 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Documentation - GUID: ff7697f49ff6b484094382e366ec3b69...
    done. [Time: 14.543400 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps - GUID: 1ed7963eaea82124d93e68bc495c4721...
    done. [Time: 14.797600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64 - GUID: 41072c2dda58ed8499bc0165c015e092...
    done. [Time: 14.403100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86 - GUID: 50897aeab574b1144a6cf996625dd6e3...
    done. [Time: 14.188800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation - GUID: fdc228ccc27c8174a9950096706839b9...
    done. [Time: 14.304700 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation/Rooms - GUID: 3cf714e20bd0fe940a4bc84a3b831262...
    done. [Time: 15.045800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x64 - GUID: 50eeb45f65640fc4092a22332d2edb55...
    done. [Time: 13.783200 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_arm - GUID: 61b91bb208dd8d24b9067fe411f2956f...
    done. [Time: 14.137400 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x86 - GUID: 79ff8fcdc6d13eb4db0466e806d45630...
    done. [Time: 14.172100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Editor/Unity.XR.WindowsMR.Editor.asmdef - GUID: 0bbd462d7dc8f9441973a4c86a22e16e...
    done. [Time: 13.953400 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/Unity.XR.WindowsMR.asmdef - GUID: 33b4bc8ff031ca64cb5b84c47a40dd88...
    done. [Time: 14.172000 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Editor/HolographicRemotingPluginRegistration.cs - GUID: 0cd20c8b26dfc7c4c850bde3e3af3bba...
    done. [Time: 34.632500 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Editor/SpatialMappingRendererInspector.cs - GUID: 1bcf63a84c759ae43940215984f29018...
    done. [Time: 25.164200 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Editor/SpatialMappingBaseInspector.cs - GUID: 260780be61726724d996cb8e27ccb025...
    done. [Time: 27.099800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/HoloLensInputModule.deprecated.cs - GUID: 54bded529dafa17478c513a7b0bc8faa...
    done. [Time: 24.227600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/AudioSpatializer.cs - GUID: 647f9962fe6b3164880c4e2630bee646...
    done. [Time: 22.622400 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Editor/SpatialMappingColliderInspector.cs - GUID: b0057f9eaa919904e8b96fa5646418e7...
    done. [Time: 65.587600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/SpatialMappingCollider.cs - GUID: b0701dcbd499e3248b1ea0a49bd0c93d...
    done. [Time: 29.119200 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/SpatialMappingRenderer.cs - GUID: b8eba3983fbe76c4f8e2a9383cd0ee51...
    done. [Time: 29.505700 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/SpatialMappingContext.cs - GUID: c0543fd6b22f8e74996231b179aebd4c...
    done. [Time: 32.536500 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/SpatialMappingBase.cs - GUID: e1b2871fcd8de8b4ea5b35bae08e64d7...
    done. [Time: 40.978600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/HoloLensInputModule.cs - GUID: f69971b584145e54a8a6f32e3d53c249...
    done. [Time: 31.130200 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Runtime/HoloLensInput.cs - GUID: fca7c4a5bcab7154ea9829afc231f011...
    done. [Time: 28.584000 ms]
    [ScriptCompilation] Recompiling all scripts because: Assembly Definition File(s) changed
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Starting compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
    - Starting compile Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
    - Starting compile Library/ScriptAssemblies/Unity.XR.WindowsMR.dll
    - Starting compile Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.XR.WindowsMR.dll
    - Starting compile Library/ScriptAssemblies/Unity.XR.WindowsMR.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    Copying assembly from 'Temp/Unity.CollabProxy.Editor.dll' to 'Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll' failed
    AssetDatabase: script compilation time: 1.068274s
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64/AudioPluginMsHRTF.pdb - GUID: 8ac307d1ba77d4648b344ffd84d59fcf...
    done. [Time: 56.203000 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86/AudioPluginMsHRTF.pdb - GUID: e8124480e864d5647b18d9aba197f844...
    done. [Time: 18.460900 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation/Rooms/DefaultRoom.xef - GUID: 4feaac12ed514fc4795c8566bc005eca...
    done. [Time: 19.528600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation/Rooms/GreatRoom.xef - GUID: 56fc77a532fe92e42a9f2d7895101f6a...
    done. [Time: 21.032900 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation/Rooms/LivingRoom.xef - GUID: 790749e7a6894fe468824465fc6a6d62...
    done. [Time: 17.414000 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x64/AudioPluginMsHRTF.pdb - GUID: 82e3f59726638874fb3810e46df6b7a1...
    done. [Time: 18.011700 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation/Rooms/Bedroom2.xef - GUID: 8305a82e40ff57249a9e08a286cbef9a...
    done. [Time: 18.071200 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x86/AudioPluginMsHRTF.pdb - GUID: df25f058afce9334f925114d747d2e7d...
    done. [Time: 17.879500 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_arm/AudioPluginMsHRTF.pdb - GUID: eb1832ca6877a194ea4b2d40e4fc739a...
    done. [Time: 16.664100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/HolographicSimulation/Rooms/Bedroom1.xef - GUID: f97961b8182a54742bb0afd7c5b6aadc...
    done. [Time: 16.235800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64/PerceptionRemotingPlugin.dll - GUID: 07cf1fa7fe503c048977ae0862734d81...
    done. [Time: 25.508100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Documentation/WindowsMR.md - GUID: 2886a0da3e8b3594aa907ecb0a1ab3be...
    done. [Time: 16.512300 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64/AudioPluginMsHRTF.dll - GUID: 3a241ad0210e7dd4e9c89cf7b17d1f81...
    done. [Time: 25.314800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/README.md - GUID: 3addef0d1adf1fd43a4ef7b500e119ab...
    done. [Time: 17.089500 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x64/PerceptionRemotingPlugin.dll - GUID: 3b04d03465ed0684d824fc717fe5634e...
    done. [Time: 24.342200 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x86/PerceptionRemotingPlugin.dll - GUID: 3cced25090c6526429edc4b22c474c84...
    done. [Time: 23.985900 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x64/Microsoft.Perception.Simulation.dll - GUID: 445eeca4c2746564d9cec929982c26d8...
    done. [Time: 24.180700 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64/Microsoft.Perception.Simulation.dll - GUID: 51ab2162c3f172f4882f786ea5f67b00...
    done. [Time: 24.120600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64/PerceptionSimulationManager.dll - GUID: 59745e7cbbc7f6a48a3dbccb35d4952f...
    done. [Time: 22.911100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x64/AudioPluginMsHRTF.dll - GUID: 6a22ca141898054439a5392c207241f0...
    done. [Time: 22.971300 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_arm/AudioPluginMsHRTF.dll - GUID: 7de732aba1893234d983af1513436f84...
    done. [Time: 24.793800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x86/Microsoft.Perception.Simulation.dll - GUID: 9e9271c4c8d988e40a13dfee826a47e7...
    done. [Time: 24.414100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/CHANGELOG.md - GUID: b2488da444567a54d8721f9d288debbf...
    done. [Time: 15.064300 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x64/HolographicStreamer.dll - GUID: e3171277b4ec39c4f8df75355758a51a...
    done. [Time: 24.636100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/package.json - GUID: e317b73173817bf4099dc40dfbcf118a...
    done. [Time: 16.259600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x86/AudioPluginMsHRTF.dll - GUID: e99182ae27b8b4f49b0ae99e88f8bee1...
    done. [Time: 27.168600 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/WindowsStoreApps/uap_x86/HolographicStreamer.dll - GUID: eb1efe7dc46c27446b43dd30200bc601...
    done. [Time: 24.929800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86_64/HolographicStreamerDesktop.dll - GUID: ee7db2a86d1d19a4e8a1abf8d6dcf92c...
    done. [Time: 24.050800 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/LICENSE.md - GUID: f9374fa8eee8e1a4aafef97749e7e0c5...
    done. [Time: 16.441100 ms]
    Updating Packages/com.unity.xr.windowsmr.metro/Plugins/x86/AudioPluginMsHRTF.dll - GUID: fd7bbb3d3db75a24da41553b581c37a6...
    done. [Time: 23.485900 ms]
    [C# Project] Writing E:/git/local/funnewproj/New Unity Project\New Unity Project.sln because it has changed
    [C# Project] First difference on line 8
    [C# Project] Current E:/git/local/funnewproj/New Unity Project\New Unity Project.sln:
    [C# Project] 008: Global
    [C# Project] 009: GlobalSection(SolutionConfigurationPlatforms) = preSolution
    [C# Project] 010: Debug|Any CPU = Debug|Any CPU
    [C# Project] 011: Release|Any CPU = Release|Any CPU
    [C# Project] 012: EndGlobalSection
    [C# Project] New E:/git/local/funnewproj/New Unity Project\New Unity Project.sln:
    [C# Project] 008: Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.XR.WindowsMR.Player", "Unity.XR.WindowsMR.Player.csproj", "{83F5DC8B-F4E3-DE24-5B63-E900B5A94812}"
    [C# Project] 009: EndProject
    [C# Project] 010: Global
    [C# Project] 011: GlobalSection(SolutionConfigurationPlatforms) = preSolution
    [C# Project] 012: Debug|Any CPU = Debug|Any CPU
    Unloading 883 Unused Serialized files (Serialized files now loaded: 0)
    System memory in use before: 75.7 MB.
    System memory in use after: 75.6 MB.
    Unloading 913 unused Assets to reduce memory usage. Loaded Objects now: 1606.
    Total: 9.181300 ms (FindLiveObjects: 0.414600 ms CreateObjectMapping: 0.050600 ms MarkObjects: 8.176400 ms DeleteObjects: 0.538900 ms)
    Refreshing native plugins compatible for Editor in 16.79 ms, found 7 plugins.
    Preloading 1 native plugins for Editor in 4.41 ms.
    Refresh Completed time: 3.374615s
    Asset Scan time: 0.039652s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.611830s (count: 27)
    Post Processs Assets (Scripting) time: 1.069024s
    Asset Rehashing: 0.058986s [39.8 MB, 675.191345 mb/s]
    Asset Import (Non Scripting) time: 0.669848s (count: 30)
    Post Process Assets (Non Scripting) time: 0.413869s
    Dependent Assets to Import Queue time: 0.000404s
    Refresh: detecting if any assets need to be imported or removed ...
    Refreshing native plugins compatible for Editor in 0.49 ms, found 7 plugins.
    Preloading 1 native plugins for Editor in 0.10 ms.
    Refresh Completed time: 0.114308s
    Asset Scan time: 0.042207s
    Asset Hashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Scripting) time: 0.000000s (count: 0)
    Post Processs Assets (Scripting) time: 0.000000s
    Asset Rehashing: 0.000000s [0 B, 0.000000 mb/s]
    Asset Import (Non Scripting) time: 0.000000s (count: 0)
    Post Process Assets (Non Scripting) time: 0.000000s
    Dependent Assets to Import Queue time: 0.000000s
     
  12. kamanijenis16

    kamanijenis16

    Joined:
    Jan 3, 2019
    Posts:
    1
    Copying Packages/com.unity.analytics/Unity.Analytics.Tracker.dll to Temp/StagingArea/Data/Managed/Unity.Analytics.Tracker.dll: Operation not permitted

    Solve this issue:-

    Assets
    => Reimport All
     

    Attached Files:

    JeffDUnity3D likes this.
  13. SorraTheOrc

    SorraTheOrc

    Joined:
    Jun 11, 2016
    Posts:
    210
    New project,
    Windows
    2019.1.9.f1 :
    "Copying assembly from 'Temp/Unity.Analytics.DataPrivacy.dll' to 'Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll' failed"

    FIX: Removing the Library folder and restarting resolved the problem.
     
  14. phygitalmadhouse

    phygitalmadhouse

    Joined:
    Jan 19, 2017
    Posts:
    12
    The error for me is the destination library folder was corrupt.I changed damaged folder name(as is corrupt you cant delete it) , delete and replace this little folder for your last working project copy.
     
  15. starsteelgs

    starsteelgs

    Joined:
    Jun 4, 2020
    Posts:
    3
    Wow, still June 2020 facing similar issues.

    Copying assembly from 'Temp/Unity.TextMeshPro.Editor.dll' to 'Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll' failed

    Like a few minutes into a project.

    Restarting Unity did no good.
     
  16. starsteelgs

    starsteelgs

    Joined:
    Jun 4, 2020
    Posts:
    3
    So I can reproduce this.
    1. Go into game mode.
    2. (Forget to exit game mode.)
    3. Edit a C# script in Visual Studio.
    4. Save script.
    5. Go back to Unity.
    6. Exit game mode.
    7. Try to start game mode again to test the new change.
    8. Error occurs on various files, seemingly different at times.
    Only when I do a full asset reimport does it fix itself (ugh).

    Hopefully that's it and I can stop forgetting to exit game mode before editing scripts.
     
  17. starsteelgs

    starsteelgs

    Joined:
    Jun 4, 2020
    Posts:
    3
    OK, it doesn't happen that way all the time, and it is happening some other times. I'm back to having no idea what is going on. In one session of half an hour it happened like 6 times. :(
     
  18. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    This doesn't sound like an issue with Analytics. So you know, the Analytics Tracker component is no longer available in recent releases of Unity. So make sure to check, if you've upgraded your project.
     
  19. Jared4820

    Jared4820

    Joined:
    Jul 24, 2020
    Posts:
    2
    I cant import any files and I dont know why I feel like I tried everything if you can help that would be great :(

    Failed copying file C:/Users/jared/Downloads/BackGround.jpg to Assets/BackGround.jpg.
    UnityEngine.GUIUtilityProcessEvent (int,intptr,bool&)
     
    Last edited: Sep 20, 2020
  20. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    This doesn't sound like an issue with Analytics?
     
Thread Status:
Not open for further replies.