An open API service indexing awesome lists of open source software.

https://github.com/MapleStoryUnity/UnityWzLib

WzLib for Unity
https://github.com/MapleStoryUnity/UnityWzLib

compression game library maplestory unity wz wzlib

Last synced: 9 days ago
JSON representation

WzLib for Unity

Awesome Lists containing this project

README

          

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-green.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Unity Engine](https://img.shields.io/badge/unity-6000.3.5f2-black.svg?style=flat&logo=unity)](https://unity3d.com/get-unity/download/archive)
[![.NET 4.x Scripting Runtime](https://img.shields.io/badge/.NET-4.x-blueviolet.svg?style=flat)](https://docs.unity3d.com/2018.3/Documentation/Manual/ScriptingRuntimeUpgrade.html)
[![Release](https://img.shields.io/github/release/MapleStoryUnity/UnityWzLib.svg?logo=github)](https://github.com/MapleStoryUnity/UnityWzLib/releases/latest)

# WzLib For Unity

[![License](https://github.com/MapleStoryUnity/UnityWzLib/actions/workflows/license.yml/badge.svg)](https://github.com/MapleStoryUnity/UnityWzLib/actions/workflows/license.yml)
[![Build](https://github.com/MapleStoryUnity/UnityWzLib/actions/workflows/build.yml/badge.svg)](https://github.com/MapleStoryUnity/UnityWzLib/actions/workflows/build.yml)
[![Package](https://github.com/MapleStoryUnity/UnityWzLib/actions/workflows/package.yml/badge.svg)](https://github.com/MapleStoryUnity/UnityWzLib/actions/workflows/package.yml)

## 💾 Installation

1. Download the `.unitypackage` from the release page [here](https://github.com/MapleStoryUnity/UnityWzLib/releases)
2. Open Unity and import the `UnityWzLib_X.X.X.unitypackage` to your project.

## 📌 Dependencies

- [WzLib](https://github.com/hadeutscher/MapleLib) by @hadeutscher
- [NAudio-Unity](https://github.com/WulfMarius/NAudio-Unity) by @WulfMarius

## ⚜️ License

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see https://www.gnu.org/licenses/.

See
[COPYING](https://github.com/MapleStoryUnity/UnityWzLib/blob/master/COPYING)
for details.