{"id":21358885,"url":"https://github.com/gameframex/com.gameframex.unity.demigiant.dotween","last_synced_at":"2025-07-13T00:34:22.898Z","repository":{"id":211242533,"uuid":"728591741","full_name":"GameFrameX/com.gameframex.unity.demigiant.dotween","owner":"GameFrameX","description":"从DoTween 二次分发而来","archived":false,"fork":false,"pushed_at":"2024-07-23T08:56:03.000Z","size":213,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-23T10:58:14.513Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GameFrameX.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}},"created_at":"2023-12-07T09:17:03.000Z","updated_at":"2024-07-23T10:58:24.854Z","dependencies_parsed_at":"2023-12-07T10:33:23.820Z","dependency_job_id":"e722cd51-9301-423a-8e7f-bc397260c59b","html_url":"https://github.com/GameFrameX/com.gameframex.unity.demigiant.dotween","commit_stats":null,"previous_names":["alianblank/com.demigiant.dotween","alianblank/com.alianblank.gameframex.unity.demigiant.dotween","alianblank/com.gameframex.unity.demigiant.dotween","gameframex/com.gameframex.unity.demigiant.dotween"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameFrameX%2Fcom.gameframex.unity.demigiant.dotween","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameFrameX%2Fcom.gameframex.unity.demigiant.dotween/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameFrameX%2Fcom.gameframex.unity.demigiant.dotween/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameFrameX%2Fcom.gameframex.unity.demigiant.dotween/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GameFrameX","download_url":"https://codeload.github.com/GameFrameX/com.gameframex.unity.demigiant.dotween/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225847397,"owners_count":17533629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T05:22:46.068Z","updated_at":"2024-11-22T05:22:46.581Z","avatar_url":"https://github.com/GameFrameX.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity的DoTween 动画插件\r\n\r\n该库主要服务于 `https://github.com/AlianBlank/GameFrameX` 作为子库使用。\r\n\r\n# 使用方式(三种方式)\r\n\r\n1. 直接在 `manifest.json` 文件中添加以下内容\r\n   ```json\r\n      {\"com.gameframex.unity.demigiant.dotween\": \"https://github.com/AlianBlank/com.gameframex.unity.demigiant.dotween.git\"}\r\n    ```\r\n2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为：https://github.com/AlianBlank/com.gameframex.unity.demigiant.dotween.git\r\n\r\n3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别\r\n\r\n# 改动功能\r\n\r\n1. 增加 `link.xml` 的裁剪过滤\r\n\r\n# 文档\r\n\r\nhttp://dotween.demigiant.com/documentation.php\r\n\r\n# 以下为原内容\r\n\r\nDOTween and DOTween Pro are copyright (c) 2014-2018 Daniele Giardini - Demigiant\r\n\r\n// IMPORTANT!!! /////////////////////////////////////////////\r\n// Upgrading DOTween from versions older than 1.2.000 ///////\r\n// (or DOTween Pro older than 1.0.000) //////////////////////\r\n-------------------------------------------------------------\r\nIf you're upgrading your project from a version of DOTween older than 1.2.000 (or DOTween Pro older than 1.0.000) please follow these instructions carefully.\r\n\r\n1) Import the new version in the same folder as the previous one, overwriting old files. A lot of errors will appear but don't worry\r\n2) Close and reopen Unity (and your project). This is fundamental: skipping this step will cause a bloodbath\r\n3) Open DOTween's Utility Panel (Tools \u003e Demigiant \u003e DOTween Utility Panel) if it doesn't open automatically, then press \"Setup DOTween...\": this will run the upgrade setup\r\n4) From the Add/Remove Modules panel that opens, activate/deactivate Modules for Unity systems and for external assets (Pro version only)\r\n\r\n// GET STARTED //////////////////////////////////////////////\r\n\r\n- After importing a new DOTween update, select DOTween's Utility Panel from the \"Tools/Demigiant\" menu (if it doesn't open automatically) and press the \"Setup DOTween...\" button to activate/deactivate Modules. You can also access a Preferences Tab from there to choose default settings for DOTween.\r\n- In your code, add \"using DG.Tweening\" to each class where you want to use DOTween.\r\n- You're ready to tween. Check out the links below for full documentation and license info.\r\n\r\n// LINKS ///////////////////////////////////////////////////////\r\n\r\nDOTween website (documentation, examples, etc): http://dotween.demigiant.com\r\nDOTween license: http://dotween.demigiant.com/license.php\r\nDOTween repository (Google Code): https://code.google.com/p/dotween/\r\nDemigiant website (documentation, examples, etc): http://www.demigiant.com\r\n\r\n// NOTES //////////////////////////////////////////////////////\r\n\r\n- DOTween's Utility Panel can be found under \"Tools \u003e Demigiant \u003e DOTween Utility Panel\" and also contains other useful options, plus a tab to set DOTween's preferences\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameframex%2Fcom.gameframex.unity.demigiant.dotween","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgameframex%2Fcom.gameframex.unity.demigiant.dotween","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameframex%2Fcom.gameframex.unity.demigiant.dotween/lists"}