I am trying to make a third person game.My player will do everything like Character system ( https://www.assetstore.unity3d.com/en/#!/content/3853 ) where my player can fight,climb,swim etc .Can i develop this kind of player using AC (i am new). Thanks
AC on its own is intended for pure adventure games. Combat, and extended movement mechanics aren't within it's scope, but can be added on by integrating it with another asset (such as the one you've linked to) by writing a custom script to bridge the two together.
Custom motion controllers can be integrated into AC following this tutorial. Note that you will need scripting experience, so I would recommend working with AC on it's own before attempting to bridge it with another asset.
Comments
Custom motion controllers can be integrated into AC following this tutorial. Note that you will need scripting experience, so I would recommend working with AC on it's own before attempting to bridge it with another asset.