Search Unity

Unity Engine application deployment features (ci/cd).

Discussion in 'Editor & General Support' started by Gold_Rush, Apr 8, 2021.

  1. Gold_Rush

    Gold_Rush

    Joined:
    Jan 10, 2018
    Posts:
    64
    Suggestions to Unity IDE developers.

    I would like to have ready-made methods for delivering an application to the Google play console, for example, straight from Unity. Something like ci / cd. I've already done build pipline using UnityEditor scripts but it would be very cool to deliver apk to console either via Unity Editor UI or UnityEditor scripts. And better and so and so. Because messing with the console is somehow difficult. I think this would be a good branch for further development of Unity. Users do not want to follow the console and tinker with it, they want to publish their project as soon as possible and start developing further. After all, the loading of icons and text of changes can be automated.

    How do you think?

    P.S. When I update the application, it takes me half an hour and it looks like missed time.