728x90 Get local Identifier In File1 Unity, 에셋 FileID 가져오기 Local identifier in file 에셋의 파일 아이디를 가져오는 기능이 필요했는데, 아무래도 유니티에서는 지원하는 기원은 아닌가 보네요. 그저 구글링해서 얻은 기능이고 기록용으로 남깁니다. 스크립트 #if UNITY_EDITOR using System.Reflection; using UnityEditor; public static class UnityEditorUtils { /// /// 에셋의 파일 아이디 가져오기 /// /// /// public static int GetAssetFileID(UnityEngine.Object unityObject) { PropertyInfo inspectorModeInfo = typeof(SerializedObject).GetProperty("inspect.. 2023. 5. 14. 이전 1 다음 반응형