{"id":15160720,"url":"https://github.com/hiyorin/gamebase-tapeffect","last_synced_at":"2026-02-01T22:31:35.146Z","repository":{"id":176457364,"uuid":"254008901","full_name":"hiyorin/Gamebase-TapEffect","owner":"hiyorin","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-17T06:41:49.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T20:41:23.912Z","etag":null,"topics":["node-canvas","unity","unity-package-manager","upm","upm-package"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiyorin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-04-08T06:52:47.000Z","updated_at":"2020-04-17T06:41:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8b358cd-9e0d-4784-83a5-b2e963845d66","html_url":"https://github.com/hiyorin/Gamebase-TapEffect","commit_stats":null,"previous_names":["hiyorin/gamebase-tapeffect"],"tags_count":1,"template":false,"template_full_name":"hiyorin/UnityPackageManagerTemplate","purl":"pkg:github/hiyorin/Gamebase-TapEffect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FGamebase-TapEffect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FGamebase-TapEffect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FGamebase-TapEffect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FGamebase-TapEffect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiyorin","download_url":"https://codeload.github.com/hiyorin/Gamebase-TapEffect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FGamebase-TapEffect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261845267,"owners_count":23218525,"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":["node-canvas","unity","unity-package-manager","upm","upm-package"],"created_at":"2024-09-26T23:21:36.205Z","updated_at":"2026-02-01T22:31:35.125Z","avatar_url":"https://github.com/hiyorin.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gamebase-TapEffect\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Table Of Contents\n- [Description](#description)\n- [Install](#install)\n- [Usege](#usage)\n  - [Setup](#setup)\n  - [Create TapEffect Prefab](#create-tapeffect-prefab)\n- [NodeCanvas Integration](#nodecanvas-integration)\n- [License](#license)\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Description\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Install\nFind `Packages/manifest.json` in your project and edit it to look like this:\n```json\n{\n  \"scopedRegistries\": [\n  {\n    \"name\": \"OpenUPM\",\n    \"url\": \"https://package.openupm.com\",\n    \"scopes\": [\n      \"com.neuecc\",\n      \"com.cysharp\",\n      \"com.svermeulen\",\n      \"com.coffee\",\n      \"com.demigiant\",\n      ...\n    ]\n  }],\n  \"dependencies\": {\n    \"com.coffee.git-dependency-resolver\": \"1.1.3\",\n    \"com.coffee.upm-git-extension\": \"1.1.0-preview.12\",\n    \"com.gamebase.tapeffect\": \"https://github.com/hiyorin/Gamebase-TapEffect.git\",\n    ...\n  }\n}\n```\nTo update the package, change `#{version}` to the target version.  \nOr, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension.git) to install or update the package.\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Usage\n\n#### Setup\n- Create Installer\n  - Right Click in folder within the Project tag and Choose `Create/Installers/Gamebase/TapEffectInstaller`.\n  - Assign TapEffect Prefab.\n  \n#### Create TapEffect Prefab.\n- Shuriken\n  - Add ParticleTapEffect to GameObject.\n  - VisualEffect component is attached, please implement the effect.\n- VFX\n  - Add VfxTapEffect to GameObject.\n  - ParticleSystem component is attached, please implement the effect.\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## NodeCanvas Integration\n[NodeCanvas](https://assetstore.unity.com/packages/tools/visual-scripting/nodecanvas-14914) is the Complete Visual Behaviour Authoring solution for Unity. For more details see the [NodeCanvas docs](https://nodecanvas.paradoxnotion.com/documentation/).  \n\nGamebase integration with NodeCanvas is disabled by default. To enable, you must add the define `GAMEBASE_ADD_NODECANVAS` to your project, which you can do by selecting Edit -\u003e Project Settings -\u003e Player and then adding `GAMEBASE_ADD_NODECANVAS` in the `Scripting Define Symbols` section.\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## License\nThis library is under the MIT License.  \n[here](LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiyorin%2Fgamebase-tapeffect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiyorin%2Fgamebase-tapeffect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiyorin%2Fgamebase-tapeffect/lists"}