{"id":44603883,"url":"https://github.com/xprees/unity-animator-utils","last_synced_at":"2026-02-14T10:16:32.582Z","repository":{"id":306598488,"uuid":"1016084567","full_name":"xprees/unity-animator-utils","owner":"xprees","description":"This package contains utilities for better UX of Unity Animator and animations.","archived":false,"fork":false,"pushed_at":"2025-09-14T16:54:50.000Z","size":1076,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-14T18:38:27.687Z","etag":null,"topics":["animation","animator","unity"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cz.xprees.animator-utils","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xprees.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,"zenodo":null}},"created_at":"2025-07-08T13:16:29.000Z","updated_at":"2025-09-14T16:54:54.000Z","dependencies_parsed_at":"2025-07-26T18:41:12.254Z","dependency_job_id":"134c7c67-8067-44d2-996f-36805718f748","html_url":"https://github.com/xprees/unity-animator-utils","commit_stats":null,"previous_names":["xprees/unity-animator-utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xprees/unity-animator-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xprees%2Funity-animator-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xprees%2Funity-animator-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xprees%2Funity-animator-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xprees%2Funity-animator-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xprees","download_url":"https://codeload.github.com/xprees/unity-animator-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xprees%2Funity-animator-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: 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":["animation","animator","unity"],"created_at":"2026-02-14T10:16:31.925Z","updated_at":"2026-02-14T10:16:32.578Z","avatar_url":"https://github.com/xprees.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity Animator Utils - Better Animator\n\n## Features\n\n### Animator State Preview\n\nQuickly preview animation clips in the Animator window. (Not available in Unity by default)\n![animator state preview](Documentation~/animator_state_preview.png)\n\n### Better Animation Events\n\nEnhanced animation events with better control and usability.\n![Better animation events](Documentation~/better_anim_events.png)\n\n## Warning\n\nSome features are dependent on the Unity Editor version (6000.0.47f1), I needed to use reflection for a small portion of time animationClip time sync.\n\n## Installation\n\n### Git URL\n\nUsing this approach Unity Package Manager will download the package from the Git repository, but the package versioning and updates will not be\nproperly managed by the Unity Package Manager.\n\n[Unity Docs - Install a UPM package from a Git URL](https://docs.unity3d.com/6000.1/Documentation/Manual/upm-ui-giturl.html)\n\nInstall in the Unity Package Manager by adding the following Git URL:\n\n```\nhttps://github.com/xprees/unity-animator-utils.git\n```\n\n### Scoped NPM Registry - recommended\n\nUsing this approach the unity Package Manager will automatically resolve all my packages and their dependencies and list them in the Package Manager\nwindow with proper versioning and updates.\n\n[Unity Docs - Use a scoped registry in your project](https://docs.unity3d.com/6000.1/Documentation/Manual/upm-scoped-use.html)\n\nInstall the package using npm scoped registry in Project Settings \u003e Package Manager \u003e Scoped Registries\n\n```json\n{\n  \"name\": \"NPM - xprees\",\n  \"url\": \"https://registry.npmjs.org\",\n  \"scopes\": [\n    \"cz.xprees\"\n  ]\n}\n```\n\nThen simply install the package using the Unity Package Manager using the _NPM - xprees_ scope or by the package name `cz.xprees.animator-utils`\n\n## Refs\n\nInspired by the following videos:\n\n- [git-amend - Using IMPROVED Animation Events in Unity](https://youtu.be/XEDi7fUCQos?si=qyFSOUFqcLmp5zxR)\n- [Warped Imagination - Let's Fix Unity's Animator](https://youtu.be/BbNjqlCY9bc?si=WFpVEQv4pFX8PSFP)\n- [Warped Imagination - Let's Fix Unity's Animator More](https://youtu.be/wflAXY26yLI?si=1OI-RwRcoQaDrKf0)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxprees%2Funity-animator-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxprees%2Funity-animator-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxprees%2Funity-animator-utils/lists"}