{"id":31663440,"url":"https://github.com/samuelasherrivello/unity-project-template-ui-toolkit","last_synced_at":"2026-04-15T20:02:58.009Z","repository":{"id":272069141,"uuid":"915411395","full_name":"SamuelAsherRivello/unity-project-template-ui-toolkit","owner":"SamuelAsherRivello","description":"This repo represents demonstrates best practices for UI Toolkit workflows.","archived":false,"fork":false,"pushed_at":"2025-09-28T20:13:33.000Z","size":2336,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T21:27:00.131Z","etag":null,"topics":["ui-toolkit","uitoolkit","unity"],"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/SamuelAsherRivello.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-11T19:23:19.000Z","updated_at":"2025-09-28T20:13:37.000Z","dependencies_parsed_at":"2025-09-28T21:27:04.748Z","dependency_job_id":"dd671244-ffa7-47b9-811f-b862d8e8be10","html_url":"https://github.com/SamuelAsherRivello/unity-project-template-ui-toolkit","commit_stats":null,"previous_names":["samuelasherrivello/unity-ui-toolkit-styles-demo","samuelasherrivello/unity-project-template-ui-toolkit-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamuelAsherRivello/unity-project-template-ui-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Funity-project-template-ui-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Funity-project-template-ui-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Funity-project-template-ui-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Funity-project-template-ui-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamuelAsherRivello","download_url":"https://codeload.github.com/SamuelAsherRivello/unity-project-template-ui-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Funity-project-template-ui-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838434,"owners_count":26054720,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ui-toolkit","uitoolkit","unity"],"created_at":"2025-10-07T20:01:52.461Z","updated_at":"2025-10-07T20:05:35.975Z","avatar_url":"https://github.com/SamuelAsherRivello.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Project Template (UI Toolkit)\n\nThis project was cloned from the general \u003ca href=\"https://github.com/SamuelAsherRivello/unity-project-template\" target=\"_blank\"\u003eUnity Project Template\u003ca/\u003e. \n\nThis repo is updated to focus on best practices, specifically for UI Toolkit workflows.\n\n**Workflow Benefits Include:**\n\n* Global styles (e.g. all layouts)\n* Shared styles (e.g. all page layouts)\n* Unshared styles (e.g. layout-specific)\n* Excellent cascading of styles. \n* Excellent theming (dark is default at **BOTH** edit-time and runtime)\n* Excellent use of Unity UI Builder (100% builder preview of all layout, styles, etc...) to maximize its WYSIWYG workflow\n\n\u003cBR\u003e\n\n\u003cimg width=\"600\" src=\"./Unity/Assets/Documentation/Images/BestPractices.png\" alt=\"Best Practices\"\u003e\n\n**Getting Started**\n1. Download this repo (*.zip or *.git)\n2. Download the [Unity Editor](https://store.unity.com/#plans-individual)\n3. Open this repo in the Unity Editor\n4. Enjoy\n\n---\n\n**Documentation**\n* `README.md` - The primary documentation for this repo\n* `Unity/Assets/Documentation/ReadMe.asset` - Select this asset in Unity to get started\n\n**Configuration**\n* `Unity Target` - [Standalone MAC/PC](https://support.unity.com/hc/en-us/articles/206336795-What-platforms-are-supported-by-Unity-)\n* `Unity Version` - Use this [Version](./Unity/ProjectSettings/ProjectVersion.txt)\n* `Unity Rendering` - [Universal Render Pipeline (URP)](https://docs.unity3d.com/Manual/universal-render-pipeline.html)\n* `Unity Aspect Ratio` - [Game View 10x16](https://docs.unity3d.com/Manual/GameView.html)\n\n**Structure**\n* `Unity/` - Open this folder in the Unity Editor\n* `Unity/Assets/Scenes/` - Open any Scene. Press 'Play'!\n\n**Dependencies**\n* `Various` - Already included via [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) as this [Version](./Unity/Packages/manifest.json)\n\n----\n\nResources\n=============\n* A. Medium Article - \u003ca href=\"https://sam-16930.medium.com/unity-project-structure-a694792cefed\"\u003eUnity — Project Structure Best Practices\u003c/a\u003e\n* B. Medium Article - \u003ca href=\"https://sam-16930.medium.com/coding-standards-in-c-39aefee92db8\"\u003eUnity — C# Coding Standards\u003c/a\u003e\n\n\nCreated By\n=============\n\n- Samuel Asher Rivello \n- Over 25 years XP with game development (2025)\n- Over 10 years XP with Unity (2025)\n\nContact\n=============\n\n- Twitter - \u003ca href=\"https://twitter.com/srivello/\"\u003e@srivello\u003c/a\u003e\n- Resume \u0026 Portfolio - \u003ca href=\"http://www.SamuelAsherRivello.com\"\u003eSamuelAsherRivello.com\u003c/a\u003e\n- Git - \u003ca href=\"https://github.com/SamuelAsherRivello/\"\u003eGithub.com/SamuelAsherRivello\u003c/a\u003e\n- LinkedIn - \u003ca href=\"https://Linkedin.com/in/SamuelAsherRivello\"\u003eLinkedin.com/in/SamuelAsherRivello\u003c/a\u003e \u003c--- Say Hello! :)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelasherrivello%2Funity-project-template-ui-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelasherrivello%2Funity-project-template-ui-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelasherrivello%2Funity-project-template-ui-toolkit/lists"}