https://github.com/iam1337/aim2-converter
Simple converter from original game to unity engine.
https://github.com/iam1337/aim2-converter
Last synced: about 1 month ago
JSON representation
Simple converter from original game to unity engine.
- Host: GitHub
- URL: https://github.com/iam1337/aim2-converter
- Owner: Iam1337
- License: mit
- Created: 2023-01-23T07:22:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T13:10:45.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:49:22.224Z (3 months ago)
- Language: C#
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AIM2 Converter - Convert AIM2 resources to Unity Engine
Created by [iam1337](https://github.com/iam1337). Based on [Polygon-4 tools](https://github.com/aimrebirth/tools).

[](https://github.com/Iam1337/aim2-converter/actions/workflows/ci.yml)
[](https://openupm.com/packages/com.iam1337.aim2-converter/)
[](https://github.com/Iam1337/aim2-converter/blob/master/LICENSE)
[](https://github.com/semantic-release/semantic-release)### Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Author Contacts](#author-contacts)## Introduction
AIM2 Converter is a tool for converting resources from the AIM2 game to Unity Engine, with the API to extend the import functions.

### Features:
- **Import models**
Import models from the game by converting them directly into prefabs.
- **Import textures**
With the extension API, you can automate the import of special materials. (By default, all materials are Standard (Specular))## Installation
**Old school**Just copy the [Assets/aim2-converter](Assets/aim2-converter) folder into your Assets directory within your Unity project.
**OpenUPM**
Via [openupm-cli](https://github.com/openupm/openupm-cli):
```
openupm add com.iam1337.aim2-converter
```Or if you don't have it, add the scoped registry to manifest.json with the desired dependency semantic version:
```
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.iam1337.aim2-converter",
]
}
],
"dependencies": {
"com.iam1337.aim2-converter": "1.0.0"
}
```**Package Manager**
Project supports Unity Package Manager. To install the project as a Git package do the following:
1. In Unity, open **Window > Package Manager**.
2. Press the **+** button, choose **"Add package from git URL..."**
3. Enter "https://github.com/iam1337/aim2-converter.git#upm" and press Add.
4. Install package from Package Manager.## Usage
**Prepare**
WIP**Processors**
WIP## Author Contacts
\> [telegram.me/iam1337](http://telegram.me/iam1337)
\> [[email protected]](mailto:[email protected])## License
This project is under the MIT License.