Updating the Plugin
This tutorial will guide you through updating the EOSCore Lite plugin to the latest version using the Epic Games Launcher.
Prerequisites
- EOSCore Lite already installed (either engine-wide or in project)
- Epic Games Launcher with access to your purchased content
- Unreal Engine project closed (recommended during update process)
Method 1: Updating Engine-Wide Installation
Step 1: Check for Updates
- Open the Epic Games Launcher
- Navigate to the Unreal Engine tab
- Go to your Library section
- Look for EOSCore Lite in your owned content
- If an update is available, you'll see an Update button instead of "Installed"
Step 2: Update the Plugin
- Click Update next to EOSCore Lite
- Select your target Unreal Engine version from the dropdown menu
- Click Update and wait for the process to complete
- The launcher will download and install the latest version
Step 3: Verify Update in Unreal Engine
- Open your Unreal Engine project
- Go to Edit > Plugins
- Search for "EOSCore" and check the version number
- The plugin should show the latest version number
Method 2: Updating Project-Specific Installation
If you've moved the plugin to your project's plugins folder, follow these additional steps:
Step 1: Update Engine Installation First
- Follow Method 1 above to update the engine-wide installation
- This ensures you have the latest version available to copy
Step 2: Backup Your Current Project Plugin (Recommended)
- Navigate to your project folder:
YourProject\Plugins\EOSCore - Create a backup by renaming the folder to
EOSCore_backup - This allows you to rollback if needed
Step 3: Copy Updated Plugin to Project
- Navigate to your Unreal Engine installation plugins folder:
- Default location:
C:\Program Files\Epic Games\UE_[VERSION]\Engine\Plugins\Marketplace\EOSCore
- Default location:
- Copy the entire updated EOSCore folder
- Navigate to your project's plugins directory:
YourProject\Plugins\ - Paste the updated EOSCore folder (replace the existing one)
Step 4: Verify Project Update
- Open your Unreal Engine project
- Go to Edit > Plugins
- Search for "EOSCore" and verify the updated version number
- Test basic functionality to ensure the update was successful
Troubleshooting Update Issues
Common Problems
Update button not appearing:
- Refresh the Epic Games Launcher
- Log out and back into your Epic Games account
- Check your internet connection
Important Notes
- Always backup your project before updating plugins, especially newly released ones
- Close Unreal Engine during the update process to avoid file conflicts
- Test thoroughly after updating, as new versions may introduce changes or bugs
- Check the changelog for any breaking changes or new requirements
- If you have multiple projects using EOSCore, you may need to update each project-specific installation separately
Next Steps
After successfully updating:
- Review the plugin documentation for new features
- Test all existing EOSCore functionality in your project
- Consider taking advantage of any new Blueprint nodes or improvements
- Update your project documentation to reflect the new plugin version