-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/EvaisaDev/LethalCompanyUnit…
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
|
||
# Lethal Company Unity Template | ||
**This is a unity template project for making Custom Assets for Lethal Company.** | ||
|
||
- This does not include any actual game assets. | ||
- Will need to be updated after large game updates. | ||
|
||
## Setup | ||
|
||
1. Clone this repository from `https://github.com/EvaisaDev/LethalCompanyUnityTemplate.git` | ||
2. Go into the game's `Managed` directory: | ||
- `steamapps\common\Lethal Company\Lethal Company_Data\Managed` | ||
3. Copy the following files: | ||
- `AmazingAssets.TerrainToMesh.dll` | ||
- `ClientNetworkTransform.dll` | ||
- `DissonanceVoip.dll` | ||
- `Facepunch Transport for Netcode for GameObjects.dll` | ||
- `Facepunch.Steamworks.Win64.dll` | ||
- `Newtonsoft.Json.dll` | ||
4. Move the copied files into `Path/To/This/UnityProject/Assets/Plugins` | ||
5. Open the project with Unity 2022.3.9f1 | ||
6. You can now use game scripts inside of this unity project, for creating custom assets! |