LethalCompanyUnityTemplate
LethalCompanyUnityTemplate copied to clipboard
Unity project template for Lethal Company modding
trafficstars
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.
- The scripts included in this are only stubs, they contain no actual game code.
- Will need to be updated after large game updates.
Setup
- Clone this repository from
https://github.com/EvaisaDev/LethalCompanyUnityTemplate.git - Go into the game's
Manageddirectory:steamapps\common\Lethal Company\Lethal Company_Data\Managed
- Copy the following files:
AmazingAssets.TerrainToMesh.dllClientNetworkTransform.dllDissonanceVoip.dllFacepunch Transport for Netcode for GameObjects.dllFacepunch.Steamworks.Win64.dllNewtonsoft.Json.dllAssembly-CSharp-firstpass.dll
- Move the copied files into
Path/To/This/UnityProject/Assets/Plugins - Open the project with Unity 2022.3.9f1
- You can now use game scripts inside of this unity project, for creating custom assets!