MrUnit64 / TransformAnarchy

Rotates objects freely in Parkitect
MIT License
4 stars 2 forks source link

Info #6

Closed babooncodes closed 1 year ago

babooncodes commented 2 years ago

1

When you clone, create a local directory called Libs/ next to the sln file. Copy the following dlls there:

0Harmony Parkitect UnityEngine UnityEngine.CoreModule UnityEngine.ImageConversionModule UnityEngine.IMGUIModule UnityEngine.InputModule UnityEngine.TextRenderingModule UnityEngine.UI UnityEngine.UIModule

This way the project assembly references stay exactly the same for everyone.

2

Ive added post build events that copy mod dll, preview.png and img/ to Documents/Parkitect/Mods/RotationAnarchy If you don't have that folder created on that exact path, the build will fail at copying files.

3

Terms:

Notes

babooncodes commented 2 years ago

@Distantz @MrUnit64