

'\Steam\steamapps\common\YourGame\Mods\TestMod\Info.json'. The file is written in json and must be placed in the 'Mods' folder and one more folder e.g. Note: Unity Mod Manager should already be installed.Ĭreate an information file 'Info.json' so that the mod manager can read it and determine which files need to load when starting the game. Now we can use the game and unity mod manager functions. If the unity version is 2017 or higher you need to add additional files '', ''.


It will be even more difficult to dig into the game code in search of the necessary game functions. Unity works on the csharp language, so creating a mod may seem hardcore, but you do not need to be a super programmer, it is enough to know the basic knowledge of programming. But still make a new game object or texture, you can. To begin with, these mods are more focused on creating scripts than content.
