From a828502d76e4272e11b4d71c4a194b6a720512ca Mon Sep 17 00:00:00 2001 From: El Escarabajo Date: Sun, 15 Feb 2026 09:40:06 -0400 Subject: [PATCH] Add cloning and submodule instructions to README Add instructions for cloning the repository and initializing submodules. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8987896..a63f472 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # UnityModTemplate A generic modding framework for Unity +git clone https://github.com/Taiga74164/UnityModTemplate +git submodule update --init --recursive