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

Unity port of SimplePatchTool library to add patching support to standalone Unity applications

License

Notifications You must be signed in to change notification settings

yasirkula/UnitySimplePatchTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Patch Tool for Unity

THIS PROJECT IS NO LONGER MAINTAINED.


screenshot

Available on Asset Store: https://assetstore.unity.com/packages/tools/network/simple-patch-tool-124296

Forum Thread: https://forum.unity.com/threads/simplepatchtool-open-source-patching-solution-for-standalone-platforms.542465/

Support the Developer ☕

This plugin is the Unity port of SimplePatchTool, a general-purpose patcher library for standalone applications.

LICENSE

SimplePatchTool is licensed under the MIT License; however, it uses external libraries that are governed by the licenses indicated below:

INSTALLATION

There are 5 ways to install this plugin:

  • import SimplePatchTool.unitypackage via Assets-Import Package
  • clone/download this repository and move the Plugins folder to your Unity project's Assets folder
  • import it from Asset Store
  • (via Package Manager) add the following line to Packages/manifest.json:
    • "com.yasirkula.simplepatchtool": "https://github.com/yasirkula/UnitySimplePatchTool.git",
  • (via OpenUPM) after installing openupm-cli, run the following command:
    • openupm add com.yasirkula.simplepatchtool

REQUIREMENTS

  • in Edit-Project Settings-Player, change Api Compatibility Level to .NET 2.0 or higher (i.e. don't use .NET 2.0 Subset or .NET Standard 2.0)
  • (optional) in Edit-Project Settings-Player, enable Run In Background so that SimplePatchTool can continue running while the application is minimized/not focused

DOCUMENTATION

Wiki available at: https://github.com/yasirkula/UnitySimplePatchTool/wiki

About

Unity port of SimplePatchTool library to add patching support to standalone Unity applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages