Search Unity

New character

Discussion in 'FPS.Sample Game' started by blackcat73, Dec 19, 2018.

  1. blackcat73

    blackcat73

    Joined:
    Sep 24, 2017
    Posts:
    16
    I want to make my own custom character. How do I start doing this, is their a protocol?
     
  2. Aquastar

    Aquastar

    Joined:
    Jul 17, 2013
    Posts:
    29
    Start at HeroTypeRegistry.cs. It is located at Assets/BundleResources/Shared/HeroRegistry.prefab. HeroTypeAsset contains character and behaviorsController. Follow these and you can make your own character.