JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"animation",
"camera-shake",
"easing",
"tween",
"tweening",
"unity",
"delay",
"ease",
"game-feel",
"interpolation",
"screen-shake",
"sequence"
],
"is_fork": false,
"size_kb": 10142,
"has_wiki": false,
"homepage": "https://assetstore.unity.com/packages/slug/252960",
"languages": {
"C#": 516820
},
"pushed_at": "2026-07-18T11:02:15Z",
"created_at": "2023-05-15T15:13:23Z",
"owner_type": "User",
"updated_at": "2026-07-22T12:23:31Z",
"description": "High-performance, allocation-free tween library for Unity. Create animations, delays, and sequences in one line of code.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "Kyrylo Kuzyk",
"type": "User",
"login": "KyryloKuzyk",
"company": null,
"location": null,
"followers": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/13222270?v=4",
"created_at": "2015-07-07T15:25:42Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 4034
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "3f06f369143fc896bc19cf346468818a0853ca11",
"body": "## [1.4.10-pro] - 2026-07-18\n### Added\n- Added `SetCancellationToken(CancellationToken)` to `TweenAnimation`.\n- TweenAnimationComponent and the owner of TweenAnimation now populate the 'unityTarget' in PrimeTweenManager's Inspector.\n- UniTask integration.\n\n## [1.4.10] - 2026-07-18\n### Added\n- Added \n[…]\nen/issues/251\n- Fixed: Unity 6000.7 shows a warning that the DEVELOPMENT_BUILD define is deprecated.\n- Fixed: Unity 6000.7 shows a warning that `AppDomain.CurrentDomain.GetAssemblies()` is deprecated.",
"is_bot": false,
"headline": "Version 1.4.10.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-07-18T11:02:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b4ccfe0d9ac4802b7b4e96e325edda6a0a46038",
"body": "## [1.4.9-pro] - 2026-06-21\n### Fixed\n- Fixed: the project doesn't compile because ResetComponentsInEditor() is not wrapped with `#if UNITY_EDITOR`. https://github.com/KyryloKuzyk/PrimeTween/issues/250",
"is_bot": false,
"headline": "Version 1.4.9-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-06-21T07:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9dadec28eac9b32070961070001be71f40452c",
"body": "## [1.4.8] - 2026-06-19\n### Fixed\n- Fixed: a rotation tween starting from an exactly 180° rotation (a quaternion with `w == 0`, e.g. `(0, 1, 0, 0)`) snapped to the end value instead of interpolating. https://github.com/KyryloKuzyk/PrimeTween/issues/247\n- Fixed: the `warnEndValueEqualsCurrent` warnin\n[…]\n` was the same rotation as the current value but expressed with the opposite quaternion sign (`-q`). Also, optimized the equality comparison order: https://github.com/KyryloKuzyk/PrimeTween/issues/229",
"is_bot": false,
"headline": "Version 1.4.8.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-06-19T13:27:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5d8f1e27ae27b98808d56669dc37a676a1e7787",
"body": "## [1.4.8-pro] - 2026-06-17\n### Added\n- Added `Is Reversed` setting to TweenType.TweenAnimationComponent in the Inspector. This setting can be used to reverse the direction of a nested animation. https://github.com/KyryloKuzyk/PrimeTween/issues/243\n### Fixed\n- Fixed: a rotation tween starting from a\n[…]\ntValue` override, the next `startValue` should be automatically calculated from the previous `endValue`. This worked incorrectly for cases when an animation had CycleMode.Yoyo, Incremental, or Rewind.",
"is_bot": false,
"headline": "Version 1.4.8-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-06-18T08:42:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d544c367642aa1ba4297b8cbfbf74c76627b1d5",
"body": "- Fixed: TweenAnimation.startValue can't be manually modified in the Inspector. https://github.com/KyryloKuzyk/PrimeTween/issues/246",
"is_bot": false,
"headline": "Version 1.4.7-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-06-08T18:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8ce4221fb23a5a0206e8b60777ffa15d657230e",
"body": "## [1.4.6-pro] - 2026-06-07\n### Added\n- Added new `CallbackDirection` setting to TweenAnimation that controls whether a callback should be executed on the animation's backward cycle. https://github.com/KyryloKuzyk/PrimeTween/discussions/245\n### Fixed\n- Fixed: when an animation has a negative timesca\n[…]\nons.\n\n## [1.4.6] - 2026-06-07\n### Changed\n- VisualElement.Position/Rotation/Scale animations now use VisualElement.style.translate/rotate/scale properties instead of ITransform in Unity 6.2 and newer.",
"is_bot": false,
"headline": "Version 1.4.6.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-06-07T07:13:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80fe29379c0481082aee0dbc915bafcebdaa859c",
"body": "## [1.4.5-pro] - 2026-05-17\n### Fixed\n- Fixed: saving prefab while TweenAnimation preview is playing \"bakes in\" animated preview values into the saved prefab. https://github.com/KyryloKuzyk/PrimeTween/issues/238\n- Fixed: when multi-editing TweenAnimations and one of them has targets while the other \n[…]\n't update the inspector height and animation headers correctly.\n- Fixed: TweenAnimation unconditionally calls `GUI.changed` even if the animation is not running, which results in degraded performance.",
"is_bot": false,
"headline": "Version 1.4.5-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-05-17T10:00:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "76669e42eeef9230a5e798ac82933c4d4673ee02",
"body": "## [1.4.4-pro] - 2026-05-08\n### Fixed\n- Fixed: if Domain Reloading is enabled, TweenAnimationComponent resets the animation on selection change during Play Mode. https://discussions.unity.com/t/primetween-high-performance-animations-and-sequences/926420/448",
"is_bot": false,
"headline": "Version 1.4.4-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-05-09T14:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74e1ecf3ccf03c080e78222730089db4bb57c02",
"body": "## [1.4.3-pro] - 2026-04-29\n### Fixed\n- Fixed: deleting multiple prefabs with TweenAnimationComponent or serialized TweenAnimation immediately restores the deleted prefabs. https://github.com/KyryloKuzyk/PrimeTween/issues/234\n- Fixed: after exiting animation preview, the initial value from the scene should be used instead of the animations's `startValue`.\n- Fixed: the Undo operation doesn't work after previewing the `endValue` in the Inspector.",
"is_bot": false,
"headline": "Version 1.4.3-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-04-29T06:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2650d9ebbb5da235e6174eb0deebe6c63168c5d",
"body": "## [1.4.2-pro] - 2026-04-23\n### Fixed\n- Fixed: error message from TweenAnimationComponent when exiting prefab mode. https://github.com/KyryloKuzyk/PrimeTween/issues/232",
"is_bot": false,
"headline": "Version 1.4.2-pro changelog.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-04-23T18:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469e561cd61f790d68b7e7e42d5d1af86e403e56",
"body": "## [1.4.0-pro] - 2026-04-14\n### Added\n- Initial PRO version release.\n- TweenAnimationComponent: animate anything with no code: create complex animations, add callbacks, delays, and custom animations entirely from the Inspector.\n- TweenAnimation: serialize animations directly in MonoBehaviour scripts: all the power of TweenAnimationComponent, without needing a separate component.\n- Job System and Burst Compiler support.\n- Per-Object Material Animations with MaterialPropertyBlock.",
"is_bot": false,
"headline": "Version 1.4.0-pro documentation.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-04-19T11:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80a0ec7f87425bcb4e7d1a416733174e6869b635",
"body": "## [1.4.0] - 2026-04-14\n### Fixed\n- Fixed: `ToYieldInstruction` can throw an exception if the underlying tween was already reused for another animation. https://github.com/KyryloKuzyk/PrimeTween/issues/220",
"is_bot": false,
"headline": "Version 1.4.0.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-04-16T07:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff50c8601497a151cd94cea2fa2e4313348c96df",
"body": "## [1.3.8] - 2026-02-09\n### Added\n- Added global `PrimeTweenConfig.warnIfTargetDestroyed` setting. https://github.com/KyryloKuzyk/PrimeTween/discussions/4\n- Experimental: added `UpdateType.Manual`. https://github.com/KyryloKuzyk/PrimeTween/discussions/135\n### Changed\n- `ToYieldInstruction()` no long\n[…]\nsed after `MoveNext` returned `false`. https://github.com/KyryloKuzyk/PrimeTween/issues/220\n- Tween.Custom overloads that accept TweenSettings are now obsolete. Use TweenSettings<T> overloads instead.",
"is_bot": false,
"headline": "Version 1.3.8.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2026-02-10T09:10:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d78f1225fb2f45d3de102975ff42fe5eb738f25",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2025-12-24T13:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b414375b51c42761dba00d7d811742df67a0d9e4",
"body": "### Fixed\n- Fixed crash in ARMv7 (32 bits) Android builds. https://github.com/KyryloKuzyk/PrimeTween/issues/217",
"is_bot": false,
"headline": "Version 1.3.7",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2025-12-20T10:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac2c980f14c90f73d6850beae206d3c73e518d6",
"body": "### Added\n- Experimental: added `Sequence.GroupCallback` method. https://github.com/KyryloKuzyk/PrimeTween/discussions/90#discussioncomment-14407106\n### Changed\n- Tween overloads that accept TweenSettings are now obsolete. Use TweenSettings<T> overloads instead.\n- Added UnityEngine.Object context to\n[…]\nhe console. https://github.com/KyryloKuzyk/PrimeTween/issues/210\n- Experimental: renamed ResetBeforeComplete to ResetOnComplete.\n### Fixed\n- Fixed: 'Complete()' doesn't work with negative 'timeScale'.",
"is_bot": false,
"headline": "Version 1.3.6.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2025-12-07T09:50:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab8730b90f3444533fcfc69939ed124dc1949962",
"body": "### Changed\n- Sequence's 'CycleMode' has been changed to 'SequenceCycleMode'.\n- 'SetRemainingCycles()' now works with negative 'timeScale'. https://github.com/KyryloKuzyk/PrimeTween/issues/203.\n- Improved animation debugging in PrimeTweenManager inspector.\n### Fixed\n- Fixed: inserting animations int\n[…]\nollRect.normalizedPosition' can throw exception if 'ScrollRect.content' is null.\n- Fixed: if Unity Editor is open for a long time, time measurement gets imprecise when running animations in Edit mode.",
"is_bot": false,
"headline": "Version 1.3.5.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2025-10-16T07:04:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6416c9c1c1a9e3cf8091aa80848609e1fd37fd49",
"body": "### Fixed\n- SetEase() does not work with a custom AnimationCurve in the adapter. https://github.com/KyryloKuzyk/PrimeTween/issues/175\n- Using an invalid Ease value throws an \"Invalid ease type\" exception and breaks PrimeTween.\n- PRIME_TWEEN_SAFETY_CHECKS now works correctly with hot reloading (Recom\n[…]\nmeInitializeLoadType.BeforeSceneLoad, which can hide initialization order issues. https://github.com/KyryloKuzyk/PrimeTween/issues/185\n- Highlight animations in the Demo do not work in Windows Editor.",
"is_bot": false,
"headline": "Version 1.3.3.",
"author_name": "Kyrylo",
"author_login": "KyryloKuzyk",
"committed_at": "2025-08-10T19:25:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70a612bba7b737b8bc74fe93b41d39cd4526734d",
"body": "### Fixed\n- Fixed: the 'updateType was ignored' error appears if a tween with default 'updateType' is added to a Sequence. https://github.com/KyryloKuzyk/PrimeTween/issues/171",
"is_bot": false,
"headline": "Version 1.3.2",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2025-05-18T09:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a0ffeaf182f4a655af644eaa709ecc9b609ee4",
"body": "### Added\n- Add Edit mode support, so animations can be played in Editor without entering the Play mode. https://github.com/KyryloKuzyk/PrimeTween/discussions/62\n- PrimeTween can now be installed via Unity Package Manager.\n- Demo project: add 'Play Animation' button to Inspector to preview animation\n[…]\ncom/KyryloKuzyk/PrimeTween/discussions/164\n### Fixed\n- Fixed: PrimeTween doesn't work after scripts are recompiled while playing in Editor when the 'Recompile And Continue Playing' setting is enabled.",
"is_bot": false,
"headline": "Version 1.3.1.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2025-04-27T10:32:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ca6c1531ae74e3595f7dc8da832a44ae379968c2",
"body": null,
"is_bot": false,
"headline": "Update a link inside license",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2025-04-25T06:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b27995f5bd02e9398068836b4c750f49c28b4c7",
"body": "### Added\n- Add support for updating animations in LateUpdate with the help of the new 'UpdateType updateType' parameter. The available options are Update, LateUpdate, and FixedUpdate. https://github.com/KyryloKuzyk/PrimeTween/issues/138\n- Add 'Vector3' overloads to RotationAtSpeed() and LocalRotati\n[…]\ntack trace clickable when custom tween throws an exception. https://github.com/KyryloKuzyk/PrimeTween/issues/119\n- Prevent allocations in development builds when PRIME_TWEEN_SAFETY_CHECKS is enabled.",
"is_bot": false,
"headline": "Version 1.3.0.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2025-04-05T06:40:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ec7619a751f72a0a15489e2ec70a337c8968912",
"body": "## [1.2.2] - 2024-12-05\n### Fixed\n- Fixed: TextMeshPro animations are not available in Unity 2023. Bug report: https://discussions.unity.com/t/primetween-high-performance-animations-and-sequences/926420/365\n- Fixed: Demo project produces compilation errors if Ugui package is not installed.",
"is_bot": false,
"headline": "Version 1.2.2.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-12-05T07:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e2280eeed37c4453e30479936c529d1711827f",
"body": "## [1.2.1] - 2024-11-28\n### Fixed\n- Fixed: when a new tween is created at the last frame of `ToYieldInstruction()`, coroutine will wait for the wrong tween. Bug report: https://github.com/KyryloKuzyk/PrimeTween/issues/126",
"is_bot": false,
"headline": "Version 1.2.1.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-11-28T21:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "746b2f9bd26302f924966c0f22abd4e78faf6020",
"body": null,
"is_bot": false,
"headline": "Update link in the LICENSE file.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-10-16T08:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "038cfd2a29bd866a38f2c75df0910edd2ec404a2",
"body": "## [1.2.0] - 2024-10-03\n### Fixed\n- Fixed: sequence.Group() doesn't work correctly after ChainCallback() and InsertCallback(). More info: https://github.com/KyryloKuzyk/PrimeTween/discussions/112",
"is_bot": false,
"headline": "Version 1.2.0.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-10-03T07:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545dcc52769d52841e282c772e98c8984bfeb243",
"body": "## [1.1.22] - 2024-09-14\n### Added\n- Add `Easing.Evaluate(float interpolationFactor, Ease ease)` method that gives the ability to evaluate standard eases manually. Previously this method was experimental.\n### Fixed\n- Fixed: destroying target of a paused tween doesn't release the tween. Bug report: https://github.com/KyryloKuzyk/PrimeTween/discussions/4#discussioncomment-10555636\n- Fixed: UPM examples are not compatible with Input System (New).",
"is_bot": false,
"headline": "Version 1.1.22.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-09-14T16:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee042e1c59eb136cfb6a545f18526e2b4b834dea",
"body": "## [1.1.21] - 2024-08-31\n### Added\n- Implement GetHashCode() and IEquatable for Tween and Sequence.",
"is_bot": false,
"headline": "Version 1.1.21.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-08-31T11:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d57881daaf676b6dda8169ef6d9837114bd24ee",
"body": "## [1.1.20] - 2024-08-12\n### Changed\n- Change internal tween from 'int' to 'long', which reduces the likelihood of id collisions in apps that run for months or years. Feature request: https://discussions.unity.com/t/926420/291\n### Added\n- Add 'setImmediately' and 'isRelative' parameters to From() me\n[…]\nstem (New). Bug report: https://github.com/KyryloKuzyk/PrimeTween/issues/85\n- Fixed (minor): calling Sequence.Complete() when the sequence is in Stater.After doesn't complete the sequence immediately.",
"is_bot": false,
"headline": "Version 1.1.20.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-08-12T08:07:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "655fecb7c693612947a9d893bdaa1938cdb9f4ad",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2024-08-10T10:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b93611f9f6ae866016918617bf49c180fa29cd71",
"body": "## [1.1.19] - 2024-05-29\n### Fixed\n- Fixed: Tween.TextMaxVisibleCharacters() is not available in Unity 6 because Text Mesh Pro was merged with UGUI.",
"is_bot": false,
"headline": "Version 1.1.19.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-05-29T06:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d6dfa8b675bb9fabae483fae326590fad051ae6",
"body": "## [1.1.18] - 2024-05-11\n- Fixed: nested sequence updates its children even when it doesn't update self. This resulted in multiple chained jumps to override the first jump. Bug report: https://forum.unity.com/threads/primetween-high-performance-animations-and-sequences.1479609/page-6#post-9802575",
"is_bot": false,
"headline": "Version 1.1.18",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-05-11T07:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a672c6ab1a9c2640402415afae9d28814e81622",
"body": "## [1.1.17] - 2024-04-17\n- Fixed: Tween.TextMaxVisibleCharacters() throws assertion exception.",
"is_bot": false,
"headline": "Version 1.1.17.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-04-17T11:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e3c94b70a6ad2fe8a848c74098bed84323be03",
"body": "## [1.1.16] - 2024-04-16\n### Fixed\n- Fixed: interpolation factor can be calculated incorrectly when cyclic tween is not started yet. Bug report: https://github.com/KyryloKuzyk/PrimeTween/issues/63\n- Fixed: don't log an error when the child animation setting is the same as the parent Sequence's setti\n[…]\nd: enabling PRIME_TWEEN_SAFETY_CHECKS in IL2CPP builds throws exception. Bug report: https://github.com/KyryloKuzyk/PrimeTween/issues/65\n- Fixed: adding experimental define produces compilation error.",
"is_bot": false,
"headline": "Version 1.1.16.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-04-16T17:43:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3106e50af4fc6daba7494e7009db6dd035fa56f9",
"body": null,
"is_bot": false,
"headline": "Update changelog.md",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2024-04-07T10:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc9f5dd2161fc9ed2c2e3efef3a03c90914fc91",
"body": "## [1.1.15] - 2024-04-07\n### Fixed\n- Fixed: Tween.GetTweenCount(target) doesn't work for tweens inside sequences. But report: https://github.com/KyryloKuzyk/PrimeTween/issues/60\n- Fixed: ShakeSettings.strength property incorrectly displayed in narrow Inspector.\n- Fixed: sometimes automatic installat\n[…]\naller/Install' button to fix it.\n- Fixed: review request should appear only after the user presses the Update button in Package Manager. Bug report: https://github.com/KyryloKuzyk/PrimeTween/issues/58",
"is_bot": false,
"headline": "Version 1.1.15.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-04-07T09:45:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbd2c38023fb6f92a0575f05e467a190d17dc565",
"body": null,
"is_bot": false,
"headline": "Update documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-03-23T09:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a0b291d04627e36ef27e95236eabb7bb4d5b8d",
"body": "## [1.1.14] - 2024-03-16\n### Added\n- Add Tween.VisualElementColor/VisualElementBackgroundColor() to animate colors of UIToolkit components.\n- Experimental: add 'double' numeric type support for Tween.Custom(). This feature requires the PRIME_TWEEN_EXPERIMENTAL define in 'Scripting Define Symbols'.\n### Changed\n- Improve documentation.",
"is_bot": false,
"headline": "Version 1.1.14.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-03-16T16:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b734adfcb6b29a35847ac4838c89d7d5176798e",
"body": null,
"is_bot": false,
"headline": "Refine documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-02-25T10:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b289d7d26ca6f4c1bbce2daefda4237392c668ac",
"body": null,
"is_bot": false,
"headline": "Improve Sequence documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-02-24T15:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b57b1b92de164cde02a3a6380012668dac41c1d",
"body": "## [1.1.13] - 2024-02-23\n### Added\n- Add sequence.Pause/Play() to adapter.\n### Changed\n- If sequence child pauses the parent sequence, stop updating Sequence immediately. Other tweens after the current one will not receive an update.",
"is_bot": false,
"headline": "Version 1.1.13.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-02-23T07:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcce2ed43fccaf9a17f5a29f3364750784db4360",
"body": "### Added\n- Add experimental Easing.Evaluate(float, Ease).\n- Add DOVirtual.EasedValue() to adapter.\n- Add custom Ease.OutBounce strength support to adapter.\n### Changed\n- The 'warnEndValueEqualsCurrent' setting is now applied on a per-tween basis. Feature request: https://github.com/KyryloKuzyk/PrimeTween/discussions/48",
"is_bot": false,
"headline": "Version 1.1.12.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-02-14T20:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38aecc63f9c171f2c77ee0be590a8de19580b599",
"body": null,
"is_bot": false,
"headline": "Fix spelling.",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2024-01-31T06:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1dd0f0e72d7e20bdbc1a643cf21561548a7f2ea",
"body": "## [1.1.11] - 2024-01-18\n### Fixed\n- Fixed: calling PrimeTweenConfig.SetTweensCapacity() before PrimeTweenManager is created throws an exception in Editor.\n### Changed\n- Optimize duplicated shakes on the same target.",
"is_bot": false,
"headline": "Version 1.1.11.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-01-18T17:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9649a382769b4c8eb5622e0a5e2c44446d3183a",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2024-01-17T15:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "017f8e6d6b0bbc799cdaabe02aff54a345e29fa7",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2024-01-17T14:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f242bbd655b577a9484ff5ea36ea3c76fce1fec",
"body": null,
"is_bot": false,
"headline": "Update documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-01-17T09:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e524445d8cf37442a6f12612aeb64d8b992b428",
"body": "## [1.1.10] - 2024-01-15\n### Added\n- Add sequence.Insert() and sequence.InsertCallback() APIs. Feature request: https://github.com/KyryloKuzyk/PrimeTween/discussions/33\n- Add Asset Store review request when updating PrimeTween to a new version.\n### Fixed\n- Fixed: completing an infinite tween (cycles\n[…]\nto tween.Complete(). Previuosly, sequence.Complete() completed only the current cycle.\n### Removed\n- Remove Tween.PositionOutBounce() experimental API. Use Easing.BounceExact(float amplitude) instead.",
"is_bot": false,
"headline": "Version 1.1.10.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-01-16T07:24:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0836d846c6ca5385a55812f583e8d06406c011d",
"body": "## [1.1.9] - 2024-01-09\n### Added\n- [Adapter](https://github.com/KyryloKuzyk/PrimeTween#dotween-adapter): add 'loopType' parameter to sequence.SetLoops(); add sequence.SetEase(); add SetLink().\n### Fixed\n- Fixed: sequence.Group() after seqence.Chain() produces a wrong sequence duration (too short) i\n[…]\n# Changed\n- Remove the 'useUnscaledTime' parameter from sequence.ChainDelay(). The parent Sequence controls the 'useUnscaledTime' of all children tweens and sequences, so this parameter is not needed.",
"is_bot": false,
"headline": "Version 1.1.9.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-01-09T16:08:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2cc9454b6afe262a3d1fc45845e592bab8d9c616",
"body": "## [1.1.8] - 2024-01-05\n### Added:\n- Add more detailed warnings and errors.\n### Fixed\n- Fixed: Demo.cs causes compilation error, preventing PrimeTween to install correctly.",
"is_bot": false,
"headline": "Version 1.1.8.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-01-05T16:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ca3b37c3a9f5e7266eeca999995303468ec070",
"body": "## [1.1.7] - 2024-01-02\n- Fixed: ReusableTween.updateSequence() throws AssertionException when a sequence is running during scene change in the Editor. Bug report: https://github.com/KyryloKuzyk/PrimeTween/issues/32",
"is_bot": false,
"headline": "Version 1.1.7.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2024-01-02T15:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8db0f89681c8d0632101f59cdd3aacd8e753dd",
"body": "## [1.1.6] - 2023-12-29\n### Added:\n- PrimeTween can now print tween's creation stack trace when an error occurs to make the debugging process a lot easier. This feature requires the 'PRIME_TWEEN_SAFETY_CHECKS' define.\n- Add TypewriterAnimatorExample.TypewriterAnimationByWords() to the Demo scene to show an example of how to animate text word-by-word.\n### Fixed\n- Fixed: shake doesn't restore the position to the initial value if shake's period is less than duration.",
"is_bot": false,
"headline": "Version 1.1.6.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-12-29T12:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35ebb401c9e1325c19b49254fc3667129a991c94",
"body": "## [1.1.5] - 2023-12-14\n### Added:\n- Add Tween.TextMaxVisibleCharacters(TMP_Text target, ...) method to support simple typewriter animation. Please see the 'Demo.TypewriterAnimatorExample.cs' for a more complex example of text animation that makes pauses after punctuations. More info: https://forum.unity.com/threads/1479609/page-4#post-9529051\n### Fixed\n- Fixed: don't allow to set invalid elapsedTimeTotal and progressTotal values to infinite tweens.",
"is_bot": false,
"headline": "Version 1.1.5.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-12-14T13:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2e240385034272d80b23bdd31d42a10e4adc68",
"body": null,
"is_bot": false,
"headline": "Update documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-12-11T13:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca77650fedeee0a35db79ae55ac322719b7a8e0",
"body": null,
"is_bot": false,
"headline": "Version 1.1.4.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-12-10T10:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6cacbd09d4f2c3e8317520eb5e46e2a6257703",
"body": "## [1.1.3] - 2023-12-06\n### Added:\n- Add Sequence.OnComplete() API.\n### Fixed\n- Fixed: nesting multiple empty Sequences may lead to a StackOverflow exception in some cases.\n- Fixed: enabling/disabling UI.Slider in Demo scene constantly allocates GC.",
"is_bot": false,
"headline": "Version 1.1.3.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-12-06T09:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73a9897ae8a5ac038a896db7e459422a4bbb22e3",
"body": null,
"is_bot": false,
"headline": "Update readme.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-12-05T11:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc042932c522c73b7f808cdb0d6bcd1de93a0a0",
"body": null,
"is_bot": false,
"headline": "Update readme.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-11-30T10:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ffbab23b1717fc477f2a4c3b86e0bd6d065de8",
"body": null,
"is_bot": false,
"headline": "Update readme.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-11-30T10:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87987203df5c10c62fbcdfd9a4575d855169596f",
"body": "## [1.1.0] - 2023-11-30\n### Added:\n- Sequences now support CycleMode.Yoyo and CycleMode.Rewind with the help of Sequence.Create(numCycles, CycleMode **cycleMode**).\n- Sequences now support easing that can be applied to the whole Sequence with the help of Sequence.Create(..., Ease **sequenceEase**).\n\n[…]\n Fixed\n- Fixed: Tween.GetTweensCount() may return the incorrect result if called from the OnComplete() callback.\n- Fixed: MeasureMemoryAllocations.cs example script doesn't ignore its own allocations.",
"is_bot": false,
"headline": "Version 1.1.0.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-11-30T10:34:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54f4dbd43defd7c3339fbcab21a495b93133aa40",
"body": null,
"is_bot": false,
"headline": "Update readme.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-10-04T07:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14eb3233db744a57f725c463510061621b6dfae",
"body": null,
"is_bot": false,
"headline": "Add readme to Benchmarks.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-10-04T07:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e33401aac5a482a5e2cabed3eb5667485a19ad2",
"body": null,
"is_bot": false,
"headline": "Version 1.0.14 changelog.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-10-02T16:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109184d13fe34be8cab143dff58b9dcfc1981078",
"body": null,
"is_bot": false,
"headline": "Fix test name.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-27T11:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05035e39824375e45d291037f606a38717be1cbe",
"body": null,
"is_bot": false,
"headline": "Fix UIToolkit tests.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-27T06:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c69802166653f21eca1387817cbfea67615157f",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-25T05:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ee482a9b07bdc4a090dd2324a681a0cf1a9537",
"body": null,
"is_bot": false,
"headline": "Version 1.0.13.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-24T08:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "798431b02ec91f07a651ba926b4fbe41f50025b8",
"body": null,
"is_bot": false,
"headline": "Update PrimeTween to 1.0.12.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-23T07:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f520cd37a5dd6728edf4e3966d2639a537627f",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-23T07:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6159d80bff7934ed33329ce7a6cefd8f7bb17ddc",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-23T07:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f86228e2c7c985982b9b6106c2c7c6fe0860d142",
"body": null,
"is_bot": false,
"headline": "Add OnUpdate() documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-23T07:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b16ce5a6c65de0e07d9b72fdceaa2b5d86b7b37",
"body": null,
"is_bot": false,
"headline": "Add changelog.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-22T16:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e45ae04366f392ba945b9753a12afd4b5ca346a",
"body": "…g. Update PrimeTween to version 1.0.12.",
"is_bot": false,
"headline": "Add documentation: custom timescale, speed-based tweens, custom easin…",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-22T16:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bedd23431fc68c38ac2e7fb2ff54d29ba1e6b538",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T08:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b695b109527b2fdb1fb4d5b3e8a6f1aaa8801c",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T07:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff8b51106b7623049756edf2ac557f12e8d6888",
"body": null,
"is_bot": false,
"headline": "Check if Reload Domain is enabled in LeanTween tests.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T07:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02695014fcef63a38f9189ba66cedf8be6e39583",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T07:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c708164b3490d3eaa71174c9f71ec30b0b9668",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T07:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1252d3622fa9dfee159add8a530b137706073c",
"body": null,
"is_bot": false,
"headline": "Add UnityTweens benchmarks.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T07:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dabf5d26a8ccc2a9f2a14e426a15648049795819",
"body": null,
"is_bot": false,
"headline": "Add LeanTween benchmarks.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-15T05:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f77fd3ecd92ec13ebe8fc4da232d2704f498ee",
"body": null,
"is_bot": false,
"headline": "Add MagicTween tests.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-14T08:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa9f970c257d100cebb62ac49e74c6e5bf785788",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Kyrylo Kuzyk",
"author_login": "KyryloKuzyk",
"committed_at": "2023-09-14T05:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3015abbf6ae913c89b5463f4a71b0097edfa7e50",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-13T12:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb44f46ec017c093e9bf5457fbfde36410fb2cab",
"body": null,
"is_bot": false,
"headline": "Update PrimeTween to version 1.0.10.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-13T11:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da9daaa6a6451e55fa32bd8372e19b997135f39c",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T17:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c1457557af539be7d3d7b2ee150c9975e0cac8",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T17:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742e99fc89edacc4aec76a23142e4794d9ae93fc",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T07:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fcaea680c847bf00adc73fa9ed7b257c87a13bd",
"body": null,
"is_bot": false,
"headline": "Refine tests.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T06:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458df48885fdda1578fa9a95b74872ed7f67663a",
"body": null,
"is_bot": false,
"headline": "Refine tests.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T06:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8608485857b018b0da6a7b236b080175e20ec44",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T05:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b411108d56281fccbfdef0a08800586059df7014",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-11T05:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bbb04418a31ff9250c5cca0bbfad881673ee89",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-10T09:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1181d9ec928933e55346318081a7cdc58e121349",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-10T09:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4c80181613b6d7aa9fae2bf7197a44538f0984",
"body": "…ween settings.",
"is_bot": false,
"headline": "Add PrimeTween package, remove com.unity.modules.uielements, move DOT…",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-09T07:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed27fe8b8b26312232d51948f57d3ed53d1d4483",
"body": null,
"is_bot": false,
"headline": "Measure DOTween's 'Recycle Tweens' setting.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-09T07:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda990e1961e14644e4310d909eaf8d92945cc35",
"body": null,
"is_bot": false,
"headline": "Update documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-07T08:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72ec3082f5656ac50aa244ded62c9e940ef2974",
"body": null,
"is_bot": false,
"headline": "Update documentation.",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-06T08:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8717ce7f58d1c5620026c70b09d0b3d41309a48",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-06T07:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1f7fae0a1b57b27ee2cc60c06689960b195c27b",
"body": null,
"is_bot": false,
"headline": "no message",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-05T13:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2db57023262bfe57107d4ef872a18739c3727a8",
"body": null,
"is_bot": false,
"headline": "docs: fix async/await reference",
"author_name": "Kyrylo Kuzyk",
"author_login": null,
"committed_at": "2023-09-05T13:36:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 18,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 12,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 82,
"stars": 1948,
"watchers": 19,
"fork_history": {
"days": [
{
"date": "2023-09-11",
"count": 2
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-19",
"count": 2
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 81,
"total_forks": 82
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 173248,
"source_files_sampled": 80,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 6,
"closed_ratio": 0.95,
"closed_issues": 113,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "KyryloKuzyk",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/13222270?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 8,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "9 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3f06f369143fc896bc19cf346468818a0853ca11",
"ran_at": "2026-07-23T18:08:32Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 182,
"created_at": "2025-07-15T23:31:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 214,
"created_at": "2025-12-09T19:53:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 224,
"created_at": "2026-02-25T19:47:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 226,
"created_at": "2026-03-19T11:37:01Z",
"last_comment_at": "2026-07-04T13:43:19Z",
"last_comment_author": "Darkziss"
},
{
"number": 252,
"created_at": "2026-07-20T13:00:18Z",
"last_comment_at": "2026-07-22T08:42:15Z",
"last_comment_author": "JoanOrtiga-AntiHero"
},
{
"number": 253,
"created_at": "2026-07-23T16:10:50Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/KyryloKuzyk/PrimeTween",
"host": "github.com",
"name": "PrimeTween",
"owner": "KyryloKuzyk"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"security": 34,
"vitality": 40,
"community": 61,
"governance": 34,
"engineering": 37
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 40,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"forks": 82,
"stars": 1948,
"watchers": 19,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,948 stars",
"points": 53.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1948
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "82 forks",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 82
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "19 watchers",
"points": 7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 19
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 34,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"merged_prs": 0,
"open_issues": 6,
"closed_issues": 113,
"issue_closed_ratio": 0.95,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/3 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 82,
"owner_type": "User",
"is_verified": null,
"owner_login": "KyryloKuzyk",
"public_repos": 10,
"account_age_days": 4034
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "82 followers of KyryloKuzyk",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 82,
"login": "KyryloKuzyk"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~11 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 37,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"animation",
"camera-shake",
"easing",
"tween",
"tweening",
"unity",
"delay",
"ease",
"game-feel",
"interpolation",
"screen-shake",
"sequence"
],
"has_wiki": false,
"homepage": "https://assetstore.unity.com/packages/slug/252960",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://assetstore.unity.com/packages/slug/252960",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 15 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.44,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "44 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 12,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 173248,
"source_files_sampled": 80,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/80 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 80,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T18:08:37.689587Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/KyryloKuzyk/PrimeTween.svg",
"full_name": "KyryloKuzyk/PrimeTween",
"license_state": "custom",
"license_spdx": null
}