Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sythenz/PluginTemplate
A basic Unreal Template with Editor and Runtime Module.
https://github.com/Sythenz/PluginTemplate
Last synced: about 1 month 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T13:48:21.000Z (7 months ago)
- Last Synced: 2024-08-02T16:30:51.001Z (4 months ago)
- Language: C#
- Size: 238 KB
- Stars: 8
- 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"
![Use This Template](githubimages/usethistemplate.png)
2. Clone your new repo to the directory of choice
![Use This Template](githubimages/clone.png)
3. Navigate in your terminal of choice to the cloned directory and run ``py RunMe.Py``
![Use This Template](githubimages/runmepy.png)
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 ❤️