{"id":22045443,"url":"https://github.com/commanderfoo/unity-horizontal-compass","last_synced_at":"2025-05-08T07:50:42.475Z","repository":{"id":149744000,"uuid":"123782812","full_name":"CommanderFoo/Unity-Horizontal-Compass","owner":"CommanderFoo","description":"Experimenting with a simple horizontal compass that you can add waypoints too.","archived":false,"fork":false,"pushed_at":"2018-03-04T12:01:15.000Z","size":4802,"stargazers_count":25,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T17:43:18.569Z","etag":null,"topics":["csharp","unity3d"],"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/CommanderFoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE.txt","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":"2018-03-04T11:38:33.000Z","updated_at":"2024-07-06T19:44:36.000Z","dependencies_parsed_at":"2023-04-25T03:39:10.072Z","dependency_job_id":null,"html_url":"https://github.com/CommanderFoo/Unity-Horizontal-Compass","commit_stats":null,"previous_names":["commanderfoo/unity-horizontal-compass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderFoo%2FUnity-Horizontal-Compass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderFoo%2FUnity-Horizontal-Compass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderFoo%2FUnity-Horizontal-Compass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderFoo%2FUnity-Horizontal-Compass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommanderFoo","download_url":"https://codeload.github.com/CommanderFoo/Unity-Horizontal-Compass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253025335,"owners_count":21842409,"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":["csharp","unity3d"],"created_at":"2024-11-30T13:13:33.439Z","updated_at":"2025-05-08T07:50:42.452Z","avatar_url":"https://github.com/CommanderFoo.png","language":"C#","readme":"A basic horizontal compass that allows you to add waypoints to it.\n\nIt's not perfect, and I'm sure there are better ones out there, but hopefully it helps someone get a starting point.\n\n![Screen Shot](https://i.imgur.com/3eOLtlF.png)\n\nThe project has an example of adding 2 waypoints to the compass.  It's pretty simple.\n\n    // First param is a unique key for this waypoint so you can access it later (i.e remove it).\n    // Second param is the waypoint with icon and target.\n    \n    Horizontal_Compass.instance.add(\"test\", new Waypoint(){\n    \t\t\t\n    \ticon = this.icon,\n    \ttarget = this.obj\n    \n    });\n\nThere are a few 3rd party assets I used.\n\n - http://dotween.demigiant.com\n    \n\tUsed to fade in and out the waypoints when they get close to ends of the compass.\n   \n - https://assetstore.unity.com/packages/essentials/beta-projects/textmesh-pro-84126\n \n\tUsed for the text on the compass (N, E, S, W).\t\n \n - https://bitbucket.org/UnityUIExtensions/unity-ui-extensions\n \n \tI used the mask effect for the ends of the compass just to give it a better look.\n \t","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommanderfoo%2Funity-horizontal-compass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommanderfoo%2Funity-horizontal-compass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommanderfoo%2Funity-horizontal-compass/lists"}