Game Modules 4 Integration
1. Import the GameModules4Integration.unitypackage files
GameModules4Integration.unitypackage files2. Update IAmGameModulesActor interface

Create a custom interface
3. Implement IAmGameModulesActor
4. Add Game Modules connections to Projectile
Spawn Behavior Modification

Collision Behavior

5. Modify ProjectileGameModulesConnection.cs
ProjectileGameModulesConnection.csUpdate the CustomAction() action call
CustomAction() action call6. That's it!

Last updated