Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaisaDev committed Nov 23, 2023
2 parents b16321b + 500535f commit 1374857
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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!

0 comments on commit 1374857

Please sign in to comment.