{"id":16208000,"url":"https://github.com/coryleach/unityscriptableobjects","last_synced_at":"2026-03-05T22:32:02.356Z","repository":{"id":138391179,"uuid":"204796657","full_name":"coryleach/UnityScriptableObjects","owner":"coryleach","description":"Library of scriptable object types for Unity.","archived":false,"fork":false,"pushed_at":"2022-10-07T20:17:14.000Z","size":52,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T00:32:30.439Z","etag":null,"topics":["events","package","runtimeset","scriptableobjects","unity","unity-package","unity3d","unitypackage","unityplugin","variables"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coryleach.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-08-27T21:52:47.000Z","updated_at":"2024-12-24T12:59:00.000Z","dependencies_parsed_at":"2023-06-19T03:44:05.950Z","dependency_job_id":null,"html_url":"https://github.com/coryleach/UnityScriptableObjects","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/coryleach/UnityScriptableObjects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityScriptableObjects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityScriptableObjects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityScriptableObjects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityScriptableObjects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coryleach","download_url":"https://codeload.github.com/coryleach/UnityScriptableObjects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityScriptableObjects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30152859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["events","package","runtimeset","scriptableobjects","unity","unity-package","unity3d","unitypackage","unityplugin","variables"],"created_at":"2024-10-10T10:15:03.845Z","updated_at":"2026-03-05T22:32:02.325Z","avatar_url":"https://github.com/coryleach.png","language":"C#","readme":"\u003ch1 align=\"center\"\u003eGameframe.ScriptableObjects 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://twitter.com/Cory Leach\"\u003e\n    \u003cimg alt=\"Twitter: coryleach\" src=\"https://img.shields.io/twitter/follow/coryleach.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nLibrary of scriptable object types\n\n## Quick Package Install\n\n#### Using UnityPackageManager (for Unity 2019.3 or later)\nOpen the package manager window (menu: Window \u003e Package Manager)\u003cbr/\u003e\nSelect \"Add package from git URL...\", fill in the pop-up with the following link:\u003cbr/\u003e\nhttps://github.com/coryleach/UnityScriptableObjects.git#1.1.0\u003cbr/\u003e\n\n#### Using UnityPackageManager (for Unity 2019.1 or later)\n\nFind the manifest.json file in the Packages folder of your project and edit it to look like this:\n```js\n{\n  \"dependencies\": {\n    \"com.gameframe.scriptableobjects\": \"https://github.com/coryleach/RepositoryName.git#1.1.0\",\n    ...\n  },\n}\n```\n\n\u003c!-- DOC-START --\u003e\n\n\u003cb\u003eLibrary of ScriptableObject types for Unity:\u003c/b\u003e\u003c/br\u003e\n\n\u003e \u003cb\u003eRuntimeSets\u003c/b\u003e\u003c/br\u003e\n\u003e GameObjects can add themselves to RuntimeSet assets at runtime to quickly get sets of GameObjects\u003c/br\u003e\n\n\u003e \u003cb\u003eVariables\u003c/b\u003e\u003c/br\u003e\n\u003e Use scriptable objects to share variable instances between objects. Subscribe for value change events.\u003c/br\u003e\n\n\u003e \u003cb\u003eGameEvents\u003c/b\u003e\u003c/br\u003e\n\u003e Hook up events between scenes and prefabs using scriptable objects as game events\u003c/br\u003e\n \n\u003c!-- DOC-END --\u003e\n\n## Author\n\n👤 **Cory Leach**\n\n* Twitter: [@coryleach](https://twitter.com/coryleach)\n* Github: [@coryleach](https://github.com/coryleach)\n\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n***\n_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryleach%2Funityscriptableobjects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoryleach%2Funityscriptableobjects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryleach%2Funityscriptableobjects/lists"}