{"id":26512248,"url":"https://github.com/audunegames/serializable-types","last_synced_at":"2026-05-18T08:03:09.610Z","repository":{"id":232827295,"uuid":"785286290","full_name":"audunegames/serializable-types","owner":"audunegames","description":"Enables Unity to serialize a reference to a C# type in the editor.","archived":false,"fork":false,"pushed_at":"2025-12-22T14:23:20.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-24T01:21:54.221Z","etag":null,"topics":["serialization","types","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audunegames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-04-11T15:22:22.000Z","updated_at":"2025-12-22T14:23:14.000Z","dependencies_parsed_at":"2024-12-10T15:32:28.533Z","dependency_job_id":"aeb78346-b0e8-46c7-a540-2434281659fe","html_url":"https://github.com/audunegames/serializable-types","commit_stats":null,"previous_names":["audunegames/serializabletypes","audunegames/serializable-types"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/audunegames/serializable-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fserializable-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fserializable-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fserializable-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fserializable-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audunegames","download_url":"https://codeload.github.com/audunegames/serializable-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audunegames%2Fserializable-types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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":["serialization","types","unity"],"created_at":"2025-03-21T03:28:16.165Z","updated_at":"2026-05-18T08:03:09.593Z","avatar_url":"https://github.com/audunegames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audune Serializable Types\n\n[![openupm](https://img.shields.io/npm/v/com.audune.utils.types?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.audune.utils.types/)\n\nEnables Unity to serialize a reference to a C# type in the editor.\n\n## Features\n\n* A `SerializableType` class to use in place of the C# `Type` class, but with the benefit of the data being serialized in Unity.\n* Some type-related extension methods.\n\n## Installation\n\n### Requirements\n\nThis package depends on the following packages:\n\n* [Unity IMGUI Editor Utilities](https://openupm.com/packages/com.audune.utils.unityeditor/), version **2.0.7** or higher.\n\nIf you're installing the required packages from the [OpenUPM registry](https://openupm.com/), make sure to add a scoped registry with the URL `https://package.openupm.com` and the required scopes before installing the packages.\n\n### Installing from the OpenUPM registry\n\nTo install this package as a package from the OpenUPM registry in the Unity Editor, use the following steps:\n\n* In the Unity editor, navigate to **Edit › Project Settings... › Package Manager**.\n* Add the following Scoped Registry, or edit the existing OpenUPM entry to include the new Scope:\n\n```\nName:     package.openupm.com\nURL:      https://package.openupm.com\nScope(s): com.audune.utils.types\n```\n\n* Navigate to **Window › Package Manager**.\n* Click the **+** icon and click **Add package by name...**\n* Enter the following name in the corresponding field and click **Add**:\n\n```\ncom.audune.utils.types\n```\n\n### Installing as a Git package\n\nTo install this package as a Git package in the Unity Editor, use the following steps:\n\n* In the Unity editor, navigate to **Window › Package Manager**.\n* Click the **+** icon and click **Add package from git URL...**\n* Enter the following URL in the URL field and click **Add**:\n\n```\nhttps://github.com/audunegames/serializable-types.git\n```\n\n## Contributing\n\nContributions to this package are more than welcome! Contributing can be done by making a pull request with your updated code.\n\n## License\n\nThis package is licensed under the GNU LGPL 3.0 license. See `LICENSE.txt` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudunegames%2Fserializable-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudunegames%2Fserializable-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudunegames%2Fserializable-types/lists"}