{"id":19731386,"url":"https://github.com/clpsplug/unityeasefunction","last_synced_at":"2026-05-15T14:05:27.087Z","repository":{"id":87856708,"uuid":"78184022","full_name":"Clpsplug/UnityEaseFunction","owner":"Clpsplug","description":"Ease functions","archived":false,"fork":false,"pushed_at":"2023-09-09T06:37:20.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T03:31:52.828Z","etag":null,"topics":[],"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/Clpsplug.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":"2017-01-06T07:18:52.000Z","updated_at":"2017-01-06T13:26:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"90dd047d-b950-4aba-a5c3-368f9b731f6d","html_url":"https://github.com/Clpsplug/UnityEaseFunction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Clpsplug/UnityEaseFunction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clpsplug%2FUnityEaseFunction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clpsplug%2FUnityEaseFunction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clpsplug%2FUnityEaseFunction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clpsplug%2FUnityEaseFunction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clpsplug","download_url":"https://codeload.github.com/Clpsplug/UnityEaseFunction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clpsplug%2FUnityEaseFunction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-12T00:20:43.287Z","updated_at":"2026-05-15T14:05:27.057Z","avatar_url":"https://github.com/Clpsplug.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Ease Function\n\nEase functions I used for other Unity projects because Unity doesn't seem to have any.  \nWill be adding more functions.\n\n## Features\n\n* Good for faking physical movement\n* Can be used to create counter\n* Configurable Monomial Shaping Ease Function\n* Overshoot / Undershoot controlling\n\n## Examples\n\n```cs\n\tprivate int frame;\n\tvoid Start () {\n\t\tframe ++;\n\t}\n\n\tvoid FixedUpdate () {\n\n\t\t// Moves this object in an interesting way!\n\t\tthis.transform.position = new Vector3(EaseFunctions.EaseIn(0, 100, 3, frame, 180, false, false), 0, 0);\n\n\t\t// Creates frame counter!\n\t\tText textComponent = this.gameObject.GetComponent\u003cText\u003e();\n\t\ttextComponent.text = Math.Floor(EaseFunctions.Linear(0, 1, frame, 1, true, false)).ToString();\n\t}\n```\n\n## Functions Currently Available\n\n* Linear\n* EaseIn\n* EaseOut\n\t* Can set its rate freely\n\n## I think I found a bug\n\nPlease create new [issue](https://github.com/Clpsplug/UnityEaseFunction/issues/new), thanks!\n\n## Installation\n\nJust put the `EaseFunctions.cs` into Assets folder and it should work!\n\n# License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclpsplug%2Funityeasefunction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclpsplug%2Funityeasefunction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclpsplug%2Funityeasefunction/lists"}