All mod tutorials in here are made for RedLoader, the mod loader specifically made for SonsOfTheForest by ToniMacaroni.
I'm not in any way a real programmer nor do computer stuff for work in everyday life. All I write comes from experience and trial and errors after learning a bit of c++, which then shifted to c# to code these type of mods. This also mean that if you you have zero programming knowledge (like not knowing what a variable is) it may be really hard to actually make a mod which is something more than like changing the player speed. That's why I also include a C# Basics course which can give a way to start.
C# basics for mods
Chapter 1
1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
Making first mod
Chapter 2
2.2
Combing UnityExplorer with dnSpy to make another mod
Chapter 3
3.3
Usefull stuff to make mods
Chapter 4
Mod examples
Chapter 5
SUI (Work in progress)
Chapter 6
6.1
6.2
UI Elements
6.3
AssetBundles
Chapter 7