Plugin SDK for CryEngine
Purpose of the Plugin SDK is to automatically load Plugins without modifying the GameDll. Developers can use the Wizard to save time when setting up Plugin projects.
Available Plugins
- See Wiki: Plugin SDK
Feature requests/bug reports on GitHub: Wishes / Issues
Installation / Integration
Use the Installer or extract the files to your CryEngine SDK Folder so that the Code and BinXX/Plugins directories match up.
Developers
- If you have a custom GameDll that doesn't contain the PluginManager yet then you will need to recompile it see Wiki: GameDLL Integration.
- For Compatiblity with other CryEngine versions see Wiki: Version Compatibility
Creating a new plugin
- See Wiki: Manual Plugin Wizard Installation
- See Wiki: Creating a New Plugin
- You can also look into this sample Plugin_Crash
License
Free for any use. (redistributions must retain the license) BSD 2-Clause License