Cloud Code Authoring
This package allows users to author, modify, and deploy Cloud Code scripts directly from the Unity Editor.
Deployment Window
This window allows you to upload cloud assets to their respective cloud service.
For more information, refer to the Deployment Window documentation.
Environments
Logical partitions for Unity Gaming Services that contain data associated with your project. Examples include game code using Cloud Code, or game configurations using Remote Config.
For more information about environments, refer to the Environments documentation.
Javascript Project
Cloud Code uses Javascript as its development language. In order to provide the expected toolset for Javascript development, this package contains some specific Javascript tooling.
For more information about Javascript projects, refer to the Javascript Project documentation.
Cloud Code Assets
Creating a Cloud Code Script can be done by right-clicking on the Project Window
then selecting the Create > Cloud Code Script
.
These files will automatically be detected by the Deployment Window to be deployed at a later time.
For more information on how to create and modify Cloud Code Assets, please see the Cloud Code assets documentation.