GASify
  • Introduction
  • Overview
  • Installation
  • Basic Usage
  • Ability System Component (ASC)
    • Attributes
    • Attribute Processors
    • Targetting System
  • Gameplay Ability (GA)
    • Gameplay Ability Implementations
    • Creating New Abilities
  • Gameplay Effect (GE)
    • Modifier
    • Calculation (GEC)
    • Behaviour (GEB)
  • Gameplay Tag
  • Gameplay Cue
  • Data Groups
  • Cookbook 🥣
  • Multiplayer / Networking
  • Contact & Note
Powered by GitBook
On this page
  • Mirror Integration (Networking):
  • If you do not require multiplayer:

Installation

Just import the unity package.

Any import change to project settings can be safely ignored.

Mirror Integration (Networking):

  1. Import Mirror to the project or GAS to a project already containing Mirror.

  2. Attach an AbilitySystemComponentMirror to any ASC that needs to be networked. They will automatically synchronize.

If you do not require multiplayer:

Go ahead and delete the "GAS/Mirror-Integration" and "GAS/Tests/Networking" folders.

PreviousOverviewNextBasic Usage

Last updated 9 months ago