Skip to content

Commit 3c12359

Browse files
committed
Updated README_TEMPLATE.md
1 parent b995ec8 commit 3c12359

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Editor/PatcherWindow.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,11 @@ private void OnGUI() {
166166
}
167167

168168
if (GUILayout.Button("Run Patcher")) {
169-
if (!EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()) {
170-
return;
171-
}
169+
// if (!EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()) {
170+
// return;
171+
// }
172+
173+
EditorSceneManager.SaveOpenScenes();
172174

173175
var userSettings = PatcherUtility.GetUserSettings();
174176

Runtime/Resources/UPP/README_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Install with the package manager:
9494
1. Open the Package Manager from `Window > Package Manager`
9595
2. Click the '+' button in the top-left of the window
9696
3. Click 'Add package from git URL'
97-
4. Provide the URL of the this git repository: https://github.com/nomnomab/unity-project-patcher.git
97+
4. Provide the URL of the this git repository: `https://github.com/nomnomab/unity-project-patcher.git`
9898
- If you are using a specific version, you can append it to the end of the git URL, such as `#v1.2.3`
9999
5. Click the 'add' button
100100

0 commit comments

Comments
 (0)