You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 3 years ago |
| Version | 1.0.0 |
| Download link | Sylvia247-BO1_M14A1-1.0.0.zip |
| Downloads | 120 |
| Dependency string | Sylvia247-BO1_M14A1-1.0.0 |
This mod requires the following mods to function
README
AtlasSampleScenes
This repo holds the editor scripts for Atlas in MeatKit, as well as the sample scenes.
Usage
If you're looking to make maps, you should download and import the latest release from the GitHub page into your MeatKit project.
Development
If you are wanting to contribute to the sample scenes or editor scripts for Atlas, do the following to setup an environment inside an existing MeatKit project. Make sure you don't already have Atlas imported.
- Compile the Atlas plugin from source, using the 'Editor' configuration. Then import the resulting DLL into your MeatKit project.
- Clone this repo into the
Assets/Packages/Atlas/directory of your project using the following commands:
cd Assets/Packages
git clone https://github.com/H3VR-Modding/AtlasSampleScenes Atlas
- Done! You're free to make your changes now.