ClientModdingExamples
Example scripts for doing basic things relating to Client Modding such as creating controller scripts and writing patches
Install / Use
/learn @kobrakon/ClientModdingExamplesREADME
ClientModdingExamples
Example scripts for doing basic things relating to Client Modding such as creating controller scripts and writing patches.
Recommended Tools for Client Modding
-Microsoft Visual Studio 2022 with .NET SDK and/or Visual Studio Code w/ C# Extension <br> -Unity Explorer as it allows you to examine and edit GameObjects in scenes (trust me it's really helpful) <br> -dnSpy as it allows you to view, edit, and decompile .NET assemblies
