{"id":13662372,"url":"https://github.com/alirezaft/CraftSystem","last_synced_at":"2025-04-25T10:31:03.069Z","repository":{"id":116342094,"uuid":"206070726","full_name":"alirezaft/CraftSystem","owner":"alirezaft","description":"A craft system that can be used in games made with Unity","archived":false,"fork":false,"pushed_at":"2020-01-01T18:50:29.000Z","size":60,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-02T05:13:53.069Z","etag":null,"topics":["csharp","game","game-design","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alirezaft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-03T12:22:06.000Z","updated_at":"2023-08-18T16:47:21.000Z","dependencies_parsed_at":"2024-01-26T19:56:43.238Z","dependency_job_id":null,"html_url":"https://github.com/alirezaft/CraftSystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezaft%2FCraftSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezaft%2FCraftSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezaft%2FCraftSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezaft%2FCraftSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alirezaft","download_url":"https://codeload.github.com/alirezaft/CraftSystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223996554,"owners_count":17238327,"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","game","game-design","unity"],"created_at":"2024-08-02T05:01:56.875Z","updated_at":"2024-11-10T18:30:16.616Z","avatar_url":"https://github.com/alirezaft.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"## IMPORTANT: THIS SYSTEM IS NOT TESTED YET AND IS IN DEVELOPMENT\r\n# CraftSystem\r\nA craft system that can be used in games made with unity. You can use it in strategy games, survival games and any other game that needs a system to manage recipes and the carft part of it.\r\n## Usage\r\nDownload or clone the repo and add scripts to your unity project. create `Rosources/CraftData` directory in the Assets of your game. Add your recipes in the following format to the array in `Recipes.json` file:\r\n```\r\n{\r\n  \"Name\": \"Name of item\",\r\n  \"CraftTime\": Craft time in seconds,\r\n  \"Ingredients\": {\r\n    \"Ingredient1\": Quantity,\r\n    \"Ingredient2\": Quantity,\r\n    ...\r\n  }\r\n}\r\n```\r\nYou can add other data to your recipes as you desire, But you have to implement the proper logic in `Core\\CraftManager.cs`.\r\n### Directories\r\n`Core`: Contains main scripts that makes craft system work.  \r\n`Example`: Contains example codes to implement basic inventory and item in order to test the system. you can replace them with your own code or use it as a code base.  \r\n`ExternalLibraries`: Contains libraries used in system.  \r\n`Test`: Contains a script that is responsible to test the system functionalities. [It's still in development]\r\n## Used libraries\r\nThis system is developed using [mtschoen's JSONObject](https://github.com/mtschoen/JSONObject).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezaft%2FCraftSystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falirezaft%2FCraftSystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezaft%2FCraftSystem/lists"}