https://github.com/Sythenz/PluginTemplate
A basic Unreal Template with Editor and Runtime Module.
https://github.com/Sythenz/PluginTemplate
Last synced: 3 months ago
JSON representation
A basic Unreal Template with Editor and Runtime Module.
- Host: GitHub
- URL: https://github.com/Sythenz/PluginTemplate
- Owner: Sythenz
- Created: 2024-05-16T12:02:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T13:48:21.000Z (about 1 year ago)
- Last Synced: 2024-11-06T08:43:49.197Z (8 months ago)
- Language: C#
- Size: 238 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unreal - PluginTemplate - A basic Unreal Template with Editor and Runtime Module. (Plugin)
README
# Unreal Plugin Template
A hella simple Github template to use when creating a plugin, comes with a renaming script!
All you gotta do is:1. Go to the pluginTemplate on Github, and click "Use this Template" > "Create a New Repository"

2. Clone your new repo to the directory of choice

3. Navigate in your terminal of choice to the cloned directory and run ``py RunMe.Py``

Give it a name, a Description and author name, and the plugin will rename and set everything
up for you.After that, make sure to add your new plugin to your uproject and compile in your IDE of choice.
Alessa ❤️