Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Removed legacy video tutorial links
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirkula authored Jan 1, 2020
1 parent cc750dd commit 22dbf08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ This scene lets you tweak some variables at runtime to quickly test some patches

### [SelfPatchingAppDemo](Plugins/SimplePatchTool/Demo/SelfPatchingAppDemo.cs)

~~**Video tutorial:** https://www.youtube.com/watch?v=Gjl6my7rVSI~~ (legacy tutorial)

This scene allows you to quickly create and test a self patching app. It can't run on the Editor.

You can test this scene as follows:
Expand All @@ -114,8 +112,6 @@ You can test this scene as follows:

![launcher_ui](Images/launcher-demo.png)

~~**Video tutorial:** https://www.youtube.com/watch?v=P7iUQ-n3EQA~~ (legacy tutorial)

This scene allows you to quickly create and test a launcher that can self patch itself in addition to patching and launching a main app. Launcher first checks if it is up-to-date (if not, self patches itself) and then checks if the main app is up-to-date (if not, patches it). If you don't provide a VersionInfo url for one of these patches, that patch will be skipped. This scene can't run on the Editor.

You can test this scene as follows (you are recommended to test the [SelfPatchingAppDemo](#selfpatchingappdemo) scene first):
Expand Down Expand Up @@ -146,4 +142,4 @@ You can test this scene as follows (you are recommended to test the [SelfPatchin

![launcher_ui](Images/multi-game-launcher-demo.png)

An example scene to demonstrate how you can use SimplePatchTool with your own Steam-like game hubs. Each game's configuration is stored in the *Games* variable of the *LauncherUI* object. You are recommended to test the [LauncherDemo](#launcherdemo) scene prior to testing this scene.
An example scene to demonstrate how you can use SimplePatchTool with your own Steam-like game hubs. Each game's configuration is stored in the *Games* variable of the *LauncherUI* object. You are recommended to test the [LauncherDemo](#launcherdemo) scene prior to testing this scene.

0 comments on commit 22dbf08

Please sign in to comment.