https://github.com/FrozenStormInteractive/Unreal-Batch-Rename-Tool
A plugin to rename multiple assets quickly with a set of naming rules
https://github.com/FrozenStormInteractive/Unreal-Batch-Rename-Tool
game-development ue4 ue4-plugin ue5 ue5-plugin unreal unreal-engine unreal-engine-4 unreal-engine-5 unrealengine
Last synced: about 1 month ago
JSON representation
A plugin to rename multiple assets quickly with a set of naming rules
- Host: GitHub
- URL: https://github.com/FrozenStormInteractive/Unreal-Batch-Rename-Tool
- Owner: FrozenStormInteractive
- License: mit
- Created: 2022-08-29T23:45:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T21:56:05.000Z (over 1 year ago)
- Last Synced: 2024-10-24T02:32:32.643Z (6 months ago)
- Topics: game-development, ue4, ue4-plugin, ue5, ue5-plugin, unreal, unreal-engine, unreal-engine-4, unreal-engine-5, unrealengine
- Language: C++
- Homepage: https://frozenstorminteractive.github.io/Unreal-Batch-Rename-Tool/
- Size: 790 KB
- Stars: 63
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: Docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation
This documentation is built using [Docusaurus](https://docusaurus.io/).
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.