This tool is a game wrapper on top of the Unity Project Patcher.
This takes a build of R.E.P.O., extracts its assets/scripts/etc, and then generates a project for usage in the Unity editor.
Important
This tool does not distribute game files. It simply works off of your copy of the game!
Also, this tool is for personal use only. Do not re-distrubute game files to others.
Make sure you have the following before using the tool in any way:
- Requires Unity 2022.3.21
- Unity built-in render pipeline
Create a new Unity project with the above requirements before getting started.
You will need to install three packages in sequence here:
- Unity Project Patcher:
https://github.com/nomnomab/unity-project-patcher.git
- Unity Project Patcher BepInEx:
https://github.com/nomnomab/unity-project-patcher-bepinex.git
- This project
- Open the Package Manager from
Window > Package Manager
- Click the '+' button in the top-left of the window
- Click 'Add package from git URL'
- Provide the URL of the this git repository:
https://github.com/nomnomab/unity-project-patcher.git
- If you are using a specific version, you can append it to the end of the git URL, such as
#v1.2.3
- If you are using a specific version, you can append it to the end of the git URL, such as
- Click the 'add' button
"com.nomnom.unity-project-patcher": "https://github.com/nomnomab/unity-project-patcher.git"
- If you are using a specific version, you can append it to the end of the git URL, such as
#v1.2.3
The same steps as previously, just with https://github.com/Kesomannen/unity-repo-project-patcher.git
Open the tool window Tools > Unity Project Patcher > Open Window
and press the Install BepInEx
button.
Otherwise, follow the steps at https://github.com/nomnomab/unity-project-patcher-bepinex
If you don't want to use plugins, then follow the steps at https://github.com/nomnomab/unity-project-patcher-bepinex#disabling-this-package
The tool window can be opened via Tools > Unity Project Patcher > Open Window
Important
This tool mostly supports patching an already patched project, although this can lead to broken assets. So make sure you back up your project beforehand.
Estimated patch durations:
- Fresh patch: ~10 min
- Already patched: TBD
These can vary wildly depending on system speed and project size.
Replacement shaders made by Orton.
Q: How do I get rid of the "No cameras rendering" warning?
Right click the Game
window and uncheck the checkbox labeled "Warn if no cameras rendering";
For more questions, see core project's FAQ: https://github.com/nomnomab/unity-project-patcher#faq