Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azim/plasma-importer
Generates a template unity project for Plasma modding
https://github.com/azim/plasma-importer
Last synced: 6 days ago
JSON representation
Generates a template unity project for Plasma modding
- Host: GitHub
- URL: https://github.com/azim/plasma-importer
- Owner: Azim
- Created: 2024-03-31T14:53:04.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T15:36:01.000Z (8 months ago)
- Last Synced: 2024-03-31T16:28:04.312Z (8 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plasma Importer
Editor tool to asset rip and import all the scripts needed for making component prefabs for game Plasma.### Usage
1. Create new 3D Core Unity 2022.3.0f1 project
2. Window -> Package Manager -> + -> Add package from git URL... -> `https://github.com/Azim/plasma-importer.git`
3. PlasmaImporter -> Generate Project
4. Navigate to game's installation folder and open `Plasma_Data` folder, e.g. `C:\Program Files (x86)\Steam\steamapps\common\Plasma\Plasma_Data`
5. Grab a cup of tea and wait. After it's done, if you see errors in the console, reopen the unity project.### What's planned
- Generate basic object tree for a component from context menu
- Maybe something about materials### Credits
- Nomnom and Evaisa for [lc-project-patcher](https://github.com/nomnomab/lc-project-patcher)
- Kittenji for help with figuring out AssetRipper stuff
- [Damon](https://github.com/AlbinoGeek) for help with figuring out Unity Editor scripts