Core Gamekit Integration

Hello,

Are there docs that describe the core gamekit integration? I have BD, but not game core kit yet, but I'm interested in it if I can faily easily integrate it with BD (and hopefully UTPS via BD)

Thanks!
 
The CoreGameKit integration just includes tasks for spawning/destroying objects so no documentation is really necessary. You'll be able to use Core GameKit to spawn the objects with Behavior Designer but UTPS is not integrated with Core GameKit so it won't work from the character controller side of things.
 
Gotcha, so I could use BD to drive spawning waves, etc through Core GameKit, but it wouldn't be integrated with the damage system, etc with UTPS.

Conceptionally, can I use BD to drive my own wave generation logic that I dispatch to my own pool management (or pool boss) for creating and instantiating mob waves using rules?
 
Top