You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- EncryptedAssetBundleProvider에서 UnityWebRequest.DownloadHandler를 기본 …
…설정으로 쓰도록 변경
- DecryptedBundleResource에 임시 저장용 Stream을 설정할 수 있도록 추가
- 쓰지 않는 코드 정리
- EncryptedAssetBundleProvider에서 특정 상황에 예외가 발생하는 문제 수정
- EncryptedAssetBundleProvider 사용 시 Stream과 Byte 배열 로드 방식을 선택 가능하도록 작업
- 암호화 번들이 Addressables.Release에도 메모리에서 해제되지 않는 문제 수정