Documentation

​
​

Development

User Acquisition

Monetization

Industry

Cloud Code

Scripting API

Services C# SDKs

Services JavaScript SDKs

Admin REST API

Client REST API

Scheduler Admin REST API

Observability REST API

Open Unity Dashboard

Cloud Code

LiveOps
​
​
Cloud Code
  • Overview
  • Get started
  • Server authority
  • Cloud Code C# modules
    • Overview
    • Get started
    • Concepts
    • Tutorials
      • Run modules
      • Write modules
        • Using Unity Editor
        • Using the CLI
        • Using the REST API
        • Using the Unity Dashboard
      • Development essentials
      • Automate deployment
      • Integrate services
      • Advanced configuration
      • Use Cases
    • Reference
  • Cloud Code JavaScript scripts
  • Logging
  • Use-case samples
  • Privacy and consent
  1. Cloud Code
  2. Write modules

Unity Dashboard

Preview a list of deployed Cloud Code modules in the Unity Dashboard environment.
Read time 2 minutes
Last updated 4 months ago

Note
The Unity Dashboard provides limited support for Cloud Code C# Modules.
The Unity Dashboard provides a simple way to preview the deployed modules.

Preview modules

You can access a list of all Cloud Code modules for an environment from the Unity Dashboard. To access the list, follow these steps:
  1. In the Unity Dashboard, go to Development > Products.
  2. Select Cloud Code.
  3. Select C# Modules.
  4. Select an environment from the list of environments.
A list of all Cloud Code modules in the selected environment for the project appears. The table contains the name, tags, date created, and last uploaded date.
Note
You can't create or edit modules from the Unity Dashboard.

Preview module details

To preview the details of a module, select the module name in the list of modules.
The Details table for the module displays the module's name, date created and last uploaded date.
The Endpoints section displays the list of endpoints defined in the module, along with the parameters and return type for each endpoint.

Download your module API specification

You can download the API specification for your module in OpenAPI format. To download the API specification from the Modules page, select the Download API spec icon.
You can also download the API specification from the details page of the module if you select the Download API spec button.

Delete a module

To delete a module from the Unity Dashboard:
  1. In the Unity Dashboard, go to Development > Products.
  2. Select Cloud Code.
  3. Select C# Modules.
  4. Select an environment from the list of environments.
  5. Select the Delete icon next to the module you want to delete.
You can also select the Delete button on the details page of a module to delete the module.
Warning
Deletion of a module is irreversible. If a live game uses the module that you delete, you may cause unexpected behavior in your game.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Preview modules

    • Preview module details

    • Download your module API specification

    • Delete a module


Report a problem with this page