{"id":17151162,"url":"https://github.com/fuqunaga/prefsgui-postprocessingurp","last_synced_at":"2025-10-24T14:05:20.726Z","repository":{"id":176754536,"uuid":"659128620","full_name":"fuqunaga/PrefsGUI-PostProcessingURP","owner":"fuqunaga","description":"PrefsGUI extensions for URP PostProcessing","archived":false,"fork":false,"pushed_at":"2025-03-03T07:23:01.000Z","size":133,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-10T05:59:25.870Z","etag":null,"topics":["postprocessing","unity","unity3d","urp"],"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/fuqunaga.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":"2023-06-27T07:40:13.000Z","updated_at":"2025-05-12T14:56:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8521294-f819-4785-ac24-d0f64ee652f9","html_url":"https://github.com/fuqunaga/PrefsGUI-PostProcessingURP","commit_stats":null,"previous_names":["fuqunaga/prefsgui-postprocessingurp"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fuqunaga/PrefsGUI-PostProcessingURP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FPrefsGUI-PostProcessingURP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FPrefsGUI-PostProcessingURP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FPrefsGUI-PostProcessingURP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FPrefsGUI-PostProcessingURP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuqunaga","download_url":"https://codeload.github.com/fuqunaga/PrefsGUI-PostProcessingURP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FPrefsGUI-PostProcessingURP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266076034,"owners_count":23872729,"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":["postprocessing","unity","unity3d","urp"],"created_at":"2024-10-14T21:37:25.131Z","updated_at":"2025-10-24T14:05:20.658Z","avatar_url":"https://github.com/fuqunaga.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrefsGUI-PostProcessingURP\n\n[![npm version](https://badge.fury.io/js/ga.fuquna.prefsgui.postprocessingurp.svg)](https://badge.fury.io/js/ga.fuquna.prefsgui.postprocessingurp)\n[![openupm](https://img.shields.io/npm/v/ga.fuquna.prefsgui.postprocessingurp?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/ga.fuquna.prefsgui.postprocessingurp/)\n\n[PrefsGUI](https://github.com/fuqunaga/PrefsGUI) extensions for URP PostProcessing.  \nAutomatic generation of UI, changing parameters at runtime and saving their values.\n\n![screenshot](https://github.com/fuqunaga/PrefsGUI-PostProcessingURP/assets/821072/688ec82e-2140-4bae-80f6-98496c657ae8)\n\n# Installation\n\nThis package uses the [scoped registry] feature to resolve package　dependencies. \n\n[scoped registry]: https://docs.unity3d.com/Manual/upm-scoped.html\n\n\n**Edit \u003e ProjectSettings... \u003e Package Manager \u003e Scoped Registries**\n\nEnter the following and click the Save button.\n\n```\n\"name\": \"fuqunaga\",\n\"url\": \"https://registry.npmjs.com\",\n\"scopes\": [ \"ga.fuquna\" ]\n```\n![Scoped Registrie Settings](https://github.com/fuqunaga/PrefsGUI-PostProcessingURP/assets/821072/1b4c1008-dd5b-469b-a270-513c50c545fb)\n\n\n**Window \u003e Package Manager**\n\nSelect `MyRegistries` in `Packages:`\n\n![Select MyRegistries](https://github.com/fuqunaga/PrefsGUI-PostProcessingURP/assets/821072/74b3b9b4-4a75-4dfa-b5b0-06999c8ad0ac)\n\nSelect `PrefsGUI - PostProcessingURP` and click the Install button  \n\n![image](https://github.com/fuqunaga/PrefsGUI-PostProcessingURP/assets/821072/9375e0dc-0efb-48e6-9914-a715fddc9efc)\n\n\n# Usage\n\n1. Attach `PrefsVolumeBehaviour` to any GameObject.\n2. Set the target `Volume` component in `PrefsVolumeBehaviour.volume`.\n3. (Optional)Call **SetDefaultValueFromVolume** from the `PrefsVolumeBehaviour` context menu to set the `Volume` values to the default values in the PrefsGUI.  \n*If `PrefsVolumeBehaviour` is attached to the same GameObject as the `Volume`, it is done automatically.  \n![SetDefaultValueFromVolume](https://github.com/fuqunaga/PrefsGUI-PostProcessingURP/assets/821072/2baf4342-09a7-4582-a350-b4ab3e016dca)\n1. Follow the [RosettaUI](https://github.com/fuqunaga/RosettaUI) steps to display the PrefsVolumeBehaviour UI.  \n   See [Example](Assets/Example/PrefsVolumeBehaviourExample.cs).\n\n\n# Tips\n## Changing Prefs keys for multiple instances\n\nPrefix keys can be added or changed in batches from the editor window.  \nSee [PrefsGUI.EditorWindow](https://github.com/fuqunaga/PrefsGUI#editorwindow).\n\n# Reference\n\n- [PrefsGUI](https://github.com/fuqunaga/PrefsGUI) - Accessors and GUIs for persistent preference values using a JSON file\n- [RosettaUI](https://github.com/fuqunaga/RosettaUI) - Code-based UI library for development menus for Unity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuqunaga%2Fprefsgui-postprocessingurp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuqunaga%2Fprefsgui-postprocessingurp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuqunaga%2Fprefsgui-postprocessingurp/lists"}