AndroidTemplatePlugin for Unreal Engine, providing a template for Android API integration within Unreal Engine.
AndroidTemplatePlugin is a plugin for Unreal Engine developed by AvnishGameDev, providing a template for Android API integration within Unreal Engine projects. This plugin serves as a starting point for developers looking to create Android-specific functionalities within their games.
- Android Integration: Provides a template for integrating Android-specific features.
- Customization: Easily customize and extend Android functionalities based on project requirements.
- Cross-Platform Development: Facilitates cross-platform development with specific Android enhancements.
Follow these steps to integrate AndroidTemplatePlugin into your Unreal Engine project:
- Download the latest release from the releases page.
- Extract the zip file.
- In the Extracted folder, you can see
GeneratePlugin.bat
(For Windows) andGeneratePlugin.sh
(For MacOS). Run the file based on your Operating System. - Enter the name of the plugin which you want to create.
- After the script is executed, you can see a new folder with the name you provided.
- Move that folder to your Project's Plugins folder. Now you are free to develop the plugin as you want.
The plugin comes with an example function Android_ShowToast
which shows an Android Toast.
For any issues, questions, or feature requests, please create an issue in the repository.
This project is licensed under the MIT license.
Disclaimer: AndroidTemplatePlugin is developed by AvnishGameDev and is not officially affiliated with Unreal Engine or Android. Please refer to the respective documentation for Unreal Engine and Android for official support and guidelines.
© 2024 AvnishGameDev. All rights reserved.