Gameplay Ability System - Top Down RPG / Section 4-1
Attributes지금까지 우리는 ASC(Ability System Component)와 AS(Attribute Set)을 추가하고 설정했다.또한 ASC 초기화 시 OwnerActor와 AvatarActor를 설정하여 ASC가 누가 소유자인지 알 수 있도록 설정했다.이제 Attributes와 관련하여 좀 더 자세히 알아볼 것이다.AttributeSet에 Ability System Component 등록AttributeSet은 OwnerActor의 생성자에서 Ability System Component 와 함께 생성하면 자동으로 Ability System Component 에 등록된다.Ability System Component는 해당 Ability와 등록된 다른 모든 Attribute Set에 접근할 수..
Unity/게임 개발
2026. 3. 14. 04:46
