Cloud Code Usage
Cloud Code can be used with JavaScript on the dashboard but you can also use C# modules.
JavaScript
Cloud Code scripts use JavaScript. You can call these scripts from games built with Unity, or from any other client or server.
C# Modules
Modules are C# libraries that the Cloud Code service can run to give you reusable server authoritative code. Unlike single scripts, these modules allow for multiple entry points and easier code reuse within the module.
You can also create a main library and a data transfer object (DTO) library that both Cloud Code and your game can use to ensure that all data you transfer between the Cloud Code client and your game use the same format.
You can call modules from games built with Unity, or from any other client or server.