⁉️FAQ

Frequently Asked Questions about Game Kit Controller.

Why is the player or AI falling into the ground or missing animations?

GKC uses Mixamo animations as placeholders for the base action system animations. Mixamo animations can't be included with the GKC package on the Unity Asset Store - which is what causes this issue. You will need to download and import these animations separately from one of the following links:

These animations are already configured to work on root motion properly (like rotation based on current pose, loop time, adjust speed, etc…). No extra changes are needed, just import the package and hit play.

If this issue still happens after importing the animation package, save your project and restart Unity. Everything should work after that.

All these animations and copyrights belong to Mixamo. You can get these animations and more at the official Mixamo website: https://www.mixamo.com/

Can I switch out the vehicle, character models and such?

Of course, most of the prefabs in the asset are made to be easy to replace their models with new ones. For example, in vehicles, all the meshes are a child of the Chassis GameObject.

Can I make a suggestion, integration or feature request?

Sure! We have channels dedicated to just this over on our Discord server. Come on by and let us know what you have in mind🙌

Can I use a terrain generation asset to create the level / map with your asset?

Yes, you shouldn't have any problems using other assets to create the level scene or terrain. The collision detection with them will work without issues. If you find this isn't the case though, give us a shout on our Discord server.

How do I setup Game Kit Controller and HDRP?

Using GKC with Unitys High Definition Render Pipeline (HDRP) only requires making a few adjustments to your project. This is covered in the tutorial video below:

How do I setup Game Kit Controller and URP?

Using GKC with Unitys Universal Render Pipeline (URP) only requires making a few adjustments to your project. This is covered in the tutorial video below:

Can I add/edit the vehicles weapons? Or use other Unity Assets in combination with it… i.e. a cannon or a laser or rockets?

Absolutely, the vehicle weapons, like powers and player weapons are totally customizable and have a huge amount of options including the following:

  • Physics based, Impact settings, Fire rate, Speed

  • Automatic / Single Firing modes

  • Projectile settings

    • Explosive or non-explosive projectile

    • Explosion radius

    • Force

    • Number of projectiles to fire per-shot

    • Position

    • Create shells

    • Object penetration

    • Sound and particle options

    • Target tracking and heat seeking projectiles

    • Projective movement in a straight line, or using a trajectory

  • The list goes on....

This same configuration is used for weapon for player, vehicles, NPC with weapons and powers. And just like the vehicle meshes, you can change the weapon mesh easily as well.

Last updated