Copyright © 2026 Unity Technologies
Confirmed fixed per comments
Reproduction steps:
1. Create a new project
2. Window > Package Management > Package Manager
3. Install Cloud Code and Multiplayer Services packages
4. Wait for the packages to finish installing and observe the Console
Actual result: Unclearable “'EndNameEditAction' is obsolete” errors are thrown
Expected result: No errors or warnings are thrown
Reproducible with: 2.10.2 (6000.5.0b1 (c1f81ff5b082), 6000.5.0b12, 6000.6.0a7)
Not reproducible with: 2.10.2 (6000.0.76f1, 6000.3.17f1, 6000.4.11f1, 6000.5.0a9)
Reproduced on: macOS Tahoe 26.5 (M4), Windows 11
Workaround: Upgrade the Cloud Code package to 3.0.0-exp.4 or newer (Package Manager > Install package by technical name...)
Note:
Library/PackageCache/com.unity.services.cloudcode@49bc6c02e205/Editor/Authoring/Modules/UI/CreateCloudCodeModuleReference.cs(10,44): error CS0619: 'EndNameEditAction' is obsolete: 'EndNameEditAction is obsolete. Use AssetCreationEndAction that uses EntityId instead of int for instance IDs.'
Library/PackageCache/com.unity.services.cloudcode@49bc6c02e205/Editor/Authoring/Scripts/UI/CreateCloudCodeScript.cs(8,35): error CS0619: 'EndNameEditAction' is obsolete: 'EndNameEditAction is obsolete. Use AssetCreationEndAction that uses EntityId instead of int for instance IDs.'
unity.services.cloudcode@49bc6c02e205/Editor/Authoring/Scripts/UI/CreateCloudCodeScript.cs(8,35): error CS0619: 'EndNameEditAction' is obsolete: 'EndNameEditAction is obsolete. Use AssetCreationEndAction that uses EntityId instead of int for instance IDs.'
s.cloudcode@49bc6c02e205/Editor/Authoring/Scripts/UI/CreateCloudCodeScript.cs(8,35): error CS0619: 'EndNameEditAction' is obsolete: 'EndNameEditAction is obsolete. Use AssetCreationEndAction that uses EntityId instead of int for instance IDs.'
Issues you vote on will appear here