TECHARTNOMAD | TECHARTFLOWIO.COM

TECH.ART.FLOW.IO

[UNITY] PLAYABLE API

jplee 2024. 7. 22. 02:17

꽤 오래 전부터 유니티에서 제공하고 있는 API 중에 Playbale API 를 간결하고 명료하게 잘 설명해주는 유투브 리뷰 영상이 있어서 소개 합니다. 재미있게 구독하고 있는 git-amend 가 최근 업데이트 했더군요. 최근 렌더링 쪽 외에도 은퇴하고 나서? 개인 프로젝트도 하면서 살려면 게임 제작 자체에 대한 다양한 시도가 필요 해서 요즘은 FSM 이나 SM 그리고 Animation State 등도 집중적으로 살펴보고 있어요.

 

 

추가적으로 3년 전쯤 외국 개발자가 Playable API 를 시각화 하던 오픈소스도 있더군요.

 

GitHub - terrynoya/YJZPlayableGraphView: playable visualizer with GraphView

playable visualizer with GraphView. Contribute to terrynoya/YJZPlayableGraphView development by creating an account on GitHub.

github.com

 

유니티 공식 문서.

 

Unity - Manual: The PlayableGraph

ScriptPlayable and PlayableBehaviour The PlayableGraph The PlayableGraph defines a set of playable outputs that are bound to a GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A

docs.unity3d.com

Playgraph 비주얼라이저 화면.