Unity SDK-CLI Generation#4620
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Unity SDK’s autogenerated Beam CLI command models to include portal extension instance data in service instance representations.
Changes:
- Added a
latestRemotePortalExtensionEventfield toBeamServiceInstance. - Introduced a new serializable DTO/model
BeamRemotePortalExtensionDescriptor(with Unity.metaasset) to represent portal extension state (name/enabled/archived/dependencies).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| client/Packages/com.beamable/Editor/BeamCli/Commands/BeamServiceInstance.cs | Extends the service instance model with a latest portal extension event descriptor. |
| client/Packages/com.beamable/Editor/BeamCli/Commands/BeamRemotePortalExtensionDescriptor.cs | Adds the new serializable descriptor type used by the service instance model. |
| client/Packages/com.beamable/Editor/BeamCli/Commands/BeamRemotePortalExtensionDescriptor.cs.meta | Adds Unity asset metadata for the new descriptor script. |
Files not reviewed (1)
- client/Packages/com.beamable/Editor/BeamCli/Commands/BeamRemotePortalExtensionDescriptor.cs.meta: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
|
Lightbeam link |
The CLI autogenerated these changes to the SDK