안녕하세요!
일반적으로 스파인 데이터를 사용할 때, 스파인 데이터를 unity로 불러온 이후에 사용을 하는 것으로 알고 있습니다.
그러면 자동적으로 dataAsset 파일이 생성 되는데, 이것을 외부 이미지 로드하는 것처럼 (탐색기 창에서 파일을 불러온다거나) 스파인도 가능한지 궁금합니다!
외부에서 스파인 데이터를 불러와 dataAsset 파일을 자동으로 생성되게 할 수 있나요?
Unity 외부 이미지 로드하는 것처럼 스파인도 가능한가요?
- Modificato
예제 장면 'Spine Examples/Other Examples/Instantiate from Script'를 볼 수 있습니다. 이 장면은 내보낸 .json
, .atlas.txt
및 .png
파일에서 직접 로드하는 방법을 보여주는 RuntimeLoadFromExportsExample
스크립트를 보여줍니다.
You can have a look at the example scene Spine Examples/Other Examples/Instantiate from Script
. This scene shows a RuntimeLoadFromExportsExample
script which demonstrates loading directly from the exported .json
, .atlas.txt
and .png
files.