Overview: This project is a place where I put useful shell extensions for UE5 projects.
Overview: Adds a context menu option to the right click on all UProject files. It will clear out binaries and intermediates folders of both the project and it's plugins. It then will regenerate project files. It automatically selects the version of the UProject; working with both binary releases and custom engines.
I have previously created a bat file that did the same thing as well as created a context menu item for a single project. If you need anything like that just give me a shout and I will help you out.
- Unreal Engine 5.x
- Powershell
- Windows
To install this extension:
- Clone the repository to your local machine.
- Edit ClearCacheAndRebuild/UE5ClearCacheContextMenuAdd.reg and change the path of the UE5ClearCache.ps1 to the path on your machine.
- Run ClearCacheAndRebuild/UE5ClearCacheContextMenuAdd.reg
To remove this extension:
- Run ClearCacheAndRebuild/UE5ClearCacheContextMenuDel.reg
To update this extension:
- Run ClearCacheAndRebuild/UE5ClearCacheContextMenuDel.reg
- Pull the latest changes from github (remember to use your path for UE5ClearCache.ps1)
- Run ClearCacheAndRebuild/UE5ClearCacheContextMenuAdd.reg
Contributions to this project are welcome. Please follow the standard GitHub workflow for submitting pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.