Deployment 1.4 and CloudCode 2.8

Hello all,

We’ve released a new version of the Deployment package and CloudCode package

This release include mostly community informed fixes and improvements.

Deployment package

  • Can copy text directly from the details pane (2022 and above)
  • Fixes to Deployment Definition’s exclude relative paths.
  • Support for a new DeploymentWindow API to use the deployment window from scripts
  • Other UI fixes including dragline position/pane size persistence across domain reload (it bothered me too) (see changelog)

CloudCode

  • Added support for more primitives in binding generation (DateTime, Byte, Decimals, others)
    • Fixed recursive types
  • Added support for generating enums
  • New UI affordances to go to dashboard/deployment window (requires Deployment 1.4)
    • These affordances are available in other services and will be rolled out progressively
  • Other fixes (see changelog)

qu

Requirements

These features are only available Unity Editor 2021.3+
To use this feature you need to get the com.unity.services.deployment@1.4.0 package and the com.unity.services.cloudcode@2.8.0

NOTE - You may need to update the package manually (manifest.json, not package mananager) while the new editor versions roll out.

Feedback

At Unity, we put the Users First so your feedback is extremely valuable to us. Please share your feedback in this thread so that we can continue improving our tools for you!

How to report bugs

Ideally we’d like any bugs reported through the built in bug reporter tool, as that will automatically provide us with some relevant context.

Once you have submitted a bug report through the bug reporter, please feel free to start a discussion about it in this thread.

Thank you for your interest, we’re looking forward to your feedback!

2 Likes

I tested the ability to copy the error text and it works in my test project.

When I did the same in my development project I get this error when deploying a module:

Failed to retrieve main project
Could not find a Publish Profile.

I then downgraded deployment & cloud code to old version nothing worked. Then I upgraded again and it now working.