Skip to content

COR-6291: support export and query record - #244

Open
tungntEmotiv wants to merge 3 commits into
masterfrom
COR-6291
Open

COR-6291: support export and query record#244
tungntEmotiv wants to merge 3 commits into
masterfrom
COR-6291

Conversation

@tungntEmotiv

Copy link
Copy Markdown
Contributor

The PR include:

  • support for export and query record example
  • adjust message log box to make it scrollable

Please help to review. Thanks

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Unity SimpleExample scene and script to demonstrate record export + record querying, and redesigns the message log UI into a scrollable text box.

Changes:

  • Added UI controls for querying records and entering a record ID for exporting.
  • Switched record export to an async flow and added a QueryRecords(...) example using a JSON query object.
  • Reworked the message log UI to be scrollable (via an InputField/ScrollRect setup) and reduced log overwrites by only syncing when the underlying plugin log changes.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
unity/Assets/SimpleExample.unity Adds new query/export-related UI elements and replaces the message log with a scrollable text field setup.
unity/Assets/SimpleExample.cs Adds query/export record handlers, updates message log binding logic, and wires new UI elements into interactable-state logic.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread unity/Assets/SimpleExample.cs Outdated
Comment thread unity/Assets/SimpleExample.cs Outdated
Comment thread unity/Assets/SimpleExample.cs Outdated
Comment thread unity/Assets/SimpleExample.unity Outdated
Comment thread unity/Assets/SimpleExample.unity Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants