# AndroidTemplatePlugin Unreal Engine Plugin

GitHub Repo

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:

  1. Download the latest release from the releases page.
  2. Extract the zip file.
  3. In the Extracted folder, you can see GeneratePlugin.bat (For Windows) and GeneratePlugin.sh (For MacOS). Run the file based on your Operating System.
  4. Enter the name of the plugin which you want to create.
  5. After the script is executed, you can see a new folder with the name you provided.
  6. 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. You can just call the Android_ShowToast function from Blueprints.

For any issues, questions, or feature requests, please create an issue in the repository.

This project is licensed under the MIT license.