{"id":13662455,"url":"https://github.com/Kerrryu/Modigine","last_synced_at":"2025-04-25T10:31:44.495Z","repository":{"id":92476071,"uuid":"181800570","full_name":"Kerrryu/Modigine","owner":"Kerrryu","description":"An open source mod manager for Unity","archived":false,"fork":false,"pushed_at":"2019-04-21T20:51:28.000Z","size":867,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-07T16:02:58.913Z","etag":null,"topics":["unity3d","unity3d-framework","unity3d-plugin"],"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/Kerrryu.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}},"created_at":"2019-04-17T02:15:21.000Z","updated_at":"2024-09-16T10:01:48.000Z","dependencies_parsed_at":"2023-08-11T07:13:24.324Z","dependency_job_id":null,"html_url":"https://github.com/Kerrryu/Modigine","commit_stats":null,"previous_names":["kerrryu/modigine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerrryu%2FModigine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerrryu%2FModigine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerrryu%2FModigine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerrryu%2FModigine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kerrryu","download_url":"https://codeload.github.com/Kerrryu/Modigine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223996675,"owners_count":17238347,"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":["unity3d","unity3d-framework","unity3d-plugin"],"created_at":"2024-08-02T05:01:59.122Z","updated_at":"2024-11-10T18:30:36.838Z","avatar_url":"https://github.com/Kerrryu.png","language":"C#","readme":"### Unity Open Source Modding Tool\n\n#### (Early Development) Not ready for use in projects\n\n***\n\nCurrently Supports:\n- Lua (.lua)\n- Meshes (.obj)\n- Textures (.png, .jpg, .jpeg) \n- More coming soon\n\n***\n\nNeed to handle custom file types?\nHere is how you can add a new FileRegister:\n1) Create a new class implementing the IFileRegister Interface\n```C#\nusing Modigine;\n\npublic class LuaRegister : IRegister\n{\n    public void Load(string filePath)\n    {\n        string content = File.ReadAllText(filePath);\n        Modigine.luaManager.AddScript(content);\n        Modigine.print(\"Loaded \" + filePath);\n    }\n}\n```\n2) Register the new FileRegister with the RegisterLoader class\n```C#\nvoid Awake()\n{\n    // FORMAT: Modigine.registerManager.AddRegister(new FileRegister(new RegisterClassName(), fileType1, fileType2, fileType3,...));\n    Modigine.registerManager.AddRegister(new FileRegister(new LuaRegister(), \"lua\"));\n    Modigine.registerManager.AddRegister(new FileRegister(new TextureRegister(), \"png\", \"jpg\", \"jpeg\")\n}\n```\n\n***\n","funding_links":[],"categories":["C\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKerrryu%2FModigine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKerrryu%2FModigine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKerrryu%2FModigine/lists"}