기타/Unity
[Unity] Asset Store에서 asset을 임포트할 때 뜨는 창
푸쿠이
2018. 10. 24. 17:18
친구와 프로젝트를 시작하면서, 에셋스토어에서 Post Processing Stack 에셋을 다운받으려고 했다.
그런데 임포트하는 과정에서 무슨 창이 떳다.
프로젝트를 시작하는 과정에서 하나의 오류라도 생기면 나중에 복잡해질 수 있기 때문에, 확실하게 짚고 넘어가야겠다는 생각이 들었다.
내용
This project contains scripts and/or assemblies that use obsolete APIs.
If you choose 'Go Ahead', Unity will automatically upgrade any scripts/assemblies in the Assets folder found using the old APIs. You should make a backup before proceeding.
(You can always run the API Updater manually via the 'Assets/Run API Updater' menu command.)
나의 부족한 영어 실력으로 열심히 해석해본 결과, 대충 내용은 해석할 수 있었다.
그래도 확실하게 하고 싶어서 파파고에 번역했다. ㅋㅋㅋ
I Made a Backup. Go Ahead! 버튼을 누르면 자동으로 업그레이드 시켜준다. 대박이다.
역시 유니티는 잘 만든 것 같다.