{"id":15160856,"url":"https://github.com/steedalion/unity-fluent-builder","last_synced_at":"2026-01-27T08:07:12.052Z","repository":{"id":112775740,"uuid":"480012034","full_name":"Steedalion/Unity-Fluent-Builder","owner":"Steedalion","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-26T08:04:38.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T22:49:11.750Z","etag":null,"topics":["unity","unity3d","upm-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Steedalion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-04-10T12:33:28.000Z","updated_at":"2022-05-25T05:26:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"85962721-84e6-4a97-a0e0-e140fed05c45","html_url":"https://github.com/Steedalion/Unity-Fluent-Builder","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":"0.33333333333333337","last_synced_commit":"b22582183b343909696eaa39cd11961855b288fc"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steedalion%2FUnity-Fluent-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steedalion%2FUnity-Fluent-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steedalion%2FUnity-Fluent-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steedalion%2FUnity-Fluent-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Steedalion","download_url":"https://codeload.github.com/Steedalion/Unity-Fluent-Builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730553,"owners_count":20986498,"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":["unity","unity3d","upm-package"],"created_at":"2024-09-26T23:40:27.929Z","updated_at":"2026-01-27T08:07:12.022Z","avatar_url":"https://github.com/Steedalion.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fluent Builder for Unity\n\nA small unity library convenient for runtime tests.\n\n\nString together the construction of a gameobject, its components and position.\n\n`var go = A.go.With\u003cRigidbody\u003e().Build();`\n\nMostly used for testing \n```\n\n    [UnityTest]\n        public IEnumerator MulitAtAndWithA()\n        {\n            Gameobject gameobject = A.go\n                .With\u003cRigidbody\u003e()\n                .With\u003cBoxCollider\u003e() //string together multiple components.\n                .At(Vector3.up)\n                .Build();\n            yield return null;\n            Assert.AreEqual(Vector3.up.y, go.transform.position.y, .01f);\n        }\n```\n\nUse unity package manager. Unity -\u003e Packages -\u003e Add package from git URL -\u003e enter http url.\n\n\n\u003cimg src=upm.png , align=left\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteedalion%2Funity-fluent-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteedalion%2Funity-fluent-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteedalion%2Funity-fluent-builder/lists"}