Search Unity

Moving file failed. Probuilder bug?

Discussion in 'World Building' started by lawsonh, Jul 25, 2018.

  1. lawsonh

    lawsonh

    Joined:
    Jul 25, 2018
    Posts:
    80
    I'm receiving this error when I try to save my project:

    Moving file failed

    Moving /Users/bob/secret game/Temp/UnityTempFile-6e0bf4ab15c90437d82bddf6769436f6 to /Users/bob/Library/Unity/cache/packages/packages.unity.com/com.unity.probuilder@3.0.9/ProBuilder/Resources/Materials/EdgePicker.mat: Permission denied

    I checked the EdgePicker.mat file and the file has read only permissions.
     
  2. FlowlessIO

    FlowlessIO

    Joined:
    Jul 26, 2018
    Posts:
    1
    Same error.

    Unity_2018.2.0f2 - ERROR - Moving file failed.png
     
  3. lawsonh

    lawsonh

    Joined:
    Jul 25, 2018
    Posts:
    80
  4. Poemind

    Poemind

    Joined:
    May 25, 2011
    Posts:
    30
    Same here! What is going on? Any word on this?
     
  5. kodenkm

    kodenkm

    Joined:
    Nov 17, 2015
    Posts:
    21
    I've started seeing this similar issue recently also since updating to Unity 2018.2.x (Linux). My error was for VertexPicker.mat of the same ProBuilder version (3.0.9).
     
  6. taelor

    taelor

    Joined:
    Apr 22, 2015
    Posts:
    6
    Same here. Can't save anything in Probuilder..Error only allows for force quit, cancel and Try Again (try again produces the very same error). Is there a fix for this?
     
  7. mosnang

    mosnang

    Joined:
    Oct 15, 2018
    Posts:
    1
    Same here with Unity 2018.2.12 and Probuilder 3.0.9. Anyone found a fix for this ?
     
  8. muxalko

    muxalko

    Joined:
    May 18, 2018
    Posts:
    3
    The same here.
    Just changed permissions of the builder in cache folder with:
    Code (CSharp):
    1. chmod -R 755 /Users/muxa/Library/Unity/cache/packages/packages.unity.com/com.unity.probuilder\@3.0.9/
    Then, pressing "try again" continues the process.
     
    Last edited: Dec 8, 2018
    WanSCAD and yanpen like this.