{"id":23158112,"url":"https://github.com/lightbuzz/archiver-unity","last_synced_at":"2025-09-14T16:22:56.105Z","repository":{"id":75644686,"uuid":"127733266","full_name":"LightBuzz/Archiver-Unity","owner":"LightBuzz","description":"Compress and decompress files and folders in Unity3D.","archived":false,"fork":false,"pushed_at":"2023-08-26T16:16:14.000Z","size":20,"stargazers_count":43,"open_issues_count":3,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-04T06:16:02.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LightBuzz.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}},"created_at":"2018-04-02T09:15:05.000Z","updated_at":"2025-02-01T15:23:15.000Z","dependencies_parsed_at":"2024-01-26T19:56:12.747Z","dependency_job_id":null,"html_url":"https://github.com/LightBuzz/Archiver-Unity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LightBuzz/Archiver-Unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FArchiver-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FArchiver-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FArchiver-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FArchiver-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LightBuzz","download_url":"https://codeload.github.com/LightBuzz/Archiver-Unity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FArchiver-Unity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932556,"owners_count":24670240,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-17T22:18:05.772Z","updated_at":"2025-08-18T01:30:42.282Z","avatar_url":"https://github.com/LightBuzz.png","language":"C#","funding_links":["https://paypal.me/lightbuzz)!"],"categories":[],"sub_categories":[],"readme":"# Archiver for Unity3D\n\nArchiver for Unity3D is a powerful utility for compressing and decompressing files and folders in Unity 2017.3 or later. Moreover, using the built-in mechanism, you couldn't compress a folder with its subfolders and files.\n\nArchiver makes compressing and decompressing amazingly easy, using just two lines of code:\n\n```\nArchiver.Compress(source, destination);   // Zip\nArchiver.Decompress(source, destination); // Unzip\n```\n        \nWhere source and destination are the specified files and folders. You can run the included demo and test by yourselves.\n\n## Installation\n\n* Build the project in ```Release``` mode using Visual Studio 2017 or later.\n* Drag and drop the ```LightBuzz.Archiver.dll``` into your ```Plugins``` folder.\n* In Unity, select ```Edit``` → ```Project Settings``` → ```Other Settings``` → ```Configuration``` and set the ```Scripting Runtime Version``` to ```.NET 4.6```.\n\n## Compatibility\n\nThe archiving functionality is compatible with **Unity 2017.3** or later version. The following platforms are supported:\n\n* iOS\n* macOS\n* Android\n* Windows Standalone (x86 and x64)\n* Universal Windows Platform (UWP)\n\n## Examples\n\nTo use the Archiver, first include a reference to the assembly:\n\n```\nusing LightBuzz.Archiver;\n```\n\n### Compressing a single file\n\n```\nstring source = @\"C:\\Users\\LightBuzz\\Desktop\\Foo.txt\";\nstring destination = @\"C:\\Users\\LightBuzz\\Desktop\\Foo.zip\";\n\nArchiver.Compress(source, destination);\n```\n    \n### Compressing a folder with all of its files and subfolders\n\n```\nstring source = @\"C:\\Users\\LightBuzz\\Desktop\\Foo\\\";\nstring destination = @\"C:\\Users\\LightBuzz\\Desktop\\Foo.zip\";\n\nArchiver.Compress(source, destination);\n```\n    \n### Decompressing a zip file\n\n```\nstring source = @\"C:\\Users\\LightBuzz\\Desktop\\Foo.zip\";\nstring destination = @\"C:\\Users\\LightBuzz\\Desktop\\Foo\\\";\n\nArchiver.Compress(source, destination);\n```\n    \nThat's it!\n\n## Contributors\n* [Vangos Pterneas](http://pterneas.com) from [LightBuzz](http://lightbuzz.com)\n* [Daven Bigelow](http://davenbigelow.com/)\n\n## License\nYou are free to use these libraries in personal and commercial projects by attributing the original creator. Licensed under [Apache v2 License](https://github.com/LightBuzz/archiver-unity/blob/master/LICENSE).\n\n## Support Archiver\nDo you use Archiver in your projects? Do you find it helpful? [Buy us a beer](https://paypal.me/lightbuzz)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightbuzz%2Farchiver-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightbuzz%2Farchiver-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightbuzz%2Farchiver-unity/lists"}