배포를 위해 스프라이트 아틀라스를 준비한 후에는 여러 가지 방법으로 아틀라스를 배포할 수 있습니다. 각 방법은 아틀라스 에셋의 크기, 프로젝트의 타겟 플랫폼 등과 같은 다양한 프로젝트 요구 사항 또는 특성에 적합합니다.
다음은 스프라이트 아틀라스를 배포할 때 고려할 수 있는 두 가지 주요 방법입니다.
Unity는 크기가 크지 않은 스프라이트 아틀라스도 다운로드 최종 빌드에 여전히 포함할 수 있습니다. 최종 빌드와 함께 배포하려면 스프라이트 아틀라스를 프로젝트의 Resource 폴더에 넣으십시오. 그러면 사용자들이 애플리케이션을 다운로드할 때 익스포트한 빌드의 Resource 폴더에 해당 스프라이트 아틀라스가 포함됩니다. 그런 다음 Unity는 스크립트를 통해 Resource 폴더의 아틀라스를 로드합니다. 자세한 내용은 리소스 API를 참조하십시오.
크기가 큰 스프라이트 아틀라스는 매우 많은 대역폭과 기기 스토리지를 요구하기 때문에 Unity가 익스포트한 빌드의 다운로드와 함께 포함할 때 애플리케이션 사용자들에게 불편을 초래할 수 있습니다. 이러한 문제를 방지하려면 크기가 큰 스프라이트 아틀라스를 에셋 번들 로 배포하십시오. 그러면 플레이어가 재량에 따라 각 에셋 번들을 개별적으로 다운로드할 수 있습니다. 그런 다음 Unity는 스크립트를 통해 런타임 동안 스프라이트 아틀라스를 로드합니다. 자세한 내용은 AssetBundle 워크플로를 참조하십시오.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.