planetarium / NineChronicles

Unity client application for Nine Chronicles, a fully decentralized idle RPG powered by the community.
https://nine-chronicles.com/
GNU Affero General Public License v3.0
347 stars 146 forks source link

Feature/monster resource polishing #4891

Closed eugene-doobu closed 1 week ago

eugene-doobu commented 2 weeks ago

Description

  1. 몬스터와 관련된 중복 로드되는 리소스를 개선하기 위한 작업 pr입니다
  2. LocalAsset이라는 에셋 그룹을 만들어 스파인과 관련된 공통 리소스를 추가하였습니다
  3. 플레이어 캐릭터 파츠 / 풀 코스튬과 관련된 스파인 에셋들을 어드레서블에 등록하였습니다
  4. 플레이어 캐릭터 리소스를 어드레서블로 관련하며 기존 사용하던 스크립터블 오브젝트 리소스를 제거했습니다
  5. 현재 프로젝트에서 전혀 사용하고 있지 않는 캐릭터 관련 코드와 프리팹을 제거하였습니다.

https://github.com/planetarium/NineChronicles/issues/4793