{"id":16210238,"url":"https://github.com/bastianblokland/typedtree-generator-unity","last_synced_at":"2026-04-26T22:31:54.443Z","repository":{"id":97603529,"uuid":"182402720","full_name":"BastianBlokland/typedtree-generator-unity","owner":"BastianBlokland","description":"Unity package for generating 'treescheme' files based on dotnet assemblies. ","archived":false,"fork":false,"pushed_at":"2022-11-13T14:23:19.000Z","size":795,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T21:18:30.401Z","etag":null,"topics":["behaviour-tree","descision-tree","json-tree","tree-editor","unity","upm"],"latest_commit_sha":null,"homepage":"https://bastian.tech/tree","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/BastianBlokland.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":"2019-04-20T12:21:58.000Z","updated_at":"2022-11-13T14:20:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc2c140f-4350-4867-acdb-763f8c25e5ff","html_url":"https://github.com/BastianBlokland/typedtree-generator-unity","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/BastianBlokland/typedtree-generator-unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastianBlokland%2Ftypedtree-generator-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastianBlokland%2Ftypedtree-generator-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastianBlokland%2Ftypedtree-generator-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastianBlokland%2Ftypedtree-generator-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BastianBlokland","download_url":"https://codeload.github.com/BastianBlokland/typedtree-generator-unity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastianBlokland%2Ftypedtree-generator-unity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["behaviour-tree","descision-tree","json-tree","tree-editor","unity","upm"],"created_at":"2024-10-10T10:36:23.684Z","updated_at":"2026-04-26T22:31:54.402Z","avatar_url":"https://github.com/BastianBlokland.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypedTree-Generator-Unity\n\nUnity package tool for generating treescheme files for use in the [**TypedTree-editor**](https://github.com/bastianblokland/typedtree-editor)\n\n## Description\nTo avoid having to handwrite treescheme files you can generate them based on the c# class\nstructure of your tree (for example a behaviour tree structure).\n\nThe scheme files produced can be used to edit tree's in a visual way using the [**website**](https://www.bastian.tech/tree).\n\n## Installation\n1. Add a reference to this repository to your package dependencies (`Packages/manifest.json`)\n\n    ```\n    \"dependencies\": {\n        \"com.typedtree.generator\": \"https://github.com/BastianBlokland/typedtree-generator-unity.git#v1.2.1\",\n        ...\n    }\n    ```\n2. Add the NuGet dependency to your project.\n\n    If your project uses a NuGet package manager you can simply add a dependency to [**TypedTree.Generator.Core**](https://www.nuget.org/packages/TypedTree.Generator.Core/).\n\n    If you are not using a NuGet package manager you can simply copy the dll's from the [`.lib`](https://github.com/BastianBlokland/typedtree-generator-unity/tree/master/.lib) directory to your project.\n\n## Usage\n1. Create a `Generator` scriptable-object. (Right mouse the project window -\u003e `Create/TypedTree/Generator`)\n2. In the `Root Alias Type` field of the generator configure what type (`interface`, `class`, or `struct`) to use as the base of your tree.\n3. In the `Field Source` field of the generator configure where the generator should look for fields on nodes.\n4. In the `Output Path` field of the generator configure where to output the scheme json. (Relative to the `Assets` directory)\n\n## Example\nAn example of how to integrate this package with unity project can be found in the [`.example`](https://github.com/BastianBlokland/typedtree-generator-unity/tree/master/.example) directory.\n\n## Help\nMore information about the generator library: [**typedtree-generator-dotnet**](https://github.com/BastianBlokland/typedtree-generator-dotnet)\n\nMore information about the editor: [**typedtree-editor**](https://github.com/BastianBlokland/typedtree-editor)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastianblokland%2Ftypedtree-generator-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastianblokland%2Ftypedtree-generator-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastianblokland%2Ftypedtree-generator-unity/lists"}