{"id":33022590,"url":"https://github.com/zigurous/unity-tweening-system","last_synced_at":"2025-11-23T07:01:27.841Z","repository":{"id":122071225,"uuid":"335483379","full_name":"zigurous/unity-tweening-system","owner":"zigurous","description":"🌪️🌀 An animation system for tweening object properties in Unity.","archived":false,"fork":false,"pushed_at":"2024-08-13T04:03:19.000Z","size":579,"stargazers_count":31,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-08-13T05:23:09.237Z","etag":null,"topics":["animation","assets","package","tweening","unity"],"latest_commit_sha":null,"homepage":"https://docs.zigurous.com/com.zigurous.tweening","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/zigurous.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},"funding":{"patreon":"zigurous","custom":["paypal.com/donate?hosted_button_id=BGS8Y9U798JS8","zigurous.com"]}},"created_at":"2021-02-03T02:23:22.000Z","updated_at":"2024-08-13T05:23:09.686Z","dependencies_parsed_at":null,"dependency_job_id":"2bff4b4e-c2c5-43c5-90df-6a601b7c0b1e","html_url":"https://github.com/zigurous/unity-tweening-system","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/zigurous/unity-tweening-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-tweening-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-tweening-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-tweening-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-tweening-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigurous","download_url":"https://codeload.github.com/zigurous/unity-tweening-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigurous%2Funity-tweening-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285914727,"owners_count":27252968,"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-11-23T02:00:06.149Z","response_time":135,"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":["animation","assets","package","tweening","unity"],"created_at":"2025-11-13T19:00:34.926Z","updated_at":"2025-11-23T07:01:27.836Z","avatar_url":"https://github.com/zigurous.png","language":"C#","funding_links":["https://patreon.com/zigurous","paypal.com/donate?hosted_button_id=BGS8Y9U798JS8","zigurous.com"],"categories":["Animation"],"sub_categories":[],"readme":"# Tweening\n\n[![](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/zigurous/unity-tweening-system) [![](https://img.shields.io/github/package-json/v/zigurous/unity-tweening-system)](https://github.com/zigurous/unity-tweening-system/releases) [![](https://img.shields.io/badge/docs-link-success)](https://docs.zigurous.com/com.zigurous.tweening) [![](https://img.shields.io/github/license/zigurous/unity-tweening-system)](https://github.com/zigurous/unity-tweening-system/blob/main/LICENSE.md)\n\nThe **Tweening** package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.\n\nThe system is lightweight, optimized, type-safe, and memory efficient. Hundreds of predefined tweening functions can be called on many common Unity objects, or you can animate anything using generic tweening functions. Tweens can be controlled with many different control methods and various callback functions.\n\n## Reference\n\n- [Tweens](https://docs.zigurous.com/com.zigurous.tweening/manual/tweens)\n- [Sequences](https://docs.zigurous.com/com.zigurous.tweening/manual/sequences)\n- [Easing](https://docs.zigurous.com/com.zigurous.tweening/manual/easing)\n- [Events](https://docs.zigurous.com/com.zigurous.tweening/manual/events)\n- [Property Chaining](https://docs.zigurous.com/com.zigurous.tweening/manual/property-chaining)\n- [Managing Tweens](https://docs.zigurous.com/com.zigurous.tweening/manual/managing-tweens)\n- [Supported Types](https://docs.zigurous.com/com.zigurous.tweening/manual/supported-types)\n- [Settings](https://docs.zigurous.com/com.zigurous.tweening/manual/settings)\n\n## Installation\n\nUse the Unity [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) to install the **Tweening** package.\n\n1. Open the Package Manager in `Window \u003e Package Manager`\n2. Click the add (`+`) button in the status bar\n3. Select `Add package from git URL` from the add menu\n4. Enter the following Git URL in the text box and click Add:\n\n```\nhttps://github.com/zigurous/unity-tweening-system.git\n```\n\n## Namespace\n\nImport the package namespace in each script or file you want to use it. You may need to regenerate project files/assemblies first.\n\n```csharp\nusing Zigurous.Tweening;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigurous%2Funity-tweening-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigurous%2Funity-tweening-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigurous%2Funity-tweening-system/lists"}