{"id":26067294,"url":"https://github.com/yunnsbz/unity-dynamic-grid-layout","last_synced_at":"2026-04-22T07:35:51.822Z","repository":{"id":281051060,"uuid":"944048854","full_name":"yunnsbz/Unity-Dynamic-Grid-Layout","owner":"yunnsbz","description":"Dynamic Grid Layout Tool for Unity, designed to simplify creating flexible and customizable grid layouts. It integrates with Unity's UI system, dynamically adjusting to content size or user input.","archived":false,"fork":false,"pushed_at":"2025-03-06T18:25:13.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T18:38:09.660Z","etag":null,"topics":["grid-layout","unity","unity-editor","unity-grid","unity-package","unity-plugin","unity-tool"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yunnsbz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-06T17:42:41.000Z","updated_at":"2025-03-06T18:25:16.000Z","dependencies_parsed_at":"2025-03-06T18:48:00.480Z","dependency_job_id":null,"html_url":"https://github.com/yunnsbz/Unity-Dynamic-Grid-Layout","commit_stats":null,"previous_names":["yunnsbz/dynamic-grid-layout-project","yunnsbz/dynamic-grid-layout"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunnsbz%2FUnity-Dynamic-Grid-Layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunnsbz%2FUnity-Dynamic-Grid-Layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunnsbz%2FUnity-Dynamic-Grid-Layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunnsbz%2FUnity-Dynamic-Grid-Layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunnsbz","download_url":"https://codeload.github.com/yunnsbz/Unity-Dynamic-Grid-Layout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242612340,"owners_count":20158095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grid-layout","unity","unity-editor","unity-grid","unity-package","unity-plugin","unity-tool"],"created_at":"2025-03-08T21:37:03.768Z","updated_at":"2026-04-22T07:35:51.816Z","avatar_url":"https://github.com/yunnsbz.png","language":"C#","readme":"# Dynamic Grid Layout Tool for Unity\nThis project provides a Dynamic Grid Layout Tool for Unity, designed to simplify the creation of flexible and customizable grid layouts within the Unity Editor. It integrates seamlessly with Unity’s built-in UI system, allowing grids to dynamically adapt to content size or user input. Whether you're a beginner or an experienced Unity developer, this tool offers a practical solution for organizing UI elements efficiently. The repository includes a test scene to demonstrate its functionality.\n\u003cbr\u003e\u003c/br\u003e\n\n## Features\nDynamic Resizing: Automatically adjusts the grid based on the amount and size of content.\n\nUnity UI Integration: Works smoothly with Unity’s standard UI components like RectTransform and Canvas.\n\nCustomizable: Easily tweak grid properties to fit your project’s needs.\n\nTest Scene Included: Comes with a sample scene to showcase how the tool works in action.\n\nPresets: select predefined grid presets to customize grid layouts effortlessly.\n\u003cbr\u003e\u003c/br\u003e\n\n## Updates\n\nThis section tracks the progress of the Dynamic Grid Layout Tool, including recent changes and planned enhancements.\n\n### Recent Updates\n- **06 March 2025**: Initial release of the tool with basic dynamic grid functionality and a test scene.\n- **12 March 2025**: Inspector GUI improvments added.\n- **23 April 2025**: Documentation improvements added\n\n### Planned Features\n- Integration with Unity’s Layout Group components for enhanced compatibility.\n- PDF Documentation.\n- Alignment options will be added.\n- Support for grid items of different sizes.\n- Custom functions for adding items via script.\n- Ability to adjust the settings of added items in the editor.\n- dynamic spacing\n- saving custom presets\n\u003cbr\u003e\u003c/br\u003e\n\n## Installation\nDownload or Clone: Get the repository by downloading the ZIP file or cloning it with git clone:\n\n```https://github.com/yunnsbz/Unity-Dynamic-Grid-Layout.git```\n\nOpen in Unity: Launch Unity Hub, click \"Open,\" and select the project folder.\n\nUnity Version: Recommended to use Unity 2022.3 or later for compatibility.\n\nTest It: Open the ```Scenes/SampleScene``` in the project to see the tool in action. Delete or duplicate grid items in the layout and see how it reacts to the changes\n\u003cbr\u003e\u003c/br\u003e\n\n## Usage\nAdd the DynamicGridLayout script to a UI GameObject (e.g., a panel or canvas).\n\nSelect a preset in the Inspector (e.g., custom, vertical list, horizontal list)\n\nConfigure the grid settings in the Inspector (e.g., cell size, spacing, padding row/column limits).\n\nPopulate the grid with content (e.g., buttons, images) manually or via script.\n\nWatch the grid dynamically adjust as you add or remove elements.\n\nCheck the included SampleScene for a practical example of how to set up and use the tool.\n\u003cbr\u003e\u003c/br\u003e\n\n## Contributing\nContributions are welcome! If you find a bug or have a feature suggestion:\nOpen an Issue to report it.\n\nFork the repository, make your changes, and submit a Pull Request.\n\n## License\nThis project is licensed under the MIT LICENSE. Feel free to use, modify, and distribute it as needed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunnsbz%2Funity-dynamic-grid-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunnsbz%2Funity-dynamic-grid-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunnsbz%2Funity-dynamic-grid-layout/lists"}