Search Unity

Destroying assets is not permitted to avoid data loss with Probuilder 5.0.1

Discussion in 'World Building' started by 00christian00, Mar 20, 2021.

  1. 00christian00

    00christian00

    Joined:
    Jul 22, 2012
    Posts:
    1,035
    I've tried the latest Probuilder version 5.0.1, It seem quite an upgrade from version 4 and I had no issue on the editor however I am not able to build anymore for Android as I always get the error in the title.
     
  2. Sean2212

    Sean2212

    Joined:
    Jun 9, 2017
    Posts:
    12
    Same issue for me - can't build. Works in 2020.3.1 (ProBuilder 4.5.0) but get the error after upgrading to 2021.1.0 (ProBuilder 5.0.1).

    Destroying assets is not permitted to avoid data loss.
    If you really want to remove an asset use DestroyImmediate (theObject, true);
    UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()



    My target platform is PC. I don't have the Android module installed.
     
  3. 00christian00

    00christian00

    Joined:
    Jul 22, 2012
    Posts:
    1,035
    Is it not possible to downgrade to Probuilder 4.5 with Unity 2021?
     
  4. Sean2212

    Sean2212

    Joined:
    Jun 9, 2017
    Posts:
    12
    Doesn't look like it. In 2021.1 the Package Manager only shows 5.0.1. However, in 2020.3 it does list 5.0.1 as a version you can update to. I haven't tried it.