{"id":19210469,"url":"https://github.com/ryanslikesocool/anaglyph3d","last_synced_at":"2025-09-02T01:32:55.216Z","repository":{"id":64551107,"uuid":"356181414","full_name":"ryanslikesocool/Anaglyph3D","owner":"ryanslikesocool","description":"Anaglyph 3D (red/cyan) render feature for Unity's URP","archived":false,"fork":false,"pushed_at":"2024-02-29T14:05:11.000Z","size":199,"stargazers_count":29,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-12T19:26:43.641Z","etag":null,"topics":["anaglyph","hlsl","renderfeature","shader","unity","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/ryanslikesocool.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-04-09T07:41:07.000Z","updated_at":"2025-05-10T23:49:09.000Z","dependencies_parsed_at":"2023-01-31T06:01:19.818Z","dependency_job_id":"4aa2ba2a-f012-4a5f-a6d4-283a55dd4efb","html_url":"https://github.com/ryanslikesocool/Anaglyph3D","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/ryanslikesocool/Anaglyph3D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanslikesocool%2FAnaglyph3D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanslikesocool%2FAnaglyph3D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanslikesocool%2FAnaglyph3D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanslikesocool%2FAnaglyph3D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanslikesocool","download_url":"https://codeload.github.com/ryanslikesocool/Anaglyph3D/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanslikesocool%2FAnaglyph3D/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273218428,"owners_count":25065913,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["anaglyph","hlsl","renderfeature","shader","unity","urp"],"created_at":"2024-11-09T13:36:12.021Z","updated_at":"2025-09-02T01:32:55.164Z","avatar_url":"https://github.com/ryanslikesocool.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URP Anaglyph3D\n Anaglyph 3D (red/cyan) render feature for Unity's URP\n\n![Sample Image](images~/sample.jpg)\n\n## Requirements\nAnaglyph3D [v2](https://github.com/ryanslikesocool/Anaglyph3D/releases/tag/v2.1.1) requires Unity 2021.3 with URP 12.1.8 or later.\\\nAnaglyph3D [v3](https://github.com/ryanslikesocool/Anaglyph3D/releases/tag/v3.1.0) requires Unity 2022.1 or later with URP 13.1.7 or later.\n\n## Install\n**Recommended Installation** (Unity Package Manager)\n- \"Add package from git URL...\"\n- `https://github.com/ryanslikesocool/Anaglyph3D.git`\n\n**Alternate Installation** (not recommended)\n- Get the latest [release](https://github.com/ryanslikesocool/Anaglyph3D/releases)\n- Import into your project's Plugins folder\n\n## Usage\nIn your Forward Renderer asset, add the \"Anaglyph Feature\" render feature and change settings as desired.\n\n| Property | Information |\n| ----- | ----- |\n| `Render Pass Event` | Leave at `Before Rendering Post Processing` for best results. |\n| `Layer Mask` | Which layers to include when rendering the effect. |\n| `Shader` | The anaglpyh shader, located at the root directory of the package. |\n| `Spacing` | The spacing between the red and cyan channels.\u003cbr/\u003eA value of `0` will ignore the focal point.  This is useful for orthographic cameras.\u003cbr/\u003eA negative value will swap the red and cyan. |\n| `Focal Point` | The point `x` units in front of the camera where the red and cyan channels meet. |\n| `Overlay Mode` | `None` - Replace the background with the effect.  This is ideal for rendering the entire screen with the effect.\u003cbr/\u003e`Opacity` - Overlay the effect based on its opacity.\u003cbr/\u003e`Depth` - Overlay the effect based on its depth. |\n| `Blend Mode` | `None` - Do not blend the effect onto the background.\u003cbr/\u003e`Additive` - Perform stylistic blending by adding the effect to the background.\u003cbr/\u003e`Channel` - Perform correct blending based on each eye's channels. |\n| `Opacity Overlay Render Texture Format` | The render texture format to use when `Overlay Mode` is set to `Opacity`. |\n| `Depth Overlay Buffer Bit Count` | The depth buffer bit count to use when `Overlay Mode` is set to `Depth`. |\n\n## Notes\n- Rendering with this effect may be expensive, since the whole screen must be rendered multiple times every frame.\n- `Overlay Mode \u003e Opacity` requires a transparent render texture format, which can be set with `Opacity Overlay Render Texture Format`.\n- `Overlay Mode \u003e Depth` does not work with transparent objects, such as text with TextMesh Pro.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanslikesocool%2Fanaglyph3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanslikesocool%2Fanaglyph3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanslikesocool%2Fanaglyph3d/lists"}