{"id":13662472,"url":"https://github.com/arket/PoiPoiTooltip","last_synced_at":"2025-04-25T10:31:36.007Z","repository":{"id":217126545,"uuid":"178573547","full_name":"arket/PoiPoiTooltip","owner":"arket","description":"PoiPoiTooltip is a simple tooltip. (Unity Asset)","archived":false,"fork":false,"pushed_at":"2019-03-30T16:47:34.000Z","size":26,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-02T05:14:01.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/arket.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":"2019-03-30T15:05:06.000Z","updated_at":"2024-06-15T21:14:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e34bcf3-b17b-4efa-8cad-1f510652f0c5","html_url":"https://github.com/arket/PoiPoiTooltip","commit_stats":null,"previous_names":["arket/poipoitooltip"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arket%2FPoiPoiTooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arket%2FPoiPoiTooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arket%2FPoiPoiTooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arket%2FPoiPoiTooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arket","download_url":"https://codeload.github.com/arket/PoiPoiTooltip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223996662,"owners_count":17238344,"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-08-02T05:01:59.566Z","updated_at":"2024-11-10T18:30:34.836Z","avatar_url":"https://github.com/arket.png","language":"C#","readme":"# PoiPoiTooltip\n\nPoiPoiTooltip is a simple tooltip asset.  \nTooltip design is freely customizable. (Only RectTransform)  \nThere are 10 types of animations.\n\nThis asset requires DOTween.\n\n[日本語 Readme](/README_JP.md)\n\n## Animations\n|TO_TOP|TO_TOP_FADE|TO_TOP_EXPAND|TO_TOP_ATTACHED|TO_TOP_FUN|\n|-|-|-|-|-|\n|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278540-f38b6a00-5350-11e9-8ffc-55344518d15a.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278557-2afa1680-5351-11e9-857c-a9f2eb51096f.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278642-75c85e00-5352-11e9-9075-3646d152952b.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278644-82e54d00-5352-11e9-84e6-55706908709c.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278647-8bd61e80-5352-11e9-9137-d9563b686c31.gif\" width=\"150\"\u003e|\n\n|TO_BOTTOM|TO_BOTTOM_FADE|TO_BOTTOM_EXPAND|TO_BOTTOM_ATTACHED|TO_BOTTOM_FUN|\n|-|-|-|-|-|\n|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278650-942e5980-5352-11e9-8051-69df94afc3ad.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278654-a27c7580-5352-11e9-8dfd-67d0259807c1.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278657-aad4b080-5352-11e9-9234-f7f8b1020f2f.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278659-b32ceb80-5352-11e9-889b-ede76ff8fd3e.gif\" width=\"150\"\u003e|\u003cimg src=\"https://user-images.githubusercontent.com/398736/55278663-baec9000-5352-11e9-97c9-d52af9408ad6.gif\" width=\"150\"\u003e|\n\n\n## Install\n1. Import [DOTween](http://dotween.demigiant.com/) into your project.\n2. Import PoiPoiTooltip.unitypackage from [latest releases](https://github.com/arket/PoiPoiTooltip/releases/).\n\n## Usage\n\n### Static generation\n1. Add a PoiPoiTooltip component to the RectTransform you want to display a tooltip.\n2. Set a Tooltip object that you want to display in `Tool Tip Rect`.\n3. Choice a animation type from `Play Animation Type`.\n\n(Demo: Assets/PoiPoiTooltip/Example/Scenes/StaticDemo.unity)\n\n### Dynamic generation\n1. Add a PoiPoiTooltip component to the RectTransform you want to display a tooltip.\n```\n[Target RectTransform].gameobject.AddComponent\u003cPoiPoiTooltip\u003e();\n```\n2. Use the initialization method.\n```\n[Target RectTransform].InitTooltip([tooltip object], [animation type]);\n```\n\n (Demo: Assets/PoiPoiTooltip/Example/Scenes/DynamicDemo.unity)\n\n## Version\n- Unity 2018.2.5f1\n- DOTween v1.2.235\n\n## License\n- MIT License","funding_links":[],"categories":["Open Source Repositories","C\\#"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farket%2FPoiPoiTooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farket%2FPoiPoiTooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farket%2FPoiPoiTooltip/lists"}