{"id":14960476,"url":"https://github.com/somedeveloper00/singletonscriptableobject","last_synced_at":"2025-10-24T18:31:48.353Z","repository":{"id":190468695,"uuid":"682686843","full_name":"somedeveloper00/SingletonScriptableObject","owner":"somedeveloper00","description":"Unity package for singleton Scriptable Object using source generators","archived":false,"fork":false,"pushed_at":"2023-09-03T12:55:54.000Z","size":39,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T03:37:56.515Z","etag":null,"topics":["singleton","singleton-pattern","unity","unity3d","unity3d-plugin","upm","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/somedeveloper00.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-24T17:54:14.000Z","updated_at":"2024-08-01T09:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f654c4c-d8d7-42c9-b3e3-127ab21d5771","html_url":"https://github.com/somedeveloper00/SingletonScriptableObject","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"75b8bf127b296a10c9298ef03a94651dbcdcfc55"},"previous_names":["somedeveloper00/com.somedeveloper.singletonscriptableobject"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somedeveloper00%2FSingletonScriptableObject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somedeveloper00%2FSingletonScriptableObject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somedeveloper00%2FSingletonScriptableObject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somedeveloper00%2FSingletonScriptableObject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somedeveloper00","download_url":"https://codeload.github.com/somedeveloper00/SingletonScriptableObject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238024405,"owners_count":19403836,"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":["singleton","singleton-pattern","unity","unity3d","unity3d-plugin","upm","upm-package"],"created_at":"2024-09-24T13:22:21.641Z","updated_at":"2025-10-24T18:31:41.874Z","avatar_url":"https://github.com/somedeveloper00.png","language":"C#","readme":"# Singleton Scriptable Object\n### ✍️ All You Have To Do is\n\n-  `partial class MyClass : SingletonScriptableObject { }`\n\n### 👌And You'll Get To:\n1. Access it by `MyClass.Instance`\n2. Edit it from inspector at *Assets/Resources/SingletonSOs/MyClass*  \n![project window](readmeRes/image.png)  \n3. Select the instance by toolbar buttons at *'Tools/Singleton Scriptable Objects/Select 'MyClass'*  \n![toolbar](readmeRes/image-1.png)\n\nThat's it! The rest is source generated and handled automatically!\n\nThe goal of this project is to provide a singleton scriptable object solution that has the easiest usage APIs and doesn't get in the way of your workflow. \n\n## 🔔 Extra\n* You can find the source gen project at [here](https://github.com/somedeveloper00/UnityModelViewAnalyzer.git).\n* Renaming type names are **totally supported!**\n* Exchanging two types' names is **totally supported!**\n\n## ⚒️ Install\n\n### UPM\nYou can install this as a unity package by following the instructions at [the official manual](https://docs.unity3d.com/Manual/upm-ui-giturl.html). \n\u003e The package url is `https://github.com/somedeveloper00/SingletonScriptableObject.git`\n\n### Git Submodule\nclone the repository into your project's Assets/Plugins folder as a submodule:\n```bash\ngit submodule add --force https://github.com/somedeveloper00/SingletonScriptableObject/ Assets/Plugins/SingletonScriptableObject\ngit submodule update Assets/Plugins/SingletonScriptableObject\n```\nor if you don't have git, simply download the zip and extract it into your project's Assets/Plugins folder:\n\u003e Linux / MacOS\n\u003e ```\n\u003e wget https://github.com/somedeveloper00/SingletonScriptableObject/archive/refs/heads/main.zip -O SingletonScriptableObject.zip\n\u003e unzip SingletonScriptableObject.zip -d Assets/Plugins\n\u003e rm SingletonScriptableObject.zip\n\n## 🙌 Support\nIf you like my work, you can buy me a coffee to keep me motivated to work on this project and other projects like this. \nMy wallet addresses are: \n* BTC: `bc1q808ykgvhn2ewtx09n3kdhnlmcnc6xqwxa0hnys`\n* ETH: `0xCe7028266Cf3eF0E63437d0604511e30f8e4B4Af`\n* LTC: `ltc1qlu2jahcdr5kqf5dp9xt3zr3cv66gm2p8hmnz9j`\n\n## 📝 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomedeveloper00%2Fsingletonscriptableobject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomedeveloper00%2Fsingletonscriptableobject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomedeveloper00%2Fsingletonscriptableobject/lists"}