Search Unity

Question Error Unity Cloud Build and Plastic

Discussion in 'Unity Version Control' started by AlejandroSDev, Jul 18, 2022.

  1. AlejandroSDev

    AlejandroSDev

    Joined:
    Jul 7, 2022
    Posts:
    8
    Hello,
    I've just started using the Unity Cloud Build service and I've been having a problem for a couple of days now and I can't find any information on how to solve it.

    Here I will describe the steps I have done, as well as the error that appears:
    - I have created a Unity project.
    - Uploaded to the version control system, Plastic SCM (cloud version).
    - I connected Plastic SCM with Unity Cloud through my Plastic username and password.
    - Configured the target to perform the build, (I have tested with windows64x, webGL and android).
    - I proceed to launch the build execution.

    Error:
    1: ! checkout failed. Error During Plastic Checkout: Failed to Update
    2: Finished: FAILURE

    My guess is that it has to do with some configuration or repository step due the server is encrypted.
    Which key may I use?

    Config:
    Authentication Type: LDAP
    Encryptation Method: AES128

    Thanks for your time guys!
     
    Last edited: Jul 20, 2022
  2. AlejandroSDev

    AlejandroSDev

    Joined:
    Jul 7, 2022
    Posts:
    8

    The problem was that the encryption key I was given was incorrect and I had to get the correct one and delete the configuration files from the Plastic SCM server. Once I had verified the correct use of the version control system, I configured Plastic again in UCB, with the correct encryption key and it went successfully.