{"id":16207997,"url":"https://github.com/coryleach/unitywater2d","last_synced_at":"2025-03-19T08:30:39.769Z","repository":{"id":138391198,"uuid":"236622626","full_name":"coryleach/UnityWater2D","owner":"coryleach","description":"2D splashy springy water","archived":false,"fork":false,"pushed_at":"2020-06-16T02:28:35.000Z","size":292,"stargazers_count":38,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T16:55:44.829Z","etag":null,"topics":["2d","2dwater","package-manager","sidescroller","unity","unity3d","water"],"latest_commit_sha":null,"homepage":null,"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/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}},"created_at":"2020-01-27T23:59:02.000Z","updated_at":"2024-10-30T06:18:31.000Z","dependencies_parsed_at":"2023-04-30T11:38:51.162Z","dependency_job_id":null,"html_url":"https://github.com/coryleach/UnityWater2D","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"6c63506c47497e1692b55cb4857eaddb30bd857d"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityWater2D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityWater2D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityWater2D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryleach%2FUnityWater2D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coryleach","download_url":"https://codeload.github.com/coryleach/UnityWater2D/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976468,"owners_count":20377691,"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":["2d","2dwater","package-manager","sidescroller","unity","unity3d","water"],"created_at":"2024-10-10T10:15:03.356Z","updated_at":"2025-03-19T08:30:38.806Z","avatar_url":"https://github.com/coryleach.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eGameframe.Water2D 👋\u003c/h1\u003e\n\n\u003c!-- BADGE-START --\u003e\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e37337f70394582a347ab66da54b6ad)](https://www.codacy.com/manual/coryleach/UnityWater2D?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=coryleach/UnityWater2D\u0026amp;utm_campaign=Badge_Grade)\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/coryleach/UnityWater2D?include_prereleases)\n[![openupm](https://img.shields.io/npm/v/com.gameframe.water2d?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gameframe.water2d/)\n![GitHub](https://img.shields.io/github/license/coryleach/UnitySaveLoad)\n\n[![twitter](https://img.shields.io/twitter/follow/coryleach.svg?style=social)](https://twitter.com/coryleach)\n\n\u003cimg src=\"https://media.giphy.com/media/W36MLDTWKCBuFjvv8P/giphy.gif\" /\u003e\n\n\u003c!-- BADGE-END --\u003e\n\n\u003e Splashy 2D water\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/UnityWater2D.git#2.0.1\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.water2d\": \"https://github.com/coryleach/UnityWater2D.git#2.0.1\",\n    ...\n  },\n}\n```\n\n\u003c!-- DOC-START --\u003e\n\u003c!-- \nChanges between 'DOC START' and 'DOC END' will not be modified by readme update scripts\n--\u003e\n\n## Usage\n\nImport the package in the demo folder for example usage\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryleach%2Funitywater2d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoryleach%2Funitywater2d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryleach%2Funitywater2d/lists"}