docs: update project structure and guidelines in AGENTS.md and CLAUDE.md#321
Merged
docs: update project structure and guidelines in AGENTS.md and CLAUDE.md#321
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation across the Unity client, Python server, and benchmark directories to reflect the transition to Unity 6, clarify project structure, and add details about new features and configuration options. The changes also expand internal component documentation, update usage instructions, and improve clarity and consistency throughout the guides.
Project Structure & Versioning Updates:
Unity 6000.0.48f1(or similar) toUnity 6, and clarified sample scene and package sample locations inAGENTS.md,CLAUDE.md, and related files. [1] [2] [3] [4]Expanded Internal Component & Architecture Documentation:
CLAUDE.mdand architecture sections. [1] [2] [3]Usage & Command Updates:
--server localhostinstead oftcp://localhost). Added new simulator options and documented additional CLI/configuration arguments for both the server and benchmark tools. [1] [2] [3] [4] [5] [6]Benchmark & Testing Documentation Improvements:
Coding Style & Commit Guidelines:
These changes ensure that all documentation is up-to-date with the latest project structure, features, and best practices, and provide clearer guidance for developers working with any part of the codebase.